summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* exec_command.py: remove a version check for > Python 2.1cookedm2007-08-171-1/+1
* in ccompiler.CCompiler_customize_cmd, allow a list of command attributes tocookedm2007-08-171-9/+11
* - remove .a static libs and recreate, instead of updating (ar on OS X can'tcookedm2007-08-171-11/+17
* - fix specification of noopt, etc. in the config_fc commandcookedm2007-08-172-2/+10
* Fix an incorrect usage of log.set_verbosity(INFO) causing log always to be at...Pearu Peterson2007-08-092-9/+14
* Optionally use setuptools for commands that setuptools customizes.Robert Kern2007-08-082-2/+10
* * Allow an Intel Fortran 10.0 for 64-bit version string that I've seen in the...Robert Kern2007-08-031-1/+9
* remove debug messages.Pearu Peterson2007-07-282-5/+2
* msvc_on_amd64 must be applied *after* importing ccompiler module, apply quote...Pearu Peterson2007-07-272-3/+9
* Added debug messages to see if quote_args are applied properly.Pearu Peterson2007-07-272-1/+5
* Fix type error on setting os.environ item.Pearu Peterson2007-07-271-1/+1
* Try to fix build on AMD64 with MSVC compiler.Pearu Peterson2007-07-271-0/+14
* Trying to fix Windows XP x86_64 MSVC build.Pearu Peterson2007-07-271-1/+6
* Using own quote_args, trying to fix build failures with MSVC compiler.Pearu Peterson2007-07-273-5/+15
* More fixes for building scipy with Mingw32 compilers.Pearu Peterson2007-07-257-18/+49
* Give a hint when getting "Too many open files" failure.Pearu Peterson2007-07-251-1/+5
* Don't use _nt_quote_args as exec_command shouldPearu Peterson2007-07-253-13/+10
* (no commit message)Pearu Peterson2007-07-242-6/+11
* Fixed LAPACK_SRC build for lapack-3.1.1.Pearu Peterson2007-07-201-2/+16
* Add support for aliases for Fortran compilers.cookedm2007-07-063-11/+26
* Import Pyrex.Compiler.Main explicitly since in 0.9.5.1, it does not appear to...Robert Kern2007-07-021-1/+1
* Fix build breakage.Pearu Peterson2007-06-161-1/+1
* Better version handling in fcompilercookedm2007-06-158-163/+184
* Minor refactoring of build_clib (break up build_library a bit)cookedm2007-06-151-153/+156
* add fdebug as distutils key in [config_fc] for compiler flags to use whencookedm2007-06-121-1/+1
* Fix typo.Pearu Peterson2007-06-081-1/+1
* use get_flags_version to set version cmd flags.Pearu Peterson2007-06-081-1/+2
* Updated intel compiler arch flags -- intel compiler users should recheck thes...Pearu Peterson2007-06-051-2/+20
* Fix #534, introduced by r3856. The return when exe_cache had something in itcookedm2007-06-031-3/+4
* Reduced find_executables messages.Pearu Peterson2007-06-011-3/+4
* Fixed detecting fortran compilers under windows.Pearu Peterson2007-06-012-9/+16
* Undo changeset 3839: interactive support is being used (this convinient on wi...Pearu Peterson2007-06-012-0/+204
* Fix issues with undetected Fortran compilers.Pearu Peterson2007-05-313-4/+10
* Resolved issues in changeset 3846.Pearu Peterson2007-05-311-1/+2
* Undo change in 3845.Pearu Peterson2007-05-311-1/+1
* Fix some problems with data-files not being added in top-level and extra vers...Travis Oliphant2007-05-311-1/+1
* do an appropiate behaviour in the distutils commands when new_fcompiler retur...cookedm2007-05-313-15/+18
* new_fcompiler returns None when it can't match the platform. Hopefully clears...cookedm2007-05-311-1/+2
* Add a convert procedure to the flag-getting logic in fcompiler and environment.cookedm2007-05-292-35/+50
* Remove interactive support. No one uses it.cookedm2007-05-282-204/+0
* fix my mistake in fcompiler/absoft.py and fcompiler/intel.pycookedm2007-05-282-12/+12
* Better temporary file handling by using one temporary directory forcookedm2007-05-286-108/+122
* Use log.info instead of print in setup.py'scookedm2007-05-281-2/+4
* distutils: clean up imports (found by running pyflakes)cookedm2007-05-2523-63/+15
* Fix at least one bug in fcompiler introduced by mecookedm2007-05-251-12/+13
* Add a few more log.debug's in fcompilercookedm2007-05-251-7/+7
* Add a numpy.distutils.log.good function, which when WARN messages would becookedm2007-05-253-14/+54
* merge from distutils-revamp branch (step 3)cookedm2007-05-251-25/+19
* merge from distutils-revamp branch (step 2)cookedm2007-05-2517-393/+567
* merge from distutils-revamp branch (step 1)cookedm2007-05-258-113/+81
|\