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
*
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
*
Support fetching SConscript files from source code management systems.
Steven Knight
2003-02-21
1
-1/+1
*
Add support for fetching files from rcs.
Steven Knight
2003-02-18
1
-5/+38
*
Fix some performance problems with the --implicit-cache option. (Anthony Roach)
Steven Knight
2003-02-11
1
-14/+22
*
Annotate objects with their creation SConscript and line.
Steven Knight
2003-02-09
1
-0/+10
*
Add CacheDir support.
Steven Knight
2003-02-03
1
-8/+18
*
Add AddPreAction() and AddPostAction() methods. (Charles Crain)
Steven Knight
2003-01-20
1
-1/+14
*
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
*
Add --debug-includes. (Anthony Roach)
Steven Knight
2003-01-14
1
-0/+14
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-2/+1
*
Eliminate unnecessary scanning before a Node is rebuilt.
Steven Knight
2003-01-12
1
-2/+40
*
Refactor the Scanner interface to eliminate unnecessary scanning and make it ...
Steven Knight
2003-01-06
1
-3/+21
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-3/+16
*
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
-34/+18
*
Refactor action execution so it's controlled by the interface-specific Taskma...
Steven Knight
2002-12-17
1
-0/+4
*
Document Repository and other methods, plus some added documentation to SCons...
Steven Knight
2002-11-13
1
-0/+15
*
Support special characters in file names. (Charles Crain)
Steven Knight
2002-11-13
1
-0/+5
*
Fix verbose BuildError bug. (Anthony Roach)
Steven Knight
2002-10-10
1
-0/+2
*
Fix dependency scanning when overriding LIBS (Anthony Roach)
Steven Knight
2002-10-09
1
-2/+2
*
Get rid of the magicness of the magic _ variables. (Anthony Roach)
Steven Knight
2002-10-07
1
-9/+1
*
Support overriding construction variables in builder call. (Anthony Roach)
Steven Knight
2002-09-27
1
-14/+9
*
Warn when -c can't remove a file.
Steven Knight
2002-09-09
1
-0/+4
*
Support Repository and Default().
Steven Knight
2002-08-06
1
-5/+0
*
Add Repository Install() and InstallAs() functionality.
Steven Knight
2002-08-05
1
-2/+9
*
Multiple directory .h includes in Repositories.
Steven Knight
2002-07-29
1
-0/+3
*
Refactor current() calculation so the Taskmaster passes the Sig calculator to...
Steven Knight
2002-07-21
1
-6/+45
*
Repository support (first cut).
Steven Knight
2002-07-17
1
-0/+3
*
Add --implicit-deps-changed. (Anthony Roach)
Steven Knight
2002-07-14
1
-1/+5
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-1/+4
*
Add support for side effect targets. (Anthony Roach)
Steven Knight
2002-07-04
1
-0/+2
*
Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain)
Steven Knight
2002-06-15
1
-1/+3
*
Remove white-space split of file name lists.
Steven Knight
2002-06-11
1
-18/+12
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-0/+5
*
Ctrl-C Improvements (Anthony Roach)
Steven Knight
2002-05-18
1
-0/+2
*
Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)
Steven Knight
2002-05-17
1
-0/+2
*
Fix a couple obscure bugs. (Anthony Roach)
Steven Knight
2002-05-15
1
-0/+4
*
Add a Split() function (like argmunge()) in anticipation of removing the auto...
Steven Knight
2002-05-02
1
-0/+6
*
Fix for relative CPPPATH directories in subsidiary SConscript files. (Charle...
Steven Knight
2002-04-24
1
-2/+2
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
1
-16/+23
*
Make .sconsign files get written even if the build fails or is terminated. (A...
Steven Knight
2002-04-11
1
-0/+2
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-16/+50
[next]