summaryrefslogtreecommitdiff
path: root/Lib/distutils/unixccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 82272 via svnmerge fromRonald Oussoren2010-06-271-1/+3
* Merged revisions 81662 via svnmerge fromRonald Oussoren2010-06-031-1/+21
* Merged revisions 77377 via svnmerge fromTarek Ziadé2010-01-081-2/+5
* Merged revisions 74728 via svnmerge fromTarek Ziadé2009-09-091-1/+3
* Apply patch for issue 3090: ARCHFLAGS parsing incorrectJesse Noller2008-07-161-2/+1
* MacOS X: Enable 4-way universal buildsRonald Oussoren2008-06-051-1/+7
* Patch #2167 from calvin: Remove unused importsChristian Heimes2008-02-231-1/+0
* Whitespace normalization.Tim Peters2006-10-181-1/+1
* MacOSX: The universal build requires that users have the MacOSX10.4u SDKRonald Oussoren2006-10-081-0/+16
* MacOSX: fix rather dumb buglet that made it impossible to create extensions onRonald Oussoren2006-06-271-1/+1
* Whitespace normalization.Tim Peters2006-05-231-1/+1
* Patch #1488098.Ronald Oussoren2006-05-231-2/+62
* Patch #973204: Use -rpath instead of -R on Irix and Tru64.Martin v. Löwis2004-08-291-0/+2
* Whitespace normalization, via reindent.py.Tim Peters2004-07-181-3/+3
* Fixed indentation error. Closes bug #746953.Jack Jansen2003-06-011-2/+2
* Patch #740301: Add +s when linking shared libraries on HP-UX, use -LMartin v. Löwis2003-05-311-2/+4
* Patch #718049: Setting exe_extension for cygwinJason Tishler2003-04-181-0/+2
* Patch #642019: Recognize gcc-x.y as gcc.Martin v. Löwis2002-11-211-1/+1
* Remove 'created by' lines; people can use CVS for this, and the information i...Andrew M. Kuchling2002-11-141-2/+0
* This patch fixes the following bugs:Gustavo Niemeyer2002-11-051-4/+8
* MacOSX linker doesn't understand -R flag at all, no matter how you feed itSkip Montanaro2002-10-091-1/+4
* The .preprocess() method didn't work, because it didn't add the input fileAndrew M. Kuchling2002-09-091-0/+1
* Add implementation of _compile() and use default compile() method.Jeremy Hylton2002-06-181-18/+6
* Refactor compile() method implementations.Jeremy Hylton2002-06-131-28/+12
* More style changes and little cleanups.Jeremy Hylton2002-06-131-63/+33
* Some more style improvementsJeremy Hylton2002-06-131-25/+4
* Python style conformance: Delete spaces between name of function and arglist.Jeremy Hylton2002-06-131-41/+41
* Remove unused imports caught by pycheckerJeremy Hylton2002-06-041-1/+1
* Make setup.py less chatty by default.Jeremy Hylton2002-06-041-3/+4
* on MacOSX/Darwin, use ranlib when building static libs.Just van Rossum2002-02-111-1/+4
* When using GCC, use the right option to add a directory to the list of dirsFred Drake2001-12-111-1/+18
* Whitespace normalization.Fred Drake2001-12-061-8/+8
* Patch by Bill Noon: added 'dylib' as a library type along withJack Jansen2001-08-271-2/+7
* Fix a mismatched parenthesis in the last patch.Guido van Rossum2001-07-161-1/+1
* [Bug #441527] Fixes for preprocessor support, contributed by TarnAndrew M. Kuchling2001-07-161-4/+5
* Patch #413912 from Steve Majewski: Add .m to the list of extensionsAndrew M. Kuchling2001-04-051-1/+1
* Big patch from Rene Liebscher to simplify the CCompiler API andGreg Ward2000-09-271-82/+18
* Standardize whitespace in function calls.Greg Ward2000-09-261-52/+52
* Added 'debug' flag to 'find_library_file()'.Greg Ward2000-08-041-1/+1
* Fix to call 'library_filename()' instead of the non-existentGreg Ward2000-07-271-3/+5
* Lyle Johnson: added 'build_temp' parameter to 'link_shared_{lib,object}()'Greg Ward2000-06-281-3/+8
* Got rid of direct dependence on the sysconfig module. Mainly, thisGreg Ward2000-06-251-67/+35
* Added 'preprocess()' method to CCompiler interface, and implementedGreg Ward2000-06-211-0/+32
* Import exceptions from errors.py, not ccompiler.py.Greg Ward2000-05-301-3/+3
* Changed to catch compile/link failures and raise CompileError, LibError,Greg Ward2000-05-301-5/+22
* Added support for the 'export_symbols' parameter to 'link_shared_object()'Greg Ward2000-05-201-0/+3
* Don't run "ranlib" if sysconfig's RANLIB (from Python's Makefile) startsGreg Ward2000-04-141-5/+7
* Cleaned up use of sysconfig module a bit: don't import more namesGreg Ward2000-04-141-7/+13
* Added 'runtime_library_dirs' parameter to 'link_*()' methods, and changed toGreg Ward2000-03-261-9/+13
* Changed to pay attention to the 'runtime_library_dirs' list (= 'rpath'Greg Ward2000-03-181-2/+9