summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* pep8William Deegan2017-04-091-0/+1
* added SCons.Tool loaded tools to SCons.Tool namespaceWilliam Deegan2017-04-041-0/+6
* py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...William Deegan2017-04-031-5/+14
* py2/3 change logic to not reuse already loaded module from sys.modules if the...William Deegan2017-03-311-35/+13
* py2/3 for py3, if the tool has already been loaded, just return that. no need...William Deegan2017-03-301-0/+4
* py2/3 handle not finding tools properly for py3William Deegan2017-03-301-1/+8
* initial logic for dynamic tool loading for python. It currently will work for...William Deegan2017-03-301-27/+75
* py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...William Deegan2017-03-201-9/+9
* Remove deprecated tool SubversionWilliam Deegan2017-03-201-2/+0
* Remove deprecated tool SCCSWilliam Deegan2017-03-201-1/+1
* Remove deprecated tool RCSWilliam Deegan2017-03-201-2/+1
* Remove deprecated tool BitKeeperWilliam Deegan2017-03-201-1/+1
* remove deprecated Perforce toolWilliam Deegan2017-03-201-1/+1
* Change the search order for D compilers.Russel Winder2017-03-121-10/+9
* merge headsWilliam Deegan2016-11-281-1/+1
|\
| * Fix tests failing on win32 AR and Fortran and M4William Deegan2016-11-281-1/+1
* | Fix some minor formatting issues flagged by pycharmsWilliam Deegan2016-10-251-5/+5
|/
* Remove debug code to reenable python version specific tool module loading code.William Deegan2016-05-231-1/+1
* use old tool loading code for py2, and new code (not quite working yet) for py3William Deegan2016-05-231-48/+53
* minor improvement to Tool loading code for py2/3 compatWilliam Deegan2016-05-191-14/+15
* fix for module loading to us importlib instead of imp (which no longer works ...William Deegan2016-05-191-20/+48
* copy src/engine/SCons/Tool/__init__.py as the merge had issues at some point ...William Deegan2016-05-121-132/+43
* Fixed usage of linknames which needed to be defined outside of the two method...William Deegan2016-05-091-1/+4
* Post merge commit for safety. Building Fortran code works, but tests fail.Russel Winder2015-12-241-48/+438
|\
| * removed several pre-2.7 methods and imports, including some basic refactoringsDirk Baechle2015-12-101-1/+1
| * 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
* | Merged default branch into python3-port to keep it up to date.Gary Oberbrunner2014-08-231-5/+9
|\ \ | |/
| * 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
* | Merged with [default]Stefan Zimmermann2014-03-311-8/+22
|\ \ | |/
| * 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
| |/