summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/gnulink.py
Commit message (Expand)AuthorAgeFilesLines
* Futurize stage 2 2to3 fixes only.William Blevins2016-09-201-1/+1
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-0/+13
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
| * refactor code -> avoid code duplicationPawel Tomulik2015-09-201-29/+6
| * fix broken soname generatorPawel Tomulik2015-09-201-1/+1
| * support for versioned libraries for sunlinkPawel Tomulik2015-09-201-90/+6
| * gnulink: create direct symlinks instead of daisy-chained onesPawel Tomulik2015-09-191-2/+4
| * support free-form SHLIBVERSION/LDMODULEVERSIONPawel Tomulik2015-09-191-1/+5
| * refactored the versioned lib code a littlePaweł Tomulik2015-09-041-28/+28
| * reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-041-11/+8
| * new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-0/+117
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-3/+8
|\ \ | |/
| * Delegate linker Tool.exists() to CC/CXX Tool.exists().Michael Haubenwallner2014-05-151-3/+8
* | 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
* Add Framework support for Mac OS X. (Greg Noel) Document it. (Gary Oberbru...Steven Knight2005-08-121-3/+1
* Add support for the darwin (Mac OS X) platform. (James Juhasz)Steven Knight2004-08-181-0/+2
* Add RPATH support. (Chad Austin)Steven Knight2004-04-031-0/+7
* Initialize *FLAGS variables with objects that can add flags either as strings...Steven Knight2004-02-261-1/+3
* Support for additional UNIX variants: (Christian Engel)Steven Knight2003-08-241-29/+4
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-1/+1
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-2/+30
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-17/+2
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+1
* Support using construction variables as re-usable, callable command generator...Steven Knight2003-03-131-1/+1
* Fix library dependencies when the prefix is specified explicitly.Steven Knight2003-01-211-0/+1
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Refactor SCons.Util.Detect() into an Environment method.Steven Knight2002-09-051-2/+2
* Fix the tests that broke from the tool auto-detect stuff. (Anthony Roach and...Steven Knight2002-09-051-9/+3
* Dynamically check for the existence of utilities. (sam th)Steven Knight2002-08-291-2/+13
* Check in the Tool() interface. (SK and Charles Crain)Steven Knight2002-06-201-0/+54