| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| | | * | Do not generate manifest when built with msver 8.*, it does not look like it ... | David Cournapeau | 2008-12-19 | 1 | -1/+1 |
| | | * | Refactor build_import_library to take into account multi arch. | David Cournapeau | 2008-12-19 | 1 | -3/+16 |
| | | * | Add a warning if no symbols found in the dll (if stripped, for example). | David Cournapeau | 2008-12-19 | 1 | -0/+3 |
| | | * | Fix .def file generation. | David Cournapeau | 2008-12-19 | 1 | -4/+4 |
| | | * | Forgot to add the regex for the generate_def function. | David Cournapeau | 2008-12-19 | 1 | -2/+7 |
| | | * | Add a function to generate a .def file from a dll. | David Cournapeau | 2008-12-19 | 1 | -0/+30 |
| | | * | Add a function to get a dump of private headers from dll. | David Cournapeau | 2008-12-19 | 1 | -0/+5 |
| | | * | Fix typo when getting system32 location. | David Cournapeau | 2008-12-19 | 1 | -1/+1 |
| | | * | Add a function to find python dll on windows. | David Cournapeau | 2008-12-19 | 1 | -0/+23 |
| | * | | Unhelpful message for compaq fortran compiler. | David Cournapeau | 2009-02-20 | 1 | -1/+1 |
| * | | | Support library_dirs in check_type. | David Cournapeau | 2009-02-19 | 1 | -2/+2 |
| * | | | Merge r6410. | David Cournapeau | 2009-02-19 | 1 | -1/+1 |
| |\ \ \
| |/ / |
|
| * | | | Add our own check_header, since distutils one is broken. | David Cournapeau | 2009-02-19 | 1 | -0/+6 |
| * | | | Add numpy_include_dirs to C libraries as well. | David Cournapeau | 2009-02-18 | 1 | -1/+5 |