| Commit message (Expand) | Author | Age | Files | Lines |
* | 3K: distutils: fix __code__ object access in mingw32ccompiler | Pauli Virtanen | 2010-08-03 | 1 | -1/+4 |
* | Py3k: make mingw32compiler module py3k importable. | David Cournapeau | 2009-12-03 | 1 | -6/+9 |
* | mingw64 workaround for signal handling not needed anymore - mingw-w64 support... | David Cournapeau | 2009-05-06 | 1 | -4/+4 |
* | Fix wrong merge for manifest version. | 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 6153-6173,6176-6178,6184 via svnmerge from | David Cournapeau | 2009-02-21 | 1 | -15/+127 |
|\ |
|
| * | Merged revisions 6185-6187,6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,... | David Cournapeau | 2009-02-20 | 1 | -17/+33 |
| |\
| |/
|/| |
|
| * | Remove handling of MS_WIN64 in commands: deal with it in mingw tool only. | David Cournapeau | 2008-12-20 | 1 | -0/+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 |
| * | 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 |
* | | Do not use popen* but subprocess.Popen instead. | David Cournapeau | 2009-01-04 | 1 | -3/+5 |
* | | ran reindent | Jarrod Millman | 2008-12-31 | 1 | -3/+3 |
* | | Fix manifest generation. | David Cournapeau | 2008-12-27 | 1 | -17/+14 |
* | | Fix some typo/syntax errors when converting dict access to a function in mani... | David Cournapeau | 2008-12-27 | 1 | -3/+3 |
* | | Do not import msvcrt globally in mingw32compiler module, since the module is ... | David Cournapeau | 2008-12-26 | 1 | -15/+20 |
* | | Use msvcrt values if available for manifest generation: only there starting f... | David Cournapeau | 2008-12-23 | 1 | -1/+11 |
* | | Fix typos in the comments for manifest. | David Cournapeau | 2008-12-23 | 1 | -6/+10 |
|/ |
|
* | Fix spelling. | David Cournapeau | 2008-11-17 | 1 | -1/+1 |
* | Refactor manifest generation and put it back into mingw32ccompiler module. | David Cournapeau | 2008-11-17 | 1 | -0/+21 |
* | Fix configtest and manifest_name. | David Cournapeau | 2008-11-17 | 1 | -3/+3 |
* | Generate the rc file for manifest embedding. | David Cournapeau | 2008-11-17 | 1 | -0/+5 |
* | Separate function to get the configtest name. | David Cournapeau | 2008-11-17 | 1 | -2/+5 |
* | Generate the xml manifest file. | David Cournapeau | 2008-11-17 | 1 | -2/+8 |
* | Fix string formatting. | David Cournapeau | 2008-11-17 | 1 | -4/+4 |
* | Refactor msvc runtime checking, put it into mingw32compiler | David Cournapeau | 2008-11-17 | 1 | -0/+13 |
* | Trailing spaces. | David Cournapeau | 2008-11-16 | 1 | -1/+1 |
* | Forgot to change argument of manifest_rc. | David Cournapeau | 2008-11-16 | 1 | -1/+1 |
* | Use directly the manifest name for generating the rc file + add docstring. | David Cournapeau | 2008-11-16 | 1 | -2/+10 |
* | Add manifest_rc to generate the .rc file which will be used to embed the mani... | David Cournapeau | 2008-11-16 | 1 | -0/+14 |
* | Add comment on how to get exact MSVCR version. | David Cournapeau | 2008-11-16 | 1 | -1/+2 |
* | Add a function to get the content of the xml version of manifest to deal with... | David Cournapeau | 2008-11-16 | 1 | -0/+46 |
* | Fix #114: Problems with building with MSVC and GCC under Cygwin | cookedm | 2006-07-28 | 1 | -9/+12 |
* | Fix old scipy Issue173. | Pearu Peterson | 2006-04-24 | 1 | -1/+6 |