summaryrefslogtreecommitdiff
path: root/numpy/distutils/command
Commit message (Expand)AuthorAgeFilesLines
...
* Fix tab/space issue in scons command.David Cournapeau2009-09-141-3/+3
* Do not import pyrex in distutils unless there are some pyrex source files.David Cournapeau2009-09-141-7/+9
* BUG: we were protecting c++ and fortran compiler path twice, which made scons...David Cournapeau2009-09-091-2/+2
* Tell scons whether we are in bypass mode or not.David Cournapeau2009-09-091-0/+1
* Do not pass compiler path options to scons if they were not set.David Cournapeau2009-09-091-3/+6
* Require numscons 0.11 or above.David Cournapeau2009-09-091-2/+2
* Add a bypass option to scons command.David Cournapeau2009-09-091-11/+18
* Handle None in protect path.David Cournapeau2009-09-091-3/+6
* Add user options for compilers in scons command.David Cournapeau2009-09-091-2/+16
* Always set up scons_* compilers, and use those when building the scons comman...David Cournapeau2009-09-091-9/+19
* Do not reuse build_ext options - most do not make sense for scons command.David Cournapeau2009-09-091-13/+12
* Remove infunc imports.David Cournapeau2009-09-091-3/+10
* Refactor numscons check in scons command.David Cournapeau2009-09-091-26/+31
* Move compiler initialization into their own private functions.David Cournapeau2009-09-091-45/+47
* Move import at the top of the file.David Cournapeau2009-09-091-4/+4
* Remove debug print in scons command.David Cournapeau2009-08-271-1/+0
* Do not finalize install_cmd if already finalized.David Cournapeau2009-08-041-1/+2
* BUG: fix building of npy-pkg-config file so that one can reliably get the ins...David Cournapeau2009-08-041-3/+12
* Fix typo in install_clib fix.David Cournapeau2009-08-041-1/+1
* BUG: fix install_clib failure on win32.David Cournapeau2009-08-041-4/+8
* Move import at the top of module.David Cournapeau2009-08-041-1/+1
* Fix scons build w.r.t pkg-config and installed C lib location.David Cournapeau2009-07-261-5/+3
* Update numscons build to support pkg-config-like files.David Cournapeau2009-07-261-1/+14
* Add add_installed_pkg_config function, for automatic pkg-config-like generati...David Cournapeau2009-07-261-1/+68
* Require 0.10.2 version of numscons - needed for installed C libraries.David Cournapeau2009-07-261-1/+1
* When built in-place, make sure build_clib is built inplace too.David Cournapeau2009-07-261-2/+14
* Add an inplace option to build_clib - this is necessary for using installed C...David Cournapeau2009-07-261-0/+13
* Update comment on using install_clib as a subcommand.David Cournapeau2009-07-261-1/+1
* Minver for numscons is now 0.10.1.David Cournapeau2009-07-261-12/+11
* Refactor the code to get top dir relatively to scons build dir.David Cournapeau2009-07-261-12/+11
* Support for installable libraries in numscons.David Cournapeau2009-07-261-0/+14
* Installing a clib now works.David Cournapeau2009-07-261-4/+18
* Add a install_clib command.David Cournapeau2009-07-263-1/+24
* Add check_type functionality to numpy.distutils.David Cournapeau2009-07-011-0/+29
* Make sure to always call build_src before build_clib.David Cournapeau2009-06-071-2/+4
* Do not harcode visibility macro, enable it for gcc 4.David Cournapeau2009-04-302-1/+19
* Remove print statements which should not have been committed.David Cournapeau2009-04-211-3/+0
* Move is_bootstrapping outside scons command, may be useful elsewhere.David Cournapeau2009-04-212-9/+4
* Remove tabs and unnecessary whitespace.Stefan van der Walt2009-04-161-4/+4
* Back out VS 2003 hack - it is too fragile.David Cournapeau2009-03-122-11/+1
* Ugly hack to workaround some bug in mingw to make VS 2003 work with gfortran.David Cournapeau2009-03-112-1/+21
* Add check for (C) inline.David Cournapeau2009-03-112-0/+31
* Python 3000 fixes for 2to3 [patch by James Watson].Stefan van der Walt2009-03-021-2/+5
* Add an expected keyword for check_type_size check, to speed things up on comm...David Cournapeau2009-02-261-1/+22
* Find sizeof wo running on the target platform.David Cournapeau2009-02-261-61/+48
* Merged revisions 6479 via svnmerge from David Cournapeau2009-02-261-16/+16
|\
| * Fix docstring format for check_funcs_once.David Cournapeau2009-02-261-16/+16
* | Merged revisions 6398-6400,6410,6421-6424,6426-6428,6431,6433,6441-6442 via s...David Cournapeau2009-02-221-1/+1
|\ \ | |/
| * Merged revisions 6185-6187,6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,...David Cournapeau2009-02-202-3/+33
| |\
| * | Remove handling of MS_WIN64 in commands: deal with it in mingw tool only.David Cournapeau2008-12-201-8/+0