summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Tool/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* [PY 3.8] file closes in tools and othersMats Wichmann2019-04-251-2/+7
* [PR #3337] add testcase for tool lookupMats Wichmann2019-04-241-21/+23
* Merge branch 'master' into tool-addWilliam Deegan2019-04-231-6/+6
|\
| * Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...William Deegan2019-04-181-6/+6
* | [#3336] do not add not-found tool pathsMats Wichmann2019-04-131-11/+14
|/
* [PY 3.8] fix some sider complaints in #3331Mats Wichmann2019-03-301-1/+0
* [WIP] [PY 3.8] fix more warningsMats Wichmann2019-03-301-2/+3
* Add textfile tool to defaultsMats Wichmann2019-02-081-0/+2
* PEP8William Deegan2018-11-301-209/+273
* A few syntax cleanupsMats Wichmann2018-10-031-6/+6
* Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...William Deegan2018-01-181-0/+29
* added a method to the jar tool to handle directories and file sources. This w...Daniel Moody2017-10-261-2/+12
* Fix issue with Tool loading logic where sys.path was getting an addition site...William Deegan2017-10-131-2/+8
* updated the Jar tool to not force sources to .class files allowing for direct...Daniel Moody2017-10-071-2/+0
* Fix Bug #3025 - (Credit to Florian : User flow86 on tigris) - Fix typo JAVACL...William Deegan2017-08-211-1/+1
* PEP8William Deegan2017-08-191-0/+1
* remove msvc from non windows platforms default list of compilersWilliam Deegan2017-08-081-4/+4
* Merge mainline.Russel Winder2017-07-021-1/+1
|\
| * Added support for relative imports within tools for python3 and tests for rel...grbd2017-06-271-1/+1
* | Change the name of the tool to avoid + in filename. Add alias so clang++ stil...Russel Winder2017-06-211-1/+4
|/
* Additional fix for nested tools under python2grbd2017-06-141-1/+2
* Nested Tool support under python 3grbd2017-06-141-5/+6
* Fix the loading of tools where the tool is a package instead of a modulegrbd2017-06-141-0/+1
* Added support for nested toolsgrbd2017-06-131-5/+14
* 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
| |\