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
/
NodeTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix retrieving multiple target files from cache. (Bob Halley)
Steven Knight
2004-01-17
1
-0/+6
*
Better error handling if someone tries to add a non-Node as a source, depende...
Steven Knight
2004-01-11
1
-32/+54
*
Miscellaneous changes: update a call to env.subst(); white space cleanup in ...
Steven Knight
2004-01-04
1
-124/+6
*
Add a QT tool. (Christoph Wiedemann)
Steven Knight
2003-07-24
1
-0/+38
*
Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)
Steven Knight
2003-07-21
1
-0/+7
*
Speed up adding children to the various Node lists (depends, ignore, sources,...
Steven Knight
2003-07-20
1
-12/+22
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
1
-0/+9
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-36/+33
*
Improve new post-PathList refactoring performance. (Charles Crain)
Steven Knight
2003-05-07
1
-0/+6
*
Refactor to use real Nodes for command-line attributes and eliminate PathList...
Steven Knight
2003-05-06
1
-0/+40
*
Add a clear() method to reset a Node's state for re-processing.
Steven Knight
2003-04-12
1
-0/+20
*
Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...
Steven Knight
2003-03-28
1
-0/+60
*
Add warnings when we switch to BuildDir() targets when using -u or -U.
Steven Knight
2003-03-26
1
-0/+8
*
Make RCS/SCCS/BitKeeper support more transparent.
Steven Knight
2003-03-22
1
-9/+12
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
1
-0/+19
*
Add support for fetching files from rcs.
Steven Knight
2003-02-18
1
-2/+17
*
Annotate objects with their creation SConscript and line.
Steven Knight
2003-02-09
1
-0/+19
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-0/+8
*
Add AddPreAction() and AddPostAction() methods. (Charles Crain)
Steven Knight
2003-01-20
1
-2/+58
*
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
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-29/+94
*
Change the Action object execute() methods to __call__() methods.
Steven Knight
2002-12-28
1
-1/+1
*
Finish the Action refactoring by removing Builder.execute() methods and movin...
Steven Knight
2002-12-19
1
-74/+12
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-0/+10
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-1/+5
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-2/+0
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-14/+16
*
Support Repository and Default().
Steven Knight
2002-08-06
1
-86/+0
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
1
-0/+118
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-1/+11
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-8/+4
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-1/+13
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-1/+1
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-3/+7
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-2/+8
*
Fix rescanning of files with no implicit deps (Anthony Roach)
Steven Knight
2002-04-04
1
-1/+5
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-259/+104
*
Add support for target Aliases.
Steven Knight
2002-03-25
1
-0/+34
*
Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...
Steven Knight
2002-03-24
1
-0/+59
*
Move autogenerate() from SCons.Util.py to SCons.Environmentpy.
Steven Knight
2002-03-22
1
-1/+3
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-67/+140
*
Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...
Steven Knight
2002-03-01
1
-9/+0
*
Remove left-over dir argument from get_contents() calls. (Anthony Roach)
Steven Knight
2002-02-20
1
-1/+1
*
Filter out a file's ignore list from all of its dependencies, direct or indir...
Steven Knight
2002-02-12
1
-2/+26
*
Create all of the directories for a target list before trying to build the ta...
Steven Knight
2002-02-10
1
-8/+8
*
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/+6
*
Fix so Nodes don't get removed by ListBuilder after they're built.
Steven Knight
2002-01-28
1
-0/+51
*
Add the Precious() method.
Steven Knight
2002-01-24
1
-0/+9
[next]