summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Merged in williamblevins/scons_20150323 (pull request #244)William Deegan2015-11-131-0/+7
|\
| * Issue 2264: Added cross-language scanner support.William Blevins2015-05-171-0/+7
* | cyglink: fix for shlib symlink not being cleaned correctlyPaweł Tomulik2015-09-201-2/+6
* | fix broken soname generatorPawel Tomulik2015-09-201-1/+2
* | revision: address remarks made by Gary Oberbrunnerptomulik2015-09-151-90/+144
* | minor correction to debug code in Tool/__init__.pyPawel Tomulik2015-09-071-3/+5
* | add action string function for LibSymlinksActionPawel Tomulik2015-09-041-5/+20
* | minor fix in Tool/__init__.pyPaweł Tomulik2015-09-041-1/+1
* | remove redundant get_lib_prefix() methodPaweł Tomulik2015-09-041-11/+0
* | refactored the versioned lib code a littlePaweł Tomulik2015-09-041-23/+75
* | reivised code, fixed cygwin/variant-dir issue, cleaned-up some areasPawel Tomulik2015-09-041-26/+41
* | new versioned libraries - gnulink and cyglink for nowPawel Tomulik2015-09-021-136/+292
|/
* - switching Node class and NodeInfo/Binfo to using slotsDirk Baechle2015-02-261-1/+1
* - fixed typo, which would use the wrong attributeDirk Baechle2014-12-201-12/+3
* - switching versioned shared libs to using Node.attributesDirk Baechle2014-12-191-3/+16
* also set soname on sunosAlexandre Feblot2014-11-121-0/+5
* Attempt to fix versionned shared library on SolarisAlexandre Feblot2014-09-211-1/+1
* Remove RPM and m4 from default tools on Windows to speed up SConsanatoly techtonik2014-04-281-2/+4
* The changes to the D support evolved over the last many months packaged as a ...Russel Winder2014-04-161-3/+5
* Correctly fix bug #2903, failure to rebuild when linker options change.Gary Oberbrunner2013-10-271-2/+6
* Merged pull request #86Gary Oberbrunner2013-09-291-1/+3
|\
| * Fix http://scons.tigris.org/issues/show_bug.cgi?id=2903Alexandre Feblot2013-09-151-1/+3
* | - fix for #2916, "Issues with versioned SharedLibrary under OpenBSD"Dirk Baechle2013-09-111-7/+15
|/
* Merged in managan/scons_versionedlib (pull request #82)Gary Oberbrunner2013-08-251-5/+13
|\
| * Add code to delete any current symlink before trying to crete them. Before th...Rob Managan2013-05-301-5/+13
* | Add a cyglink toolDavid Rothenberger2013-08-171-0/+8
|/
* Make VersionedSharedLib and its test not fail on WindowsGary Oberbrunner2012-12-221-5/+9
* removed versioned library support from Install and put it in InstallVersionedLibRobert Managan2012-12-181-3/+5
* Change symlinks to match what ldconfig doesRobert Managan2012-11-181-5/+17
* Get sym links working with VariantDir and add a testRobert Managan2012-11-071-2/+7
* Start to clean up changes in __init__.py and link.py. Add support in install....Robert Managan2012-11-051-31/+51
* Treat the sym links as side effects instead of extra targets. This prevents I...Robert Managan2012-10-241-20/+32
* add support for darwinRobert Managan2012-10-171-6/+5
* Add library version support to Shared Lib builderRobert Managan2012-10-171-1/+68
* Add .sx assembly files to preprocessed-assembly source scanner list. Closes i...Gary Oberbrunner2010-07-041-1/+1
* http://scons.tigris.org/issues/show_bug.cgi?id=2365Greg Noel2010-05-281-15/+22
* Convert old-style classes in Tool/__init__.py to new-style classes.Steven Knight2010-05-141-3/+3
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-241-2/+0
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-4/+4
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-7/+8
* In addition to changed merged below, commented out for platform os2 use of ms...William Deegan2009-07-211-7/+9
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix issue 2274 (LDMODULE* ignored except on Mac): integrated patch from Arve ...Gary Oberbrunner2009-01-061-1/+1
* exception must be stringified before comparisonGreg Noel2008-10-291-1/+1
* Hefty update to the tex tool.Robert Managan2008-09-181-1/+7
* Merged revisions 2867-2879 via svnmerge fromSteven Knight2008-04-191-4/+5
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-2/+2
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-30/+89
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-2/+49
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-0/+77