| Commit message (Expand) | Author | Age | Files | Lines |
* | Restore Python 1.5.2 compatibility. | Marc-André Lemburg | 2003-05-14 | 1 | -1/+1 |
|
|
* | Replace line somehow deleted before last checkin. | Jeremy Hylton | 2003-05-09 | 1 | -0/+1 |
|
|
* | Variant of SF patch 614770: MSVC 7 support | Jeremy Hylton | 2003-05-09 | 1 | -143/+189 |
|
|
* | Pass the preprocessor options also to the resource compiler | Thomas Heller | 2003-01-31 | 1 | -1/+1 |
|
|
* | Add comment to Distutil files about requiring 1.5.2 compatibility, as | Andrew M. Kuchling | 2002-11-19 | 1 | -1/+2 |
|
|
* | Remove 'created by' lines; people can use CVS for this, and the information i... | Andrew M. Kuchling | 2002-11-14 | 1 | -1/+1 |
|
|
* | This patch fixes the following bugs: | Gustavo Niemeyer | 2002-11-05 | 1 | -7/+3 |
|
|
* | Define NDEBUG for releae builds, just like Python. | Jeremy Hylton | 2002-06-18 | 1 | -1/+2 |
|
|
* | Refactor compile() method implementations. | Jeremy Hylton | 2002-06-13 | 1 | -86/+69 |
|
|
* | Make setup.py less chatty by default. | Jeremy Hylton | 2002-06-04 | 1 | -3/+4 |
|
|
* | Pass the full pathname to MSVC when compiling a debug version. This | Thomas Heller | 2002-04-25 | 1 | -0/+6 |
|
|
* | Make it 1.5.2 compatible again. | Thomas Heller | 2002-02-08 | 1 | -4/+5 |
|
|
* | Encode MSVC paths as mbcs. Fixes #509117. 2.2.1 candidate. | Martin v. Löwis | 2002-01-29 | 1 | -0/+4 |
|
|
* | Whitespace normalization. | Fred Drake | 2001-12-06 | 1 | -9/+9 |
|
|
* | Big patch from Rene Liebscher to simplify the CCompiler API and | Greg Ward | 2000-09-27 | 1 | -102/+33 |
|
|
* | *Very* belated application of Thomas Heller's patch to handle | Greg Ward | 2000-09-19 | 1 | -3/+86 |
|
|
* | Add /GX to 'compile_options'. This is definitely needed for C++ source; | Greg Ward | 2000-08-31 | 1 | -2/+3 |
|
|
* | Add ".cxx" to the list of known C++ extensions. | Greg Ward | 2000-08-30 | 1 | -1/+1 |
|
|
* | Added 'debug' flag to 'find_library_file()', and changed code to handle it. | Greg Ward | 2000-08-04 | 1 | -6/+11 |
|
|
* | Ditched some debugging prints. | Greg Ward | 2000-08-02 | 1 | -3/+0 |
|
|
* | Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that | Greg Ward | 2000-08-02 | 1 | -1/+13 |
|
|
* | Simplify the registry-module-finding code: _winreg or win32api/win32con. | Greg Ward | 2000-06-30 | 1 | -4/+1 |
|
|
* | On second thought, first try for _winreg, and then winreg. Only if both | Greg Ward | 2000-06-29 | 1 | -1/+5 |
|
|
* | Changed to use _winreg module instead of winreg. | Greg Ward | 2000-06-29 | 1 | -6/+6 |
|
|
* | Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' | Greg Ward | 2000-06-28 | 1 | -4/+7 |
|
|
* | Define the 'executables' class attribute so the CCompiler constructor | Greg Ward | 2000-06-25 | 1 | -1/+8 |
|
|
* | Import exceptions from errors.py, not ccompiler.py. | Greg Ward | 2000-05-30 | 1 | -4/+4 |
|
|
* | Changed to catch compile/link failures and raise CompileError, LibError, | Greg Ward | 2000-05-30 | 1 | -7/+21 |
|
|
* | Added support for the 'export_symbols' parameter to 'link_shared_object()' | Greg Ward | 2000-05-20 | 1 | -2/+10 |
|
|
* | Added 'link_executable()' method (Berthold Hoellmann). | Greg Ward | 2000-04-19 | 1 | -3/+48 |
|
|
* | Cleaned up/simplified error-handling: | Greg Ward | 2000-04-15 | 1 | -0/+3 |
|
|
* | Fixed my simplification to Thomas' patch: winreg and win32api export the same | Greg Ward | 2000-03-31 | 1 | -8/+13 |
|
|
* | Simplified Thomas Heller's registry patch: just assign all those | Greg Ward | 2000-03-31 | 1 | -32/+32 |
|
|
* | Patch from Thomas Heller: use the new winreg module if available. | Greg Ward | 2000-03-31 | 1 | -24/+47 |
|
|
* | Don't perpetrate the "_d" hack for naming debugging extensions -- that's | Greg Ward | 2000-03-31 | 1 | -4/+0 |
|
|
* | Don't put Python's library directory into the library search path -- that's | Greg Ward | 2000-03-31 | 1 | -3/+0 |
|
|
* | Call 'find_exe()', not '_find_exe()'. | Greg Ward | 2000-03-29 | 1 | -3/+3 |
|
|
* | Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that | Greg Ward | 2000-03-26 | 1 | -6/+11 |
|
|
* | Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' | Greg Ward | 2000-03-18 | 1 | -1/+7 |
|
|
* | Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create | Greg Ward | 2000-03-10 | 1 | -25/+15 |
|
|
* | Serious overhaul of the C compiler interface and the two classes that | Greg Ward | 2000-03-06 | 1 | -130/+105 |
|
|
* | Changed '__rcsid__' to '__revision__'. | Greg Ward | 2000-03-02 | 1 | -1/+1 |
|
|
* | Ditched '_find_SET()', since it was a no-value-added wrapper around | Greg Ward | 2000-02-11 | 1 | -23/+14 |
|
|
* | Latest patch from Thomas Heller/Robin Becker: | Greg Ward | 2000-02-11 | 1 | -47/+68 |
|
|
* | Stylistic changes to the registry-grovelling code: code formatting, changed | Greg Ward | 2000-02-10 | 1 | -23/+51 |
|
|
* | Patch from Thomas heller: | Greg Ward | 2000-02-10 | 1 | -11/+33 |
|
|
* | Added 'debug' flags to compile and link methods, and added dummy code for | Greg Ward | 2000-02-09 | 1 | -3/+13 |
|
|
* | Revised version (thank to Thomas Heller and Robin Becker) that tries a lot | Greg Ward | 2000-02-08 | 1 | -3/+98 |
|
|
* | Removed /GD switch -- currently ignored by MSVC. | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|
* | Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded | Greg Ward | 2000-01-17 | 1 | -1/+1 |
|
|