summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix macro def.David Cournapeau2008-12-191-1/+1
| * | Use a tuple when defining the MS_WIN64 macro.David Cournapeau2008-12-191-1/+1
| * | Forgot to import get_build_architecture.David Cournapeau2008-12-191-1/+1
| * | Add MS_WIN64 macro when built on amd64 + mingw.David Cournapeau2008-12-191-0/+8
* | | Support library_dirs in check_type.David Cournapeau2009-02-191-2/+2
* | | Merge r6410.David Cournapeau2009-02-191-1/+1
|\ \ \ | | |/ | |/|
* | | Add our own check_header, since distutils one is broken.David Cournapeau2009-02-191-0/+6
* | | Add numpy_include_dirs to C libraries as well.David Cournapeau2009-02-181-1/+5
* | | Add check_type_sizeof function.David Cournapeau2009-02-181-0/+76
|/ /
* | ran reindentJarrod Millman2008-12-311-2/+2
* | Try to initialize the msvc compiler before the general code to detect the err...David Cournapeau2008-12-271-9/+10
* | Improve the error message when initializing compiler failed.David Cournapeau2008-12-271-6/+10
* | BUG (#970): fix a python 2.6 bug in distutils which caused an unhelpful Error...David Cournapeau2008-12-271-0/+21
* | Update to handle numscons 0.10.0 and above.David Cournapeau2008-12-261-3/+7
|/
* Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-171-21/+2
* 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-171-1/+1
* Generate the rc file for manifest embedding.David Cournapeau2008-11-171-1/+7
* Generate the xml manifest file.David Cournapeau2008-11-171-2/+9
* fix imports.David Cournapeau2008-11-171-2/+2
* Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-171-12/+3
* Detect whether config link needs embedding the manifest for the MSVC runtime.David Cournapeau2008-11-171-0/+18
* Add deprecation warning for get_output and try_run: we should not use it anym...David Cournapeau2008-11-161-0/+19
* Some spelling corrections.Charles Harris2008-11-121-2/+2
* 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
* | 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-131-3/+4
|\ \ | |/
| * 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
* 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-081-2/+2
* 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
* Make it possible to execute post/pre hooks in scons command even when no scon...David Cournapeau2008-07-311-51/+53
* Handle inplace build option for numscons.David Cournapeau2008-07-311-1/+5
* More explicit message wrt log level.David Cournapeau2008-07-301-3/+9
* Add log-level option to scons command.David Cournapeau2008-07-301-0/+4