index
:
SCons.git
aix-xlc_r-is-for-threads
conftest-messages
linker-exists-when-compiler-exists
master
msvc11
msvs-express-2013
msvs-vcvars-caching
optimize-scan-path-subst-v2
pchdll
python3-port
python3raise
python3win32
rel_2.2.0
rel_2.3.0
rel_2.3.1
rel_2.3.2
rel_2.3.3
rel_2.3.4
rel_2.3.5
rel_2.3.6
rel_2.4.0
rel_2.4.1
rel_2.5.0
rel_2.5.1
rel_3.0.0
rel_3.0.1
release-2.1.0
switch_to_slots
test_bb
ziproot
SCons is an Open Source software construction tool—that is, a next-generation build tool.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
engine
/
SCons
/
Tool
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
[PY 3.8] file closes in tools and others
Mats Wichmann
2019-04-25
1
-2/+7
*
[PR #3337] add testcase for tool lookup
Mats Wichmann
2019-04-24
1
-21/+23
*
Merge branch 'master' into tool-add
William Deegan
2019-04-23
1
-6/+6
|
\
|
*
Issue #3350 - Refactor EnvironmentError to SConsEnvironmentError to avoid ove...
William Deegan
2019-04-18
1
-6/+6
*
|
[#3336] do not add not-found tool paths
Mats Wichmann
2019-04-13
1
-11/+14
|
/
*
[PY 3.8] fix some sider complaints in #3331
Mats Wichmann
2019-03-30
1
-1/+0
*
[WIP] [PY 3.8] fix more warnings
Mats Wichmann
2019-03-30
1
-2/+3
*
Add textfile tool to defaults
Mats Wichmann
2019-02-08
1
-0/+2
*
PEP8
William Deegan
2018-11-30
1
-209/+273
*
A few syntax cleanups
Mats Wichmann
2018-10-03
1
-6/+6
*
Added find_program_path() to SCons.Tool. Logic was in mingw. Use this to al...
William Deegan
2018-01-18
1
-0/+29
*
added a method to the jar tool to handle directories and file sources. This w...
Daniel Moody
2017-10-26
1
-2/+12
*
Fix issue with Tool loading logic where sys.path was getting an addition site...
William Deegan
2017-10-13
1
-2/+8
*
updated the Jar tool to not force sources to .class files allowing for direct...
Daniel Moody
2017-10-07
1
-2/+0
*
Fix Bug #3025 - (Credit to Florian : User flow86 on tigris) - Fix typo JAVACL...
William Deegan
2017-08-21
1
-1/+1
*
PEP8
William Deegan
2017-08-19
1
-0/+1
*
remove msvc from non windows platforms default list of compilers
William Deegan
2017-08-08
1
-4/+4
*
Merge mainline.
Russel Winder
2017-07-02
1
-1/+1
|
\
|
*
Added support for relative imports within tools for python3 and tests for rel...
grbd
2017-06-27
1
-1/+1
*
|
Change the name of the tool to avoid + in filename. Add alias so clang++ stil...
Russel Winder
2017-06-21
1
-1/+4
|
/
*
Additional fix for nested tools under python2
grbd
2017-06-14
1
-1/+2
*
Nested Tool support under python 3
grbd
2017-06-14
1
-5/+6
*
Fix the loading of tools where the tool is a package instead of a module
grbd
2017-06-14
1
-0/+1
*
Added support for nested tools
grbd
2017-06-13
1
-5/+14
*
pep8
William Deegan
2017-04-09
1
-0/+1
*
added SCons.Tool loaded tools to SCons.Tool namespace
William Deegan
2017-04-04
1
-0/+6
*
py2/3. Rename SCons.Tool.gettext to SCons.Tool.gettext_tool and change tool l...
William Deegan
2017-04-03
1
-5/+14
*
py2/3 change logic to not reuse already loaded module from sys.modules if the...
William Deegan
2017-03-31
1
-35/+13
*
py2/3 for py3, if the tool has already been loaded, just return that. no need...
William Deegan
2017-03-30
1
-0/+4
*
py2/3 handle not finding tools properly for py3
William Deegan
2017-03-30
1
-1/+8
*
initial logic for dynamic tool loading for python. It currently will work for...
William Deegan
2017-03-30
1
-27/+75
*
py3. Fix vendor specific compilers importing c++ module, instead of cxx. c++ ...
William Deegan
2017-03-20
1
-9/+9
*
Remove deprecated tool Subversion
William Deegan
2017-03-20
1
-2/+0
*
Remove deprecated tool SCCS
William Deegan
2017-03-20
1
-1/+1
*
Remove deprecated tool RCS
William Deegan
2017-03-20
1
-2/+1
*
Remove deprecated tool BitKeeper
William Deegan
2017-03-20
1
-1/+1
*
remove deprecated Perforce tool
William Deegan
2017-03-20
1
-1/+1
*
Change the search order for D compilers.
Russel Winder
2017-03-12
1
-10/+9
*
merge heads
William Deegan
2016-11-28
1
-1/+1
|
\
|
*
Fix tests failing on win32 AR and Fortran and M4
William Deegan
2016-11-28
1
-1/+1
*
|
Fix some minor formatting issues flagged by pycharms
William Deegan
2016-10-25
1
-5/+5
|
/
*
Remove debug code to reenable python version specific tool module loading code.
William Deegan
2016-05-23
1
-1/+1
*
use old tool loading code for py2, and new code (not quite working yet) for py3
William Deegan
2016-05-23
1
-48/+53
*
minor improvement to Tool loading code for py2/3 compat
William Deegan
2016-05-19
1
-14/+15
*
fix for module loading to us importlib instead of imp (which no longer works ...
William Deegan
2016-05-19
1
-20/+48
*
copy src/engine/SCons/Tool/__init__.py as the merge had issues at some point ...
William Deegan
2016-05-12
1
-132/+43
*
Fixed usage of linknames which needed to be defined outside of the two method...
William Deegan
2016-05-09
1
-1/+4
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-48/+438
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-1/+1
|
*
Merged in williamblevins/scons_20150323 (pull request #244)
William Deegan
2015-11-13
1
-0/+7
|
|
\
[next]