summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/sunlink.py
Commit message (Expand)AuthorAgeFilesLines
* refactor code -> avoid code duplicationPawel Tomulik2015-09-201-19/+2
* fix broken soname generatorPawel Tomulik2015-09-201-1/+1
* support for versioned libraries for sunlinkPawel Tomulik2015-09-201-0/+21
* Fix #1644: LINKFLAGS and RPATH conflict. Moved RPATH into LINKCOM.Gary Oberbrunner2011-03-031-1/+0
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-1/+3
* Add RPATH (-R) support to the sun linker. (Karol Pietrzak)Steven Knight2005-05-071-0/+5
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-2/+2
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+3
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing copyright...Steven Knight2003-09-151-1/+7
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-3/+12
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+47