summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Fix spelling.David Cournapeau2008-11-171-1/+1
* Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-172-21/+23
* Disable .rc generation for manifest: having the xml file in the same dir as t...David Cournapeau2008-11-171-6/+6
* temp_files is a list of filenames, not files.David Cournapeau2008-11-171-2/+2
* Fix configtest and manifest_name.David Cournapeau2008-11-172-4/+4
* Generate the rc file for manifest embedding.David Cournapeau2008-11-172-1/+12
* Separate function to get the configtest name.David Cournapeau2008-11-171-2/+5
* Generate the xml manifest file.David Cournapeau2008-11-172-4/+17
* fix imports.David Cournapeau2008-11-171-2/+2
* Fix string formatting.David Cournapeau2008-11-171-4/+4
* Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-172-12/+16
* Detect whether config link needs embedding the manifest for the MSVC runtime.David Cournapeau2008-11-171-0/+18
* Trailing spaces.David Cournapeau2008-11-161-1/+1
* Merged revisions 6042-6050 via svnmerge from David Cournapeau2008-11-161-0/+19
|\
| * Add deprecation warning for get_output and try_run: we should not use it anym...David Cournapeau2008-11-161-0/+19
* | Forgot to change argument of manifest_rc.David Cournapeau2008-11-161-1/+1
* | Use directly the manifest name for generating the rc file + add docstring.David Cournapeau2008-11-161-2/+10
* | Add manifest_rc to generate the .rc file which will be used to embed the mani...David Cournapeau2008-11-161-0/+14
* | Add comment on how to get exact MSVCR version.David Cournapeau2008-11-161-1/+2
* | Add a function to get the content of the xml version of manifest to deal with...David Cournapeau2008-11-161-0/+46
|/
* Some spelling corrections.Charles Harris2008-11-121-2/+2
* Disable looking for 3gf libraries; it causes more problem than it solves.David Cournapeau2008-11-071-2/+3
* Fix typo (g3f->3gf).David Cournapeau2008-11-071-1/+1
* Deal with g3f extension used by Debian/Ubuntu for gfortrab ABI transition.David Cournapeau2008-11-071-0/+4
* Remove cpu/arch specific optimization flags for GNU fortran compilers: they a...David Cournapeau2008-11-061-97/+1
* Fix function prototypes decl in check_func to avoid warning with -Wstrict-pro...David Cournapeau2008-10-051-2/+2
* Merged revisions 5882-5911 via svnmerge from David Cournapeau2008-10-051-1/+1
|\
| * Update the minimum version for numscons: had to change to cope with Chuck cha...David Cournapeau2008-10-031-1/+1
| * Make some error messages more informative.Charles Harris2008-10-011-13/+28
* | Enhance code_generator to allow continuation lines.Charles Harris2008-09-281-13/+28
* | define -> pragma, stupid mistake.David Cournapeau2008-09-211-2/+2
* | Handle msvc intrisincs in check_funcs_once.David Cournapeau2008-09-211-0/+6
* | Handle msvc intrisincs in check_func.David Cournapeau2008-09-211-0/+7
* | Merged revisions 5812-5843 via svnmerge from David Cournapeau2008-09-201-1/+36
|\ \ | |/
| * BUG: Override setuptools' install.run() method to correctly allow 'python set...Robert Kern2008-09-181-1/+36
* | Merged revisions 5762-5811 via svnmerge from David Cournapeau2008-09-132-11/+9
|\ \ | |/
| * Remove unused imports.Alan McIntyre2008-09-131-8/+5
| * scons command: fix one more issue related to build dir.David Cournapeau2008-09-071-3/+4
* | Add a check_funcs_once function to speed up func checks.David Cournapeau2008-09-051-0/+55
|/
* reindenting prior to releaseJarrod Millman2008-09-021-5/+5
* Fix debug mode with fortran compiler: the tuple for debug was too big, with a...David Cournapeau2008-08-241-1/+1
* BUG: reinitialize_command(**kwds) is a setuptools override of the distutils A...Robert Kern2008-08-231-1/+2
* Run scons command in build_ext instead of build.David Cournapeau2008-08-202-3/+5
* Do not setup any compiler in scons command if noscons scripts are used.David Cournapeau2008-08-141-53/+58
* Do not special-case for mingw32: compiler detection takes care of that now.David Cournapeau2008-08-131-2/+0
* Depends on numscons >= 0.9.1.David Cournapeau2008-08-101-1/+1
* Improve error message when scons command fails.David Cournapeau2008-08-091-6/+8
* ran reindentJarrod Millman2008-08-082-3/+3
* Add function to get per package build directory when building with scons inDavid Cournapeau2008-08-031-0/+7
* Pass current package name and scons command instance to post hook.David Cournapeau2008-07-311-1/+1