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