- d142564 Added 'debug' flag to 'find_library_file()', and changed code to handle it. by Greg Ward · 25 years ago
- 04c90fc Ditched some debugging prints. by Greg Ward · 25 years ago
- 159eb92 Patch from Rene Liebscher: generate an /IMPLIB: option to ensure that by Greg Ward · 25 years ago
- 1b5ec76 Simplify the registry-module-finding code: _winreg or win32api/win32con. by Greg Ward · 25 years ago
- 83c3870 On second thought, first try for _winreg, and then winreg. Only if both by Greg Ward · 25 years ago
- cd079c4 Changed to use _winreg module instead of winreg. by Greg Ward · 25 years ago
- bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 25 years ago
- 992c8f9 Define the 'executables' class attribute so the CCompiler constructor by Greg Ward · 25 years ago
- 3add77f Import exceptions from errors.py, not ccompiler.py. by Greg Ward · 25 years ago
- d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 25 years ago
- 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 25 years ago
- f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 25 years ago
- 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 25 years ago
- 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 25 years ago
- 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 25 years ago
- 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 25 years ago
- 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 25 years ago
- 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 25 years ago
- 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 25 years ago
- 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 25 years ago
- d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 25 years ago
- 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 25 years ago
- 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 25 years ago
- 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
- 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 25 years ago
- 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 25 years ago
- 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 25 years ago
- 4ba9b2e Patch from Thomas heller: by Greg Ward · 25 years ago
- 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 25 years ago
- 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
- 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
- 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
- c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
- 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
- c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
- df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
- 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
- dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago