summaryrefslogtreecommitdiff
path: root/numpy/distutils
Commit message (Expand)AuthorAgeFilesLines
* Add check_type functionality to numpy.distutils.David Cournapeau2009-07-011-0/+29
* Fix missing variable def in gfortran tool.David Cournapeau2009-06-301-0/+2
* Update gfortran support on win64David Cournapeau2009-06-301-3/+23
* BUG: update version_match for recent version of ifort for IA-64 (#1145).David Cournapeau2009-06-201-1/+1
* BUG#1134: Fix handling of depends arg when not given in add_library.David Cournapeau2009-06-091-0/+5
* Make sure to always call build_src before build_clib.David Cournapeau2009-06-071-2/+4
* mingw64 workaround for signal handling not needed anymore - mingw-w64 support...David Cournapeau2009-05-061-4/+4
* Warn if site.cfg specifies invalid directories.Stefan van der Walt2009-05-011-1/+6
* 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-213-9/+13
* Add x86_64 arch flag if gfortran supports it.David Cournapeau2009-04-201-1/+1
* Make _can_target a function.David Cournapeau2009-04-201-17/+14
* Remove tabs and unnecessary whitespace.Stefan van der Walt2009-04-163-8/+8
* Do not detect universal flags on platform != darwin.David Cournapeau2009-03-281-0/+2
* BUG: Fix goftran universal flags settings (#1067).David Cournapeau2009-03-281-35/+36
* Back out VS 2003 hack - it is too fragile.David Cournapeau2009-03-122-11/+1
* Make the gfortran/vs2003 hack source file known to distutils.David Cournapeau2009-03-121-0/+1
* Ugly hack to workaround some bug in mingw to make VS 2003 work with gfortran.David Cournapeau2009-03-113-1/+27
* Add a function to get MSVC version.David Cournapeau2009-03-111-0/+8
* 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-022-5/+10
* 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 6463-6466,6469,6472-6475 via svnmerge from David Cournapeau2009-02-261-0/+4
|\ \ | |/
| * Trap another kind of exception for MSVC9 in compaq fcompiler.David Cournapeau2009-02-251-0/+4
* | Merged revisions 6453-6459 via svnmerge from David Cournapeau2009-02-231-1/+1
|\ \ | |/
| * Fix wrong merge for manifest version.David Cournapeau2009-02-221-1/+1
* | Merged revisions 6451 via svnmerge from David Cournapeau2009-02-221-1/+1
|\ \ | |/
| * Fix typo in MSVC runtime info for mingw.David Cournapeau2009-02-221-1/+1
* | Merged revisions 6398-6400,6410,6421-6424,6426-6428,6431,6433,6441-6442 via s...David Cournapeau2009-02-223-17/+129
|\ \ | |/
| * Merged revisions 6153-6173,6176-6178,6184 via svnmerge from David Cournapeau2009-02-212-16/+128
| |\
| | * Merged revisions 6185-6187,6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,...David Cournapeau2009-02-208-79/+180
| | |\ | | |/ | |/|
| | * Remove handling of MS_WIN64 in commands: deal with it in mingw tool only.David Cournapeau2008-12-202-8/+5
| | * Add MS_WIN64 for every compile command.David Cournapeau2008-12-201-2/+2
| | * Remove optimization flags for now, to speed up builds.David Cournapeau2008-12-201-2/+2
| | * Add one full msvcrt version for 80 (for manifest generation).David Cournapeau2008-12-191-1/+4
| | * do not regenerate the import library if already there.David Cournapeau2008-12-191-0/+3
| | * Do not use g++ for linking on amd64.David Cournapeau2008-12-191-10/+17
| | * 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
| | * Trailing spaces.David Cournapeau2008-12-191-4/+4
| | * Do not generate ordinal, and use the basename of the dll instead of the full ...David Cournapeau2008-12-191-2/+3
| | * Actually build the import library for mingw on amd64.David Cournapeau2008-12-191-1/+13
| | * Fix missing out filename.David Cournapeau2008-12-191-0/+2
| | * Show arch in the log when building import library.David Cournapeau2008-12-191-2/+2