| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. | Greg Ward | 2000-01-17 | 1 | -5/+2 |
|
|
* | Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. | Greg Ward | 1999-12-12 | 1 | -5/+6 |
|
|
* | Catch up with changes in 'gen_lib_options()': | Greg Ward | 1999-10-03 | 1 | -5/+30 |
|
|
* | Catch up with latest changes in CCompiler: | Greg Ward | 1999-09-29 | 1 | -58/+45 |
|
|
* | Ditched redundant docstrings and comments (overlap with ccompiler.py). | Greg Ward | 1999-09-08 | 1 | -111/+20 |
|
|
* | Added msvccompiler module exactly as supplied by Perry Stoll. | Greg Ward | 1999-08-29 | 1 | -0/+317 |
|
|