summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* - 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
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-8/+26
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-2/+3
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+5
* Merged revisions 1540-1545,1547-1581 via svnmerge fromSteven Knight2006-08-061-4/+23
* Add separate $RANLIBCOM and $RANLIBCOMSTR variables. (Christoph Schulz)Steven Knight2005-11-291-2/+6
* Correct $SOURCES on TeX command lines. (Sanjoy Mahajan) Add scanning of LaT...Steven Knight2005-11-061-0/+7
* Add f90 and f95 to the list of Fortran compilers searched by default.Steven Knight2005-08-221-7/+7
* Checkpoint refactorings to remove CommandGenerator and ToolSpec classes.Steven Knight2005-03-061-42/+42
* Add support for Objective C/C++ .m and .mm file extensions. (Timothee Besset)Steven Knight2005-02-281-0/+1
* Accumulated documentation changes.Steven Knight2005-02-151-2/+2
* Move the canned Scanner objects out of Defaults.py and document how to add Sc...Steven Knight2005-02-141-6/+36
* Remove build engine dependencies on SCons.Script. Fix a misspelled variable ...Steven Knight2005-01-081-1/+1
* Add LoadableModule support. (Michael McCracken)Steven Knight2005-01-071-0/+31