summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Do not generate manifest when built with msver 8.*, it does not look like it ...David Cournapeau2008-12-191-1/+1
| * Refactor build_import_library to take into account multi arch.David Cournapeau2008-12-191-3/+16
| * Add a warning if no symbols found in the dll (if stripped, for example).David Cournapeau2008-12-191-0/+3
| * Fix .def file generation.David Cournapeau2008-12-191-4/+4
| * Forgot to add the regex for the generate_def function.David Cournapeau2008-12-191-2/+7
| * Add a function to generate a .def file from a dll.David Cournapeau2008-12-191-0/+30
| * Add a function to get a dump of private headers from dll.David Cournapeau2008-12-191-0/+5
| * Fix typo when getting system32 location.David Cournapeau2008-12-191-1/+1
| * Add a function to find python dll on windows.David Cournapeau2008-12-191-0/+23
* | Do not use popen* but subprocess.Popen instead.David Cournapeau2009-01-041-3/+5
* | ran reindentJarrod Millman2008-12-311-3/+3
* | Fix manifest generation.David Cournapeau2008-12-271-17/+14
* | Fix some typo/syntax errors when converting dict access to a function in mani...David Cournapeau2008-12-271-3/+3
* | Do not import msvcrt globally in mingw32compiler module, since the module is ...David Cournapeau2008-12-261-15/+20
* | Use msvcrt values if available for manifest generation: only there starting f...David Cournapeau2008-12-231-1/+11
* | Fix typos in the comments for manifest.David Cournapeau2008-12-231-6/+10
|/
* Fix spelling.David Cournapeau2008-11-171-1/+1
* Refactor manifest generation and put it back into mingw32ccompiler module.David Cournapeau2008-11-171-0/+21
* Fix configtest and manifest_name.David Cournapeau2008-11-171-3/+3
* Generate the rc file for manifest embedding.David Cournapeau2008-11-171-0/+5
* Separate function to get the configtest name.David Cournapeau2008-11-171-2/+5
* Generate the xml manifest file.David Cournapeau2008-11-171-2/+8
* Fix string formatting.David Cournapeau2008-11-171-4/+4
* Refactor msvc runtime checking, put it into mingw32compilerDavid Cournapeau2008-11-171-0/+13
* Trailing spaces.David Cournapeau2008-11-161-1/+1
* Forgot to change argument of manifest_rc.David Cournapeau2008-11-161-1/+1
* Use directly the manifest name for generating the rc file + add docstring.David Cournapeau2008-11-161-2/+10
* Add manifest_rc to generate the .rc file which will be used to embed the mani...David Cournapeau2008-11-161-0/+14
* Add comment on how to get exact MSVCR version.David Cournapeau2008-11-161-1/+2
* Add a function to get the content of the xml version of manifest to deal with...David Cournapeau2008-11-161-0/+46
* Fix #114: Problems with building with MSVC and GCC under Cygwincookedm2006-07-281-9/+12
* Fix old scipy Issue173.Pearu Peterson2006-04-241-1/+6