summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* MAINT: list litteralRémy Léone2015-11-071-3/+1
* Revert "Merge pull request #5614 from charris/cleanup-gh-5587"Charles Harris2015-10-201-45/+22
* Revert "Merge pull request #6354 from mingwpy/mingwpy"Charles Harris2015-10-201-10/+9
* BLD: mingwpy fixescarlkl2015-09-241-9/+10
* STY: Some style cleanups in distutils.Charles Harris2015-02-271-65/+70
* BLD: Add mingw-w64 support for the mingw64static option.carlkl2015-02-271-16/+28
* STY: Giant comma spacing fixup.Charles Harris2013-08-181-10/+10
* 2to3: Apply `print` fixer.Charles Harris2013-04-061-2/+2
* Merge pull request #3191 from charris/2to3-apply-imports-fixerCharles Harris2013-04-061-1/+0
|\
| * 2to3: Apply `imports` fixer.Charles Harris2013-04-021-1/+0
* | Merge pull request #460 from endolith/regex_formattingCharles Harris2013-04-031-3/+6
|\ \ | |/ |/|
| * DOC: Used regex to find colons missing spaces which render wrong online, also...endolith2013-03-191-3/+6
* | 2to3: Use absolute imports.Charles Harris2013-03-281-2/+2
|/
* Merge pull request #3026 from charris/2to3-fix-printCharles Harris2013-03-011-0/+1
|\
| * 2to3: Put `from __future__ import division in every python file.Charles Harris2013-03-011-0/+1
* | 2to3: Apply `methodattrs` fixes.Charles Harris2013-03-011-4/+1
|/
* 2to3: Apply `funcattrs` fixer. Closes #3058.Charles Harris2013-02-281-1/+1
* Handle MSVC v10 in _MSVCRVER_TO_FULLVERpeterjc2012-11-121-4/+7
* Cope with two digit major number in MSCV v10peterjc2012-11-121-1/+4
* BUG: Find only platform-specific dlls in winsxs directory.Han Genuit2012-04-151-1/+5
* BUG: Fix version comparison bug on Py25.Han2011-10-041-2/+2
* BUG: Fixes for Python3 and some further enhancements.hangenuit@gmail.com2011-10-041-17/+19
* ENH: Incorporated review advice and changed macro hack to MinGW hint.hangenuit@gmail.com2011-10-041-5/+7
* BUG: Add another preprocessor statement for 64-bits fallback mechanism.hangenuit@gmail.com2011-10-041-0/+4
* BUG: DLL finder should also look in WinSxS directory.hangenuit@gmail.com2011-10-041-2/+13
* BUG: Also build MSVC debug library if MINGW_USE_CUSTOM_MSVCR is defined (best...hangenuit@gmail.com2011-10-041-10/+6
* ENH: In debug mode, do not use customized MSVC runtime library.Han2011-10-041-0/+3
* ENH: Clean up symbol definition file.Han2011-10-041-0/+3
* ENH: Some commments. Skip customization for MSVC < 8.0.Han2011-10-041-3/+14
* ENH: Generate custom MSCV runtime library for mingw32.Han2011-10-041-0/+46
* STY: Fix up some remaining old-style exceptions.Charles Harris2011-04-051-1/+1
* UPDATE: gcc-4 series do not support -mno-cygwin option.Pearu Peterson2010-10-161-2/+16
* 3K: distutils: fix __code__ object access in mingw32ccompilerPauli Virtanen2010-08-031-1/+4
* Py3k: make mingw32compiler module py3k importable.David Cournapeau2009-12-031-6/+9
* mingw64 workaround for signal handling not needed anymore - mingw-w64 support...David Cournapeau2009-05-061-4/+4
* Fix wrong merge for manifest version.David Cournapeau2009-02-221-1/+1
* Fix typo in MSVC runtime info for mingw.David Cournapeau2009-02-221-1/+1
* Merged revisions 6153-6173,6176-6178,6184 via svnmerge from David Cournapeau2009-02-211-15/+127
|\
| * Merged revisions 6185-6187,6191-6221,6235-6238,6240-6241,6244,6250-6251,6253,...David Cournapeau2009-02-201-17/+33
| |\ | |/ |/|
| * Remove handling of MS_WIN64 in commands: deal with it in mingw tool only.David Cournapeau2008-12-201-0/+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
| * 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