1. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  2. f70c603 Added 'link_executable()' method (Berthold Hoellmann). by Greg Ward · 24 years ago
  3. 02a1a2b Cleaned up/simplified error-handling: by Greg Ward · 24 years ago
  4. 19ce166 Fixed my simplification to Thomas' patch: winreg and win32api export the same by Greg Ward · 25 years ago
  5. 1027e3f Simplified Thomas Heller's registry patch: just assign all those by Greg Ward · 25 years ago
  6. 7642f5c Patch from Thomas Heller: use the new winreg module if available. by Greg Ward · 25 years ago
  7. 95c0b26 Don't perpetrate the "_d" hack for naming debugging extensions -- that's by Greg Ward · 25 years ago
  8. 6e8ee5d Don't put Python's library directory into the library search path -- that's by Greg Ward · 25 years ago
  9. 41b4dd6 Call 'find_exe()', not '_find_exe()'. by Greg Ward · 25 years ago
  10. 2f557a2 Added 'runtime_library_dirs' parameter to 'link_*()' methods, and warn that by Greg Ward · 25 years ago
  11. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 25 years ago
  12. 09fc542 Renamed 'link_static_lib() to 'create_static_lib()', and rewrote it create by Greg Ward · 25 years ago
  13. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 25 years ago
  14. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 25 years ago
  15. 5de8cee Ditched '_find_SET()', since it was a no-value-added wrapper around by Greg Ward · 25 years ago
  16. 6998809 Latest patch from Thomas Heller/Robin Becker: by Greg Ward · 25 years ago
  17. 62e3393 Stylistic changes to the registry-grovelling code: code formatting, changed by Greg Ward · 25 years ago
  18. 4ba9b2e Patch from Thomas heller: by Greg Ward · 25 years ago
  19. 386b844 Added 'debug' flags to compile and link methods, and added dummy code for by Greg Ward · 25 years ago
  20. 1b9c6f7 Revised version (thank to Thomas Heller and Robin Becker) that tries a lot by Greg Ward · 25 years ago
  21. 01f5215 Removed /GD switch -- currently ignored by MSVC. by Greg Ward · 25 years ago
  22. 8dbf681 Added compiler flags suggested by Thomas Heller: optimize, use multi-threaded by Greg Ward · 25 years ago
  23. c8a95c8 Fix library filename methods -- there is no 'lib' prefix under DOS/Windows. by Greg Ward · 25 years ago
  24. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  25. c74138d Catch up with changes in 'gen_lib_options()': by Greg Ward · 25 years ago
  26. df178f9 Catch up with latest changes in CCompiler: by Greg Ward · 25 years ago
  27. 3d50b90 Ditched redundant docstrings and comments (overlap with ccompiler.py). by Greg Ward · 25 years ago
  28. dbd1276 Added msvccompiler module exactly as supplied by Perry Stoll. by Greg Ward · 25 years ago