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
/
Sig
/
SigTests.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merged revisions 2302-2362,2364-2452 via svnmerge from
Steven Knight
2007-09-19
1
-49/+0
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
1
-10/+0
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
1
-367/+5
*
Add unit tests for the last two changes.
Steven Knight
2004-05-25
1
-0/+11
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
1
-138/+0
*
Have SConsignFile() use a dblite.py module by default, so we can control the ...
Steven Knight
2004-04-25
1
-1/+1
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
1
-15/+17
*
Sync CVS log from master Aegis repository.
Steven Knight
2003-11-03
1
-0/+36
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
1
-36/+0
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
1
-0/+36
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
1
-4/+36
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
1
-0/+36
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
1
-0/+4
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
1
-1/+1
*
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
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
1
-4/+9
*
Use pickle for .sconsign. (Anthony Roach)
Steven Knight
2002-12-11
1
-92/+2
*
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
-90/+13
*
Change the way implicit deps are stored to make it easier to maintain backwar...
Steven Knight
2002-06-20
1
-12/+44
*
Fix SConsignEntry.set_implicit() to handle null strings, too. (Jeff Petkau)
Steven Knight
2002-06-06
1
-0/+21
*
Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)
Steven Knight
2002-06-05
1
-0/+7
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
1
-0/+28
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
1
-18/+69
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
1
-2/+40
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
1
-8/+8
*
Fix subtle problems in end cases with using multiple scanners on a Node.
Steven Knight
2002-03-20
1
-4/+4
*
Filter out a file's ignore list from all of its dependencies, direct or indir...
Steven Knight
2002-02-12
1
-0/+12
*
More performance optimizations (Charles Crain)
Steven Knight
2002-02-05
1
-0/+11
*
Update Copyright lines for the new year.
Steven Knight
2002-01-29
1
-1/+1
*
Signature performance improvements (Charles Crain).
Steven Knight
2002-01-03
1
-2/+14
*
Crain: Finish LIBS, LIBPATH, CPPPATH
Steven Knight
2001-11-20
1
-1/+1
*
Rebuild in response to a changed build command.
Steven Knight
2001-11-02
1
-1/+22
*
Change node and .sconsign handling to separate build and content signatures.
Steven Knight
2001-10-28
1
-38/+47
*
Fix a signature calculation bug.
Steven Knight
2001-10-26
1
-4/+110
*
Support building (sub)directories.
Steven Knight
2001-10-25
1
-36/+48
*
Generalize whether or not nodes use signatures, and how the Sig module decide...
Steven Knight
2001-10-15
1
-1/+10
*
Remove the Node.derived attribute.
Steven Knight
2001-10-15
1
-3/+3
*
Updating licensing.
Steven Knight
2001-10-03
1
-0/+23
*
Enhance Builders to take any type of node as input.
Steven Knight
2001-09-24
1
-11/+12
*
rebuild in response to changed .c file
Steven Knight
2001-09-21
1
-0/+204