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
/
Taskmaster.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
1
-2/+1
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-23/+39
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-1/+0
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-1/+0
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-8/+1
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-124/+105
*
Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) by...
Steven Knight
2002-03-21
1
-4/+4
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-7/+16
*
Enhance the Walker to call a third supplied function to actually work on a No...
Steven Knight
2002-03-19
1
-31/+37
*
Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...
Steven Knight
2002-02-18
1
-0/+4
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-0/+1
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Performance improvement: avoid recomputing signatures.
Steven Knight
2002-01-29
1
-12/+3
*
Fix for previous Tasks change.
Steven Knight
2002-01-27
1
-1/+1
*
Only execute an Action once for a List of targets.
Steven Knight
2002-01-26
1
-59/+88
*
Delay scanning a node from when we ask for its children to just before we're ...
Steven Knight
2001-12-11
1
-0/+2
*
Detect dependency cycles
Steven Knight
2001-11-28
1
-3/+14
*
More NT portability fixes.
Steven Knight
2001-11-24
1
-1/+5
*
Change node and .sconsign handling to separate build and content signatures.
Steven Knight
2001-10-28
1
-33/+63
*
Make up-to-date messages get printed out in the correct order Mark II
Steven Knight
2001-10-26
1
-16/+21
*
Support building (sub)directories.
Steven Knight
2001-10-25
1
-68/+104
*
Add -k support and more
Steven Knight
2001-10-24
1
-21/+68
*
Add -i (ignore errors) support
Steven Knight
2001-10-10
1
-30/+32
*
Use the Node Walker to build dependencies in order.
Steven Knight
2001-10-05
1
-0/+106