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
/
Node
/
__init__.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Don't read up entire directories to decide if an Alias is up-to-date.
Steven Knight
2005-02-14
1
-14/+8
*
Refactor Environment/Executor/Node scanner interaction a little. Put --debug...
Steven Knight
2005-02-13
1
-19/+24
*
Don't memoize the get_build_scanner_path() methods.
Steven Knight
2005-02-10
1
-2/+1
*
Only call filter() to remove ignored dependencies if something has been Ignor...
Steven Knight
2005-01-23
1
-7/+10
*
Use WeakValueDicts in the Memoizer to cut down on memory use.
Steven Knight
2005-01-23
1
-47/+39
*
Reduce the number of scanner calls in large cross-products of targets and sou...
Steven Knight
2005-01-22
1
-12/+9
*
Change how Node/__init__.py imports Executor, remove unnecessary has_builder(...
Steven Knight
2005-01-21
1
-31/+45
*
Regain lost performance improvements by using paths instead of targets for sc...
Steven Knight
2005-01-21
1
-13/+27
*
Eliminate Executor's creation and use of a build_dict and a subst_dict, which...
Steven Knight
2005-01-10
1
-5/+0
*
Apply Memoizer to cache more return values from various methods. (Kevin Quick)
Steven Knight
2004-12-31
1
-1/+3
*
Add a Memoizer metaclass to collect the logic for caching values in one locat...
Steven Knight
2004-12-29
1
-73/+44
*
Make AlwaysBuild() work with Aliases.
Steven Knight
2004-12-17
1
-0/+2
*
Speed up Taskmaster by not calling Node methods so frequently.
Steven Knight
2004-12-16
1
-5/+1
*
Cache get_suffix() and get_build_env(). (Kevin Quick)
Steven Knight
2004-12-16
1
-8/+52
*
Apply build overrides once up front. (Kevin Quick)
Steven Knight
2004-12-15
1
-1/+0
*
Remove Node scanner storage. (Kevin Quick)
Steven Knight
2004-12-15
1
-9/+10
*
Remove unnecessary scan keyword argument from Node.current(). (Kevin Quick)
Steven Knight
2004-12-14
1
-1/+1
*
Allow Alias Nodes to have Actions.
Steven Knight
2004-11-13
1
-0/+7
*
On Python 2.x, return lists of Nodes from builders as a NodeList object with ...
Steven Knight
2004-11-12
1
-0/+15
*
Use a Node's environment in preference to the builder's environment.
Steven Knight
2004-11-10
1
-1/+1
*
Refactor Action/Executor interaction. (Kevin Quick)
Steven Knight
2004-10-24
1
-2/+18
*
Allow explicit target_factory=Dir with Builders that make a directory to over...
Steven Knight
2004-10-20
1
-0/+9
*
Win32 portability fixes for tests.
Steven Knight
2004-10-09
1
-11/+10
*
Add a missing newline to the end of the --debug=explain unknown
Steven Knight
2004-10-08
1
-1/+1
*
Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...
Steven Knight
2004-10-07
1
-10/+11
*
Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)
Steven Knight
2004-10-07
1
-15/+26
*
Better --debug=explain info when build actions change. (Kevin Quick)
Steven Knight
2004-10-06
1
-3/+8
*
Get the source_scanner from the target node, not the source node. (Kevin Quick)
Steven Knight
2004-09-24
1
-4/+4
*
Fix --debug=explain when the action is a Python function.
Steven Knight
2004-09-18
1
-5/+8
*
Remove the misbegotten --save-explain-info feature.
Steven Knight
2004-08-17
1
-18/+10
*
Put back --implicit-cache, having it use the --debug=explain info instead of ...
Steven Knight
2004-08-17
1
-24/+21
*
Officially support target_factory and source_factory when creating a Builder.
Steven Knight
2004-06-25
1
-0/+2
*
Fix a problem with --debug=explain when actions change due to expanded constr...
Steven Knight
2004-06-17
1
-5/+8
*
Add an option to not save the --debug=explain information.
Steven Knight
2004-06-15
1
-12/+20
*
Make the use of the calc argument in Node methods consistent.
Steven Knight
2004-06-02
1
-5/+10
*
Store the different dependencies in binfo separately.
Steven Knight
2004-06-01
1
-19/+53
*
Remove dead imports and other things found by PyChecker.
Steven Knight
2004-06-01
1
-7/+8
*
Fix use of --debug=explain with SConsignFile(). (Chad Austin)
Steven Knight
2004-05-24
1
-1/+5
*
Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...
Steven Knight
2004-05-19
1
-27/+50
*
When a Node has been built, don't walk the whole tree back to delete the pare...
Steven Knight
2004-05-17
1
-7/+3
*
Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.
Steven Knight
2004-05-14
1
-138/+160
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-2/+2
*
Really support strfunction for all Action subclasses by refactoring the inter...
Steven Knight
2004-05-03
1
-21/+9
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-3/+3
*
Performance improvement: memo-ize Node.FS string values when appropriate.
Steven Knight
2004-05-01
1
-0/+3
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-10/+35
*
Better error message when a source file is missing.
Steven Knight
2004-02-24
1
-1/+1
*
Save memory by allowing Nodes to clean up their Executor's build environments...
Steven Knight
2004-02-09
1
-8/+18
*
Add options to investigate object creation and memory consumption.
Steven Knight
2004-02-07
1
-1/+3
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-0/+11
[next]