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
* Two small fixes for the support for SDKs on MacOSX:Ronald Oussoren2010-06-271-1/+3
* Fix for issue #7724: ensure that distutils and python's own setup.pyRonald Oussoren2010-06-031-1/+21
* Revert r80963 - it broke compilation everywhereAntoine Pitrou2010-05-081-20/+1
* Fix for issue #7724: make it possible to build usingRonald Oussoren2010-05-081-1/+20
* reverting partially distutils to its 2.6.x state so 2.7a4 looks more like the...Tarek Ziadé2010-03-051-23/+6
* taking sysconfig out of distutilsTarek Ziadé2010-01-231-4/+6
* Fixed #7617: all flavors of gcc should be recognized nowTarek Ziadé2010-01-081-2/+5
* Issue #6163: Fixed HP-UX runtime library dir options in distutils.unixcompilerTarek Ziadé2009-09-091-1/+3
* Fixed #6164 AIX specific linker argument in Distutils unixcompilerTarek Ziadé2009-06-201-16/+17
* Fixed Issue 5900: distutils.command.build_ext - Ensure RUNPATH is added to ex...Tarek Ziadé2009-05-091-5/+19
* 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