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
/
TaskmasterTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make sure scans are added to all targets in a builder call, to prevent out-o...
Steven Knight
2005-03-30
1
-4/+39
*
Fix re-scanning of built files for implicit dependencies when the -j option i...
Steven Knight
2005-03-20
1
-5/+4
*
Print --debug={tree,dtree,includes} even if the build has an error.
Steven Knight
2004-12-03
1
-0/+14
*
Build targets in an associated BuildDir even if there are local targets in th...
Steven Knight
2004-09-18
1
-0/+3
*
Print tracebacks for errors other than UserError and StopError. (Gary Oberbr...
Steven Knight
2004-09-18
1
-2/+20
*
Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)
Steven Knight
2004-09-17
1
-14/+29
*
Fix -k sometimes trying to link executables even when library builds fail.
Steven Knight
2004-09-17
1
-0/+6
*
Make exception handling thread-safe by using sys.exc_info() instead of sys.ex...
Steven Knight
2004-07-13
1
-32/+38
*
Make the use of the calc argument in Node methods consistent.
Steven Knight
2004-06-02
1
-2/+7
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
1
-22/+22
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-9/+8
*
Cleaner Task interface when using the -c option.
Steven Knight
2004-05-08
1
-0/+65
*
Have Task.make_ready() create a list of the out-of-date Nodes.
Steven Knight
2004-04-07
1
-0/+44
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-0/+31
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-0/+46
*
Prepare side-effect nodes before building, too. (Charles Crain)
Steven Knight
2003-12-06
1
-0/+22
*
Fix a problem with the new Parallel job support when a command fails. (J.T. ...
Steven Knight
2003-10-09
1
-0/+10
*
New parallel job execution. (J.T. Conklin)
Steven Knight
2003-10-06
1
-4/+29
*
Record and print an internal stack trace when Taskmaster detects errors for e...
Steven Knight
2003-07-27
1
-8/+22
*
Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...
Steven Knight
2003-03-28
1
-0/+11
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
1
-0/+16
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-21/+23
*
Add an Exit() function for explicit termination of SCons.
Steven Knight
2003-03-03
1
-2/+11
*
Don't eat scanner exceptions.
Steven Knight
2003-03-03
1
-6/+39
*
Add the --random option.
Steven Knight
2003-02-06
1
-0/+23
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-1/+31
*
Provide a better error message when a BuildDir() is read-only.
Steven Knight
2003-01-27
1
-3/+52
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
1
-1/+1
*
Update Copyright years.
Steven Knight
2003-01-16
1
-1/+1
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-0/+3
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
1
-1/+69
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-1/+21
*
Serialize calls to Node.prepare() (Anthony Roach)
Steven Knight
2002-11-27
1
-0/+8
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
1
-1/+3
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-1/+36
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-1/+4
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-101/+85
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-10/+27
*
Efficiency: On the Taskmaster's Walker's out-of-date checks, don't return an...
Steven Knight
2002-02-18
1
-0/+33
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-0/+3
*
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
-0/+3
*
Only execute an Action once for a List of targets.
Steven Knight
2002-01-26
1
-9/+22
*
Delay scanning a node from when we ask for its children to just before we're ...
Steven Knight
2001-12-11
1
-2/+25
*
Detect dependency cycles
Steven Knight
2001-11-28
1
-3/+18
*
Change node and .sconsign handling to separate build and content signatures.
Steven Knight
2001-10-28
1
-39/+10
*
Make up-to-date messages get printed out in the correct order Mark II
Steven Knight
2001-10-26
1
-25/+39
*
Support building (sub)directories.
Steven Knight
2001-10-25
1
-90/+115
*
Add -k support and more
Steven Knight
2001-10-24
1
-23/+137
*
Add -i (ignore errors) support
Steven Knight
2001-10-10
1
-27/+28
[next]