| Commit message (Expand) | Author | Age | Files | Lines |
* | BUG: Find only platform-specific dlls in winsxs directory. | Han Genuit | 2012-04-15 | 1 | -1/+5 |
* | BUG: Fix version comparison bug on Py25. | Han | 2011-10-04 | 1 | -2/+2 |
* | BUG: Fixes for Python3 and some further enhancements. | hangenuit@gmail.com | 2011-10-04 | 1 | -17/+19 |
* | ENH: Incorporated review advice and changed macro hack to MinGW hint. | hangenuit@gmail.com | 2011-10-04 | 1 | -5/+7 |
* | BUG: Add another preprocessor statement for 64-bits fallback mechanism. | hangenuit@gmail.com | 2011-10-04 | 1 | -0/+4 |
* | BUG: DLL finder should also look in WinSxS directory. | hangenuit@gmail.com | 2011-10-04 | 1 | -2/+13 |
* | BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best... | hangenuit@gmail.com | 2011-10-04 | 1 | -10/+6 |
* | ENH: In debug mode, do not use customized MSVC runtime library. | Han | 2011-10-04 | 1 | -0/+3 |
* | ENH: Clean up symbol definition file. | Han | 2011-10-04 | 1 | -0/+3 |
* | ENH: Some commments. Skip customization for MSVC < 8.0. | Han | 2011-10-04 | 1 | -3/+14 |
* | ENH: Generate custom MSCV runtime library for mingw32. | Han | 2011-10-04 | 1 | -0/+46 |
* | STY: Fix up some remaining old-style exceptions. | Charles Harris | 2011-04-05 | 1 | -1/+1 |
* | UPDATE: gcc-4 series do not support -mno-cygwin option. | Pearu Peterson | 2010-10-16 | 1 | -2/+16 |
* | 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 |