| Commit message (Expand) | Author | Age | Files | Lines |
* | Add check_type functionality to numpy.distutils. | David Cournapeau | 2009-07-01 | 1 | -0/+29 |
* | Fix missing variable def in gfortran tool. | David Cournapeau | 2009-06-30 | 1 | -0/+2 |
* | Update gfortran support on win64 | David Cournapeau | 2009-06-30 | 1 | -3/+23 |
* | BUG: update version_match for recent version of ifort for IA-64 (#1145). | David Cournapeau | 2009-06-20 | 1 | -1/+1 |
* | BUG#1134: Fix handling of depends arg when not given in add_library. | David Cournapeau | 2009-06-09 | 1 | -0/+5 |
* | Make sure to always call build_src before build_clib. | David Cournapeau | 2009-06-07 | 1 | -2/+4 |
* | mingw64 workaround for signal handling not needed anymore - mingw-w64 support... | David Cournapeau | 2009-05-06 | 1 | -4/+4 |
* | Warn if site.cfg specifies invalid directories. | Stefan van der Walt | 2009-05-01 | 1 | -1/+6 |
* | Do not harcode visibility macro, enable it for gcc 4. | David Cournapeau | 2009-04-30 | 2 | -1/+19 |
* | Remove print statements which should not have been committed. | David Cournapeau | 2009-04-21 | 1 | -3/+0 |
* | Move is_bootstrapping outside scons command, may be useful elsewhere. | David Cournapeau | 2009-04-21 | 3 | -9/+13 |
* | Add x86_64 arch flag if gfortran supports it. | David Cournapeau | 2009-04-20 | 1 | -1/+1 |
* | Make _can_target a function. | David Cournapeau | 2009-04-20 | 1 | -17/+14 |
* | Remove tabs and unnecessary whitespace. | Stefan van der Walt | 2009-04-16 | 3 | -8/+8 |
* | Do not detect universal flags on platform != darwin. | David Cournapeau | 2009-03-28 | 1 | -0/+2 |
* | BUG: Fix goftran universal flags settings (#1067). | David Cournapeau | 2009-03-28 | 1 | -35/+36 |
* | Back out VS 2003 hack - it is too fragile. | David Cournapeau | 2009-03-12 | 2 | -11/+1 |
* | Make the gfortran/vs2003 hack source file known to distutils. | David Cournapeau | 2009-03-12 | 1 | -0/+1 |
* | Ugly hack to workaround some bug in mingw to make VS 2003 work with gfortran. | David Cournapeau | 2009-03-11 | 3 | -1/+27 |
* | Add a function to get MSVC version. | David Cournapeau | 2009-03-11 | 1 | -0/+8 |
* | Add check for (C) inline. | David Cournapeau | 2009-03-11 | 2 | -0/+31 |
* | Python 3000 fixes for 2to3 [patch by James Watson]. | Stefan van der Walt | 2009-03-02 | 2 | -5/+10 |
* | Add an expected keyword for check_type_size check, to speed things up on comm... | David Cournapeau | 2009-02-26 | 1 | -1/+22 |
* | Find sizeof wo running on the target platform. | David Cournapeau | 2009-02-26 | 1 | -61/+48 |
* | Merged revisions 6479 via svnmerge from | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
|\ |
|
| * | Fix docstring format for check_funcs_once. | David Cournapeau | 2009-02-26 | 1 | -16/+16 |
* | | Merged revisions 6463-6466,6469,6472-6475 via svnmerge from | David Cournapeau | 2009-02-26 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | Trap another kind of exception for MSVC9 in compaq fcompiler. | David Cournapeau | 2009-02-25 | 1 | -0/+4 |
* | | Merged revisions 6453-6459 via svnmerge from | David Cournapeau | 2009-02-23 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix wrong merge for manifest version. | David Cournapeau | 2009-02-22 | 1 | -1/+1 |
* | | Merged revisions 6451 via svnmerge from | David Cournapeau | 2009-02-22 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Fix typo in MSVC runtime info for mingw. | David Cournapeau | 2009-02-22 | 1 | -1/+1 |
* | | Merged revisions 6398-6400,6410,6421-6424,6426-6428,6431,6433,6441-6442 via s... | David Cournapeau | 2009-02-22 | 3 | -17/+129 |
|\ \
| |/ |
|
| * | Merged revisions 6153-6173,6176-6178,6184 via svnmerge from | David Cournapeau | 2009-02-21 | 2 | -16/+128 |
| |\ |
|
| | * | Merged revisions 6185-6187,6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,... | David Cournapeau | 2009-02-20 | 8 | -79/+180 |
| | |\
| | |/
| |/| |
|
| | * | Remove handling of MS_WIN64 in commands: deal with it in mingw tool only. | David Cournapeau | 2008-12-20 | 2 | -8/+5 |
| | * | Add MS_WIN64 for every compile command. | David Cournapeau | 2008-12-20 | 1 | -2/+2 |
| | * | Remove optimization flags for now, to speed up builds. | David Cournapeau | 2008-12-20 | 1 | -2/+2 |
| | * | Add one full msvcrt version for 80 (for manifest generation). | David Cournapeau | 2008-12-19 | 1 | -1/+4 |
| | * | do not regenerate the import library if already there. | David Cournapeau | 2008-12-19 | 1 | -0/+3 |
| | * | Do not use g++ for linking on amd64. | David Cournapeau | 2008-12-19 | 1 | -10/+17 |
| | * | Fix macro def. | David Cournapeau | 2008-12-19 | 1 | -1/+1 |
| | * | Use a tuple when defining the MS_WIN64 macro. | David Cournapeau | 2008-12-19 | 1 | -1/+1 |
| | * | Forgot to import get_build_architecture. | David Cournapeau | 2008-12-19 | 1 | -1/+1 |
| | * | Add MS_WIN64 macro when built on amd64 + mingw. | David Cournapeau | 2008-12-19 | 1 | -0/+8 |
| | * | Trailing spaces. | David Cournapeau | 2008-12-19 | 1 | -4/+4 |
| | * | Do not generate ordinal, and use the basename of the dll instead of the full ... | David Cournapeau | 2008-12-19 | 1 | -2/+3 |
| | * | Actually build the import library for mingw on amd64. | David Cournapeau | 2008-12-19 | 1 | -1/+13 |
| | * | Fix missing out filename. | David Cournapeau | 2008-12-19 | 1 | -0/+2 |
| | * | Show arch in the log when building import library. | David Cournapeau | 2008-12-19 | 1 | -2/+2 |