1. b94b849 Whitespace normalization. by Fred Drake · 23 years ago
  2. e259e59 Patch by Bill Noon: added 'dylib' as a library type along with by Jack Jansen · 23 years ago
  3. a34dbe0 Patch #403947: On Cygwin, use the Unix compiler class, and not by Andrew M. Kuchling · 23 years ago
  4. 636b906 This patch makes the default compiler determination more flexible by Marc-André Lemburg · 23 years ago
  5. bd2983c Add strip_dir argument to the single call to .object_filenames(), to by Andrew M. Kuchling · 24 years ago
  6. 3f819ec Fix from Jack Jansen for the Mac and the Metrowerks compiler, posted by Andrew M. Kuchling · 24 years ago
  7. 264cf74 Remove deprecation warnings on old 'link_*()' methods, ie. they're not by Greg Ward · 24 years ago
  8. 4240648 Big patch from Rene Liebscher to simplify the CCompiler API and by Greg Ward · 24 years ago
  9. f813e59 Added 'debug_print()'. by Greg Ward · 24 years ago
  10. e5e6015 Added 'debug' flag to 'find_library_file()'. by Greg Ward · 24 years ago
  11. 9dddbb4 Added 'execute()' method, a thin wrapper around 'util.execute() (just like by Greg Ward · 24 years ago
  12. 612eb9f Fixed a grab-bag of typos spotted by Rob Hooft. by Greg Ward · 24 years ago
  13. 65d6edb fix inconsistent use of tabs and spaces by Jeremy Hylton · 24 years ago
  14. bfc79d6 Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()' by Greg Ward · 24 years ago
  15. e5c62bf Introduced some bureaucracy for setting and tracking the executables by Greg Ward · 24 years ago
  16. c3a43b4 Docstring reformatting/tweaking binge. Fixed a few comments. by Greg Ward · 24 years ago
  17. 9aa668b Changed 'object_filenames()' to raise exception instead of silently carrying by Greg Ward · 24 years ago
  18. 2ff7887 Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch. by Greg Ward · 24 years ago
  19. 3ff3b03 Added 'preprocess()' method to CCompiler interface, and implemented by Greg Ward · 24 years ago
  20. 9d17a7a Patch from Rene Liebscher: this adds "--help-foo" options to list the by Greg Ward · 24 years ago
  21. 39804cb Removed exceptions -- now in errors.py to avoid expensive import of ccompiler. by Greg Ward · 24 years ago
  22. d151711 Changed to catch compile/link failures and raise CompileError, LibError, by Greg Ward · 24 years ago
  23. f7edea7 Lyle Johnson: added stubs for the four miscellaneous methods that must be by Greg Ward · 24 years ago
  24. 5299b6a Added support for the 'export_symbols' parameter to 'link_shared_object()' by Greg Ward · 24 years ago
  25. f10f95d Added 'runtime_library_dirs' parameter to 'link_*()' methods. by Greg Ward · 24 years ago
  26. d03f88a Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath' by Greg Ward · 24 years ago
  27. 036c805 Renamed 'link_static_lib() to 'create_static_lib()'. by Greg Ward · 24 years ago
  28. 32c4a8a Serious overhaul of the C compiler interface and the two classes that by Greg Ward · 24 years ago
  29. 3ce77fd Changed '__rcsid__' to '__revision__'. by Greg Ward · 24 years ago
  30. 013f0c8 Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that adds by Greg Ward · 24 years ago
  31. 3c045a5 Added 'debug' flag to compile and link method signatures. by Greg Ward · 24 years ago
  32. 5baf1c2 Removed a bunch of irrelevant parameters from 'link_static_lib()' signature. by Greg Ward · 25 years ago
  33. 0bdd90a Catch up with terminology change in UnixCCompiler: 'includes' -> 'include_dirs'. by Greg Ward · 25 years ago
  34. 3febd60 Slight change to the meaning of the 'libraries' list: if a library name by Greg Ward · 25 years ago
  35. 802d6b7 Added 'extra_preargs' and 'extra_postargs' parameters to most methods, by Greg Ward · 25 years ago
  36. fbf8aff Typecheck elements of 'macros' parameter in 'gen_preprocess_options(). by Greg Ward · 25 years ago
  37. 9b17cb5 Added 'output_dir' attribute, and 'output_dir' parameter to several method by Greg Ward · 25 years ago
  38. f7a39ec os.name is "posix" or "nt" or we don't care. by Greg Ward · 25 years ago
  39. 26e48ea Patch from Perry Stoll: by Greg Ward · 25 years ago
  40. e1aaaa6 Added 'verbose' and 'dry_run' flags to CCompiler constructor and by Greg Ward · 25 years ago
  41. 3f81cf7 The abstract base class that defines the C/C++ compiler abstraction model. by Greg Ward · 25 years ago