summaryrefslogtreecommitdiff
path: root/numpy/distutils/mingw32ccompiler.py
Commit message (Collapse)AuthorAgeFilesLines
...
| * Do not generate manifest when built with msver 8.*, it does not look like it ↵David Cournapeau2008-12-191-1/+1
| | | | | | | | is needed, and we dont support it anyway ATM.
| * 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 ↵David Cournapeau2008-12-271-3/+3
| | | | | | | | manifest generation.
* | Do not import msvcrt globally in mingw32compiler module, since the module is ↵David Cournapeau2008-12-261-15/+20
| | | | | | | | imported on all platforms.
* | Use msvcrt values if available for manifest generation: only there starting ↵David Cournapeau2008-12-231-1/+11
| | | | | | | | from python 2.6.1.
* | 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 ↵David Cournapeau2008-11-161-0/+14
| | | | manifest file.
* 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 ↵David Cournapeau2008-11-161-0/+46
| | | | with VS.
* 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
|
* Run reindent.py (script distributed with Python) over the source to remove ↵cookedm2006-03-101-25/+25
| | | | extraneous whitespace
* Changed all references to scipy to numpyTravis Oliphant2006-01-041-4/+4
|
* Moved scipy directory to numpyTravis Oliphant2006-01-041-0/+219