summaryrefslogtreecommitdiffstats
path: root/Lib/distutils/ccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-2/+2
* Compile the files in the same order they are passed to the compiler.Thomas Heller2003-12-051-1/+5
* new method: has_function() - returns a boolean indicating whether theSkip Montanaro2003-04-241-0/+45
* [Bug #668662] Patch from Pearu Pearson: if a C source file isAndrew M. Kuchling2003-02-261-0/+2
* Bug #599248: strip directories when building Python. Out-of-tree builds shou...Andrew M. Kuchling2002-12-291-2/+5
* Add comment to Distutil files about requiring 1.5.2 compatibility, asAndrew M. Kuchling2002-11-191-0/+2
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* [Bug #599248] ext module generation problemAndrew M. Kuchling2002-11-141-2/+2
* Repair inconsistent use of tabs and spaces.Jeremy Hylton2002-11-051-1/+1
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-8/+55
* save the verbose argument as an instance attributes. Subclasses ofSkip Montanaro2002-10-011-0/+1
* Commit fix for SF 603831.Guido van Rossum2002-10-011-1/+2
* Use distutils.debug.DEBUG instead of distutils.core.DEBUG.Jeremy Hylton2002-09-111-1/+1
* Add a default implementation of compile() to the base class.Jeremy Hylton2002-06-181-1/+20
* Extend compiler() method with optional depends argument.Jeremy Hylton2002-06-131-74/+168
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-9/+10
* Fix trivial typo.Thomas Heller2002-04-251-1/+1
* OS/2 patches by Andrew I MacIntyre for distutils.Marc-André Lemburg2002-01-311-0/+3
* Whitespace normalization.Fred Drake2001-12-061-17/+17
* Patch by Bill Noon: added 'dylib' as a library type along withJack Jansen2001-08-271-2/+2
* Patch #403947: On Cygwin, use the Unix compiler class, and notAndrew M. Kuchling2001-02-271-1/+4
* This patch makes the default compiler determination more flexibleMarc-André Lemburg2001-02-191-8/+40
* Add strip_dir argument to the single call to .object_filenames(), toAndrew M. Kuchling2001-01-161-0/+1
* Fix from Jack Jansen for the Mac and the Metrowerks compiler, postedAndrew M. Kuchling2001-01-151-0/+3
* Remove deprecation warnings on old 'link_*()' methods, ie. they're notGreg Ward2000-09-271-11/+5
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-271-39/+72
* Added 'debug_print()'.Greg Ward2000-08-041-0/+5
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-041-3/+5
* Added 'execute()' method, a thin wrapper around 'util.execute() (just likeGreg Ward2000-08-021-1/+4
* Fixed a grab-bag of typos spotted by Rob Hooft.Greg Ward2000-07-271-1/+1
* fix inconsistent use of tabs and spacesJeremy Hylton2000-07-071-1/+1
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-281-4/+6
* Introduced some bureaucracy for setting and tracking the executablesGreg Ward2000-06-251-3/+58
* Docstring reformatting/tweaking binge.Greg Ward2000-06-241-249/+253
* Changed 'object_filenames()' to raise exception instead of silently carryingGreg Ward2000-06-241-1/+3
* Stylistic/formatting changes to Rene Liebscher's '--help-xxx' patch.Greg Ward2000-06-241-10/+20
* Added 'preprocess()' method to CCompiler interface, and implementedGreg Ward2000-06-211-0/+16
* Patch from Rene Liebscher: this adds "--help-foo" options to list theGreg Ward2000-06-071-3/+15
* Removed exceptions -- now in errors.py to avoid expensive import of ccompiler.Greg Ward2000-05-301-16/+0
* Changed to catch compile/link failures and raise CompileError, LibError,Greg Ward2000-05-301-5/+31
* Lyle Johnson: added stubs for the four miscellaneous methods that must beGreg Ward2000-05-201-0/+27
* Added support for the 'export_symbols' parameter to 'link_shared_object()'Greg Ward2000-05-201-1/+9
* Added 'runtime_library_dirs' parameter to 'link_*()' methods.Greg Ward2000-03-261-28/+43
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-181-1/+4
* Renamed 'link_static_lib() to 'create_static_lib()'.Greg Ward2000-03-101-12/+13
* Serious overhaul of the C compiler interface and the two classes thatGreg Ward2000-03-061-47/+243
* Changed '__rcsid__' to '__revision__'.Greg Ward2000-03-021-1/+1
* Added 'mkpath()' method: convenience wrapper around 'util.mkpath()' that addsGreg Ward2000-03-011-1/+4
* Added 'debug' flag to compile and link method signatures.Greg Ward2000-02-091-23/+43
* Removed a bunch of irrelevant parameters from 'link_static_lib()' signature.Greg Ward2000-01-091-8/+18