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
/
SubstTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line wit...
William Deegan
2020-05-06
1
-1242/+0
*
Purge some py 2.7 code
William Deegan
2020-03-13
1
-7/+0
*
Remove 'from __future__ import print_function' no longer needed as we're drop...
William Deegan
2020-02-17
1
-2/+0
*
syntax fixups suggested by PyCharm
Mats Wichmann
2019-12-23
1
-3/+3
*
Fixup some code triggering pylint errors.
Mats Wichmann
2019-04-21
1
-1/+2
*
Replace usage of unittest.TestSuite with unittest.main()
Hao Wu
2018-07-12
1
-17/+1
*
Add test for another subst dollar escaping situation. In this case 34120( is ...
William Deegan
2017-10-01
1
-0/+4
*
Merged in thosrtanner/trt-scons-sig-suppress (pull request #390)
William Deegan
2017-08-07
1
-0/+25
|
\
|
*
Allow nested $( $) sections
Thomas Tanner
2017-02-11
1
-0/+25
*
|
change to test to make it easier to see failures
William Deegan
2017-02-27
1
-2/+5
|
/
*
Post merge commit for safety. Building Fortran code works, but tests fail.
Russel Winder
2015-12-24
1
-11/+0
|
\
|
*
removed several pre-2.7 methods and imports, including some basic refactorings
Dirk Baechle
2015-12-10
1
-11/+0
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-2/+3
|
\
\
|
|
/
|
*
Switch unit tests to configurable runner
anatoly techtonik
2014-03-21
1
-2/+3
*
|
Merged with [default]
Stefan Zimmermann
2014-03-31
1
-0/+5
|
\
\
|
|
/
|
*
Added tests for Literal object comparison, and updated CHANGES.txt.
Gary Oberbrunner
2013-09-29
1
-0/+5
*
|
Made former 2to3 changes Python 2.7 compatible (or removed unneeded changes).
Stefan Zimmermann
2014-03-31
1
-0/+1
*
|
Result of raw 2to3 run (2to3-2.7); checkpoint for python3 conversion.
Gary Oberbrunner
2013-09-22
1
-24/+24
|
/
*
- first swoop of changes for getting all Buildbot slaves to run successfully ...
dirkbaechle
2012-09-04
1
-0/+2
*
Python 2.7 fixes in four tests.
Steven Knight
2010-08-27
1
-1/+3
*
Convert old-style classes to new-style classes.
Steven Knight
2010-05-12
1
-10/+12
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-26
1
-2/+0
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-24
1
-7/+3
*
http://scons.tigris.org/issues/show_bug.cgi?id=2345
Greg Noel
2010-04-15
1
-6/+6
*
Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
Steven Knight
2010-04-07
1
-11/+11
*
http://scons.tigris.org/issues/show_bug.cgi?id=2329
Greg Noel
2010-03-27
1
-2/+1
*
Issue 2327: provide a compat sorted() function for pre-2.4 Python versions.
Steven Knight
2010-03-25
1
-8/+6
*
Move 2.0 changes collected in branches/pending back to trunk for further
Greg Noel
2010-03-25
1
-9/+8
*
Add emacs and vim editing settings to the bottom of *.py files.
Steven Knight
2009-02-09
1
-0/+6
*
Merged revisions 3759-3762 via svnmerge from
Steven Knight
2008-11-11
1
-691/+689
*
Merged revisions 2527-2645 via svnmerge from
Steven Knight
2008-02-04
1
-4/+22
*
Merged revisions 2121-2135 via svnmerge from
Steven Knight
2007-07-14
1
-0/+2
*
Merged revisions 1784-1824 via svnmerge from
Steven Knight
2007-02-11
1
-4/+25
*
Merged revisions 1675-1736 via svnmerge from
Steven Knight
2006-12-16
1
-12/+53
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-0/+6
*
Fix a bug in command-line escaping. (Jan Nieuwenhuizen)
Steven Knight
2005-11-05
1
-2/+17
*
Give the subst logic its own SCons.Subst module. It's big enough.
Steven Knight
2005-09-19
1
-0/+1135