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
/
ExecutorTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 2725-2865 via svnmerge from
Steven Knight
2008-04-17
1
-10/+18
*
Merged revisions 2454-2525 via svnmerge from
Steven Knight
2007-12-13
1
-1/+17
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-30/+18
*
Merged revisions 1441-1539 via svnmerge from
Steven Knight
2006-07-25
1
-0/+2
*
Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...
Steven Knight
2005-12-27
1
-3/+1
*
Refactor to let specific Node types override scanner selection, and to add a ...
Steven Knight
2005-12-04
1
-0/+2
*
Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...
Steven Knight
2005-05-14
1
-11/+60
*
Store source file and dependency paths relative to the target's directory, no...
Steven Knight
2005-04-01
1
-19/+32
*
Make sure scans are added to all targets in a builder call, to prevent out-o...
Steven Knight
2005-03-30
1
-10/+31
*
Reduce gen_binfo() time for very long source lists.
Steven Knight
2005-03-05
1
-5/+18
*
Refactor Environment/Executor/Node scanner interaction a little. Put --debug...
Steven Knight
2005-02-13
1
-4/+31
*
Use WeakValueDicts in the Memoizer to cut down on memory use.
Steven Knight
2005-01-23
1
-1/+27
*
Reduce the number of scanner calls in large cross-products of targets and sou...
Steven Knight
2005-01-22
1
-6/+25
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-5/+29
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-11/+19
*
Refactor Action/Executor interaction. (Kevin Quick)
Steven Knight
2004-10-24
1
-49/+20
*
Fix ExecutorTests under Python 2.x, where str() throws a TypeError if the ret...
Steven Knight
2004-10-23
1
-1/+1
*
Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up...
Steven Knight
2004-10-22
1
-2/+31
*
Add support for changing directory when executing Actions (the to the target ...
Steven Knight
2004-09-27
1
-7/+8
*
Better error messages for bad builder creation. (Kevin Quick)
Steven Knight
2004-09-21
1
-0/+6
*
Fix --debug=explain when the action is a Python function.
Steven Knight
2004-09-18
1
-0/+10
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
1
-39/+59
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-0/+10
*
Handle recursive substitution in overrides.
Steven Knight
2004-02-24
1
-1/+3
*
Add an internal Environment._update() method that updates the dictionary dire...
Steven Knight
2004-02-23
1
-0/+2
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-4/+21
*
Deprecate the overrides Builder() keyword argument in favor of specifying val...
Steven Knight
2004-02-08
1
-7/+21
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
1
-1/+1
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-0/+173