summaryrefslogtreecommitdiff
path: root/Lib/distutils/unixccompiler.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #20767: Fix -R option for FreeBSD/clang.Stefan Krah2016-08-031-0/+2
* Issue #25136: Support Apple Xcode 7's new textual SDK stub libraries.Ned Deily2016-02-251-0/+22
* Issue #13590: OS X Xcode 4 - improve support for universal extension modulesNed Deily2013-01-311-64/+6
* Fix closes Issue11439 Remove the SVN keywords from the code as it is no longe...Senthil Kumaran2011-07-281-2/+0
* Merged revisions 82273 via svnmerge fromRonald Oussoren2010-06-271-1/+3
* Merged revisions 81673 via svnmerge fromRonald Oussoren2010-06-031-1/+21
* Merged revisions 77380 via svnmerge fromTarek Ziadé2010-01-091-2/+5
* Merged revisions 74730 via svnmerge fromTarek Ziadé2009-09-091-1/+3
* Merged revisions 72497 via svnmerge fromTarek Ziadé2009-05-091-5/+19
* Merged revisions 65012,65035,65037-65040,65048,65057,65077,65091-65095,65097-...Georg Brandl2008-07-231-2/+1
* Merged revisions 63955 via svnmerge fromGeorg Brandl2008-07-161-1/+7
* Merged revisions 60990-61002 via svnmerge fromChristian Heimes2008-02-231-1/+0
* Patch# 1258 by Christian Heimes: kill basestring.Guido van Rossum2007-10-161-1/+1
* General cleanup, raise normalization in Lib/distutils.Collin Winter2007-08-301-16/+15
* Merged revisions 55795-55816 via svnmerge fromGuido van Rossum2007-06-071-2/+1
* Checkpoint. Manipulated things so that string literals are alwaysGuido van Rossum2007-04-271-2/+2
* SF patch 1631942 by Collin Winter:Guido van Rossum2007-01-101-4/+4
* Four months of trunk changes (including a few releases...)Thomas Wouters2006-12-131-0/+16
* Merged revisions 46753-51188 via svnmerge fromThomas Wouters2006-08-111-1/+1
* Much-needed merge (using svnmerge.py this time) of trunk changes into p3yk.Thomas Wouters2006-05-271-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