summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/sunlink.py
Commit message (Collapse)AuthorAgeFilesLines
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-0/+4
|\
| * 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
| |
* | Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.Gary Oberbrunner2013-09-221-1/+1
|/
* 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 ↵Steven Knight2004-02-261-1/+3
| | | | strings or lists.
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-1/+1
|
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-151-1/+7
| | | | copyright notices. Fix some portability problems with new Tool files.
* 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