summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-253-7/+8
* merge from distutils-revamp branch (step 3)cookedm2007-05-251-25/+19
* minor cleanups in numpy.distutils (style mostly)cookedm2007-05-215-71/+60
* Clean up and completed (hopefully) MSVC support.Pearu Peterson2007-05-192-9/+41
* win32: fix install when build has been carried out earlier.Pearu Peterson2007-05-191-4/+4
* More typo fixes.Pearu Peterson2007-05-191-3/+1
* Fix typo.Pearu Peterson2007-05-191-1/+1
* Fix atlas version detection when using MSVC compilerPearu Peterson2007-05-191-0/+38
* Fix fcompiler/compiler unification warning.Pearu Peterson2007-05-191-2/+6
* Fix for win32 platform.Pearu Peterson2007-05-191-0/+1
* Add descriptions to config_fc and config_cc commands.Pearu Peterson2007-05-181-1/+4
* Added --fcompiler,--help-fcompiler options to build command parallel to --com...Pearu Peterson2007-05-182-5/+22
* show less messages in --help-fcompilerPearu Peterson2007-05-181-1/+1
* Added --help-fcompiler option to build_ext command.Pearu Peterson2007-05-181-1/+6
* added config to --fcompiler option unification method. introduced config_cc f...Pearu Peterson2007-05-183-13/+46
* unify config_fc, build_clib, build_ext commands --fcompiler options so that -...Pearu Peterson2007-05-184-11/+23
* 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-182-177/+295
* build_src: introduced --swig and other related options (as in std distutils b...Pearu Peterson2007-05-181-51/+97
* Workaround Python distutils bug sf 1718574.Pearu Peterson2007-05-141-0/+7
* Raise exception when pyrex is required.Pearu Peterson2007-05-111-1/+5
* Some distutils work:cookedm2007-04-222-50/+28
* Fix command dependencies for build_ext. This should fix a number of problems ...Robert Kern2007-04-151-3/+2
* Whitespace cleanup.Stefan van der Walt2007-01-082-4/+3
* 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-082-4/+18
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-4/+33
* Fix use of os.WEXITSTATUS and friends: only use if they existcookedm2006-07-131-11/+12
* Fix 'UnboundLocalError' in numpy.distutils.command.configcookedm2006-06-121-0/+1
* Add patch for #141 from Andrew Straw: standard setuptools install idiom failscookedm2006-06-091-1/+6
* Make system_info saner.cookedm2006-06-091-0/+59
* Add comment.Pearu Peterson2006-05-191-0/+3
* #107: Directory name build/srcipts-pythonversion needs platform informationcookedm2006-05-171-1/+11
* Try harder to get swig module name when in package.Pearu Peterson2006-04-261-1/+2
* Adding plat_specifier to build/src directory so that multiple platforms could...Pearu Peterson2006-04-241-1/+4
* Fix build_src inplace build for library sources.Pearu Peterson2006-04-191-1/+1
* Fixed typo.Pearu Peterson2006-04-081-1/+2
* Add support to specify config_fc option in setup.py file.Pearu Peterson2006-04-081-2/+18
* Fix ticket 48.Pearu Peterson2006-04-081-7/+18
* Fix inplace building of data sources.Pearu Peterson2006-03-311-7/+7
* Run reindent.py (script distributed with Python) over the source to remove ex...cookedm2006-03-103-4/+2
* 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
* Changed -M to -J for gfortran.Pearu Peterson2006-02-061-1/+1
* Added pyrex support to numpy.distutils.Pearu Peterson2006-02-061-0/+41
* Remove unused importscookedm2006-02-029-35/+14
* Partial fix to build failurecookedm2006-02-021-3/+3
* Replace type(a) is (something) with appropiate is_string/is_sequence testscookedm2006-02-015-27/+28
* When using setuptools, run the build_src command before egg_info (which is ru...cookedm2006-01-311-0/+6