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
/
Script
/
Main.py
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Report removal of multiple targets correctly when using -n -c. (Patrick Mezard)
Steven Knight
2005-10-02
1
-2/+4
|
*
Check all targets when deciding if a target is up to date. (Patrick Mezard)
Steven Knight
2005-09-26
1
-13/+16
|
*
Handle IOError exceptions when pushing files to CacheDir (and elsewhere).
Steven Knight
2005-08-20
1
-2/+36
|
*
Fix the -U behavior (broken when we made BUILD_TARGETS modifiable).
Steven Knight
2005-08-17
1
-4/+5
|
*
Allow modification of BUILD_TARGETS from with SConscript files. (Stanislav ↵
Steven Knight
2005-08-13
1
-1/+3
|
|
|
|
Baranov)
*
Print stacktrace for UserErrors when --debug=stacktrace is used. (Chad Austin)
Steven Knight
2005-08-11
1
-0/+3
|
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-3/+2
|
*
Add a --diskcheck option to control looking on-disk for things.
Steven Knight
2005-06-10
1
-1/+43
|
*
Don't print duplicate stats when --profile is used.
Steven Knight
2005-06-02
1
-11/+10
|
*
Print statistics even when we terminate early (e.g. using -h).
Steven Knight
2005-06-02
1
-23/+24
|
*
Add a --debug=nomemoizer option to disable memoization.
Steven Knight
2005-06-01
1
-1/+2
|
*
Eliminate multiple calls to os.stat() to fetch file info.
Steven Knight
2005-05-13
1
-8/+9
|
*
Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize ↵
Steven Knight
2005-04-02
1
-108/+156
|
|
|
|
it once (later than we used to) and eliminate all the __setTopLevelDir() calls.
*
Add a subsystem for collecting stats about how Nodes are handled by the ↵
Steven Knight
2005-03-24
1
-3/+5
|
|
|
|
Taskmaster.
*
Refactor Main.py's Alias lookup to allow customized Alias (sub-)classes. ↵
Steven Knight
2005-03-18
1
-2/+12
|
|
|
|
(Stanislav Baranov)
*
Optimize out N*M suffix matching in Builder.py.
Steven Knight
2005-03-04
1
-0/+5
|
*
Display the help message when -u -h is supplied. (Elliot Murphy)
Steven Knight
2005-02-11
1
-2/+0
|
*
Fix --debug=memoizer so it actually prints some stats on Python 2.x.
Steven Knight
2005-01-13
1
-1/+0
|
*
Improve --debug=count to get an idea of when different objects are created.
Steven Knight
2005-01-12
1
-11/+32
|
*
More performance improvements?
Steven Knight
2005-01-12
1
-30/+46
|
*
Support 'from SConsScript import *' to allow Python modules imported by ↵
Steven Knight
2005-01-08
1
-0/+1144
SConscript files to get at the global builders and functions more easily.