summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/applelink.py
Commit message (Expand)AuthorAgeFilesLines
* Add APPLELINK_NO_CURRENT_VERSION and APPLELINK_NO_COMPATIBILITY_VERSION to al...William Deegan2018-12-101-7/+29
* Fix :r -> !r in some debug print statements per mwichmann [ci skip]William Deegan2018-12-101-3/+3
* Fix docstring per mwichmann [ci skip]William Deegan2018-12-101-1/+1
* minor flake8 issues resolvedWilliam Deegan2018-12-091-2/+2
* Fix GH issue #3241 - Support -compatability_version and -current_version flag...William Deegan2018-12-061-5/+9
* initial pass at versioned library logic. WIPWilliam Deegan2018-12-051-6/+42
* Fix flag usage for APPLELINK_CURRENT_VERSION and APPLELINK_COMPATIBILITY_VERS...William Deegan2018-12-051-7/+8
* Initial checkin of functional versioned shared libraries for applelink. Not l...William Deegan2018-12-041-3/+79
* fix test so it should run on any platformWilliam Deegan2018-09-241-2/+1
* Fix Github issue #2580 - hash mark not properly handled in FRAMEWORKPATHWilliam Deegan2018-09-231-1/+2
* osx: add logic to enable versioned shared libraries on osx/darwin. For now it...William Deegan2017-04-091-0/+8
* Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix issue 2127 (missing FRAMEWORKSFLAGS in applelink.py) by adding them in a ...Gary Oberbrunner2008-08-211-2/+2
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-2/+1
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-2/+4
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-2/+6
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+60