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
*
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
*
Better error handling if someone tries to add a non-Node as a source, depende...
Steven Knight
2004-01-11
1
-9/+36
*
Miscellaneous changes: update a call to env.subst(); white space cleanup in ...
Steven Knight
2004-01-04
1
-38/+0
*
Support using Dirs as sources for builds. (Charles Crain)
Steven Knight
2003-10-07
1
-0/+4
*
Fix setting the source_scanner if a source if used by more than one environment.
Steven Knight
2003-09-20
1
-30/+17
*
Fix dependency scans of generated files. (John Johnson)
Steven Knight
2003-09-16
1
-15/+30
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
1
-1/+6
*
Allow Command() to take directories as sources.
Steven Knight
2003-07-26
1
-5/+5
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
1
-4/+9
*
Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)
Steven Knight
2003-07-21
1
-1/+1
*
Speed up adding children to the various Node lists (depends, ignore, sources,...
Steven Knight
2003-07-20
1
-13/+41
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
1
-0/+5
*
Eliminate redundant signature calculations, optimize out use of hasattr().
Steven Knight
2003-05-17
1
-17/+67
*
Fix SideEffect() and BuildDir(). (Anthony Roach)
Steven Knight
2003-05-15
1
-2/+22
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-43/+33
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-1/+16
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-1/+42
*
Add a clear() method to reset a Node's state for re-processing.
Steven Knight
2003-04-12
1
-0/+12
*
Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...
Steven Knight
2003-03-28
1
-2/+21
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
1
-0/+5
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-1/+4
[next]