summaryrefslogtreecommitdiff
path: root/numpy/distutils/command/build_ext.py
Commit message (Expand)AuthorAgeFilesLines
* use 'in' keyword to test dictionary membershipJarrod Millman2007-11-281-2/+2
* Back out change made in r4380 which causes scipy.fftpack not to build correctly.Travis Oliphant2007-11-081-6/+1
* numpy.distutils.command.build_ext: append build C libraries as dependencies ofcookedm2007-11-031-1/+7
* fixing link error: fixed. Removing debug messages and added a warning message...Pearu Peterson2007-09-231-2/+0
* fixing link error: added debug message, 3.Pearu Peterson2007-09-231-0/+2
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-251-5/+7
* Better version handling in fcompilercookedm2007-06-151-2/+2
* Fix issues with undetected Fortran compilers.Pearu Peterson2007-05-311-2/+8
* do an appropiate behaviour in the distutils commands when new_fcompiler retur...cookedm2007-05-311-2/+2
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-211-51/+53
* Clean up and completed (hopefully) MSVC support.Pearu Peterson2007-05-191-5/+31
* Fix for win32 platform.Pearu Peterson2007-05-191-0/+1
* Added --help-fcompiler option to build_ext command.Pearu Peterson2007-05-181-1/+6
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-181-4/+1
* Fixed warnings on language changes.Pearu Peterson2007-05-181-1/+1
* Extension modules and libraries are built with suitable compilers/linkers. Im...Pearu Peterson2007-05-181-152/+212
* Some distutils work:cookedm2007-04-221-26/+14
* Fix command dependencies for build_ext. This should fix a number of problems ...Robert Kern2007-04-151-3/+2
* Fix typo.Stefan van der Walt2006-11-041-1/+1
* numpy.distutils: use language flag or source file extension to select default...Pearu Peterson2006-10-081-1/+9
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-4/+33
* Fixed ticket 4Pearu Peterson2006-02-151-0/+3
* Back out mistaken commitRobert Kern2006-02-091-1/+0
* Fixed join() -> os.path.join()Robert Kern2006-02-091-0/+1
* Remove unused importscookedm2006-02-021-7/+6
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-011-3/+2
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-5/+5
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+349