summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/link.py
Commit message (Expand)AuthorAgeFilesLines
* s/SHLINKSONAME/SHLIBSONAME/Pawel Tomulik2015-09-201-3/+3
* refactor code -> avoid code duplicationPawel Tomulik2015-09-201-0/+45
* support for versioned libraries for sunlinkPawel Tomulik2015-09-201-0/+85
* refactored the versioned lib code a littlePaweł Tomulik2015-09-041-13/+22
* new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-90/+58
* - fixed several tests and tools that still used Node attributes directlyDirk Baechle2015-08-061-1/+1
* - switching versioned shared libs to using Node.attributesDirk Baechle2014-12-191-9/+23
* Attempt to fix versionned shared library on SolarisAlexandre Feblot2014-09-211-1/+1
* The changes to the D support evolved over the last many months packaged as a ...Russel Winder2014-04-161-4/+11
* Add a cyglink toolDavid Rothenberger2013-08-171-0/+12
* removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-181-2/+2
* Get sym links working with VariantDir and add a testRobert Managan2012-11-071-0/+2
* Start to clean up changes in __init__.py and link.py. Add support in install....Robert Managan2012-11-051-22/+37
* Treat the sym links as side effects instead of extra targets. This prevents I...Robert Managan2012-10-241-6/+32
* add support for darwinRobert Managan2012-10-171-4/+13
* Add library version support to Shared Lib builderRobert Managan2012-10-171-0/+11
* Fix #1644: LINKFLAGS and RPATH conflict. Moved RPATH into LINKCOM.Gary Oberbrunner2011-03-031-3/+4
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Various Windows fixes:Steven Knight2009-01-181-2/+2
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-061-1/+4
* Merged revisions 2949-2953,2955-3056 via svnmerge fromSteven Knight2008-06-101-3/+12
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-191-1/+11
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-2/+7
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-1/+1
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-2/+2
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+11
* QT fixes and enhancements: Moc() and Uic() builders, a lot of new variables....Steven Knight2004-07-121-1/+3
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-2/+2
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-3/+17
* Allow Builders to take a dictionary that maps source file suffixes to emitter...Steven Knight2003-07-291-2/+3
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-0/+60