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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move max_drift from Sig/MD5.py to Node/FS.py.
Steven Knight
2005-07-04
1
-9/+1
*
Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...
Steven Knight
2005-06-07
2
-22/+0
*
Move BuildInfo translation of signature Nodes to rel_paths into the class its...
Steven Knight
2005-06-04
1
-0/+4
*
Speed up md5 collection of build signature calculations.
Steven Knight
2005-05-31
1
-21/+24
*
Use the builtin md5 hexdigest routine if it's available. (Kevin Quick)
Steven Knight
2004-12-16
1
-3/+11
*
Create .cvsignore files to ignore the generated *.pyc files.
Steven Knight
2004-09-13
1
-0/+1
*
Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...
Steven Knight
2004-05-30
2
-492/+7
*
Add unit tests for the last two changes.
Steven Knight
2004-05-25
1
-0/+11
*
Accomodate conversion from old .sconsign formats.
Steven Knight
2004-05-24
1
-0/+8
*
Refactor .sconsign management into its own module.
Steven Knight
2004-05-06
2
-426/+2
*
Fix use of timestamps with --implicit-cache. (Anthony Roach)
Steven Knight
2004-05-01
1
-0/+3
*
Have SConsignFile() use a dblite.py module by default, so we can control the ...
Steven Knight
2004-04-25
2
-3/+3
*
Add the highly anticipated --debug=explain option to provide build reasoning.
Steven Knight
2004-04-17
2
-23/+46
*
Don't swallow the AttributeError for an expansion like .bak.
Steven Knight
2003-11-09
2
-2/+15
*
Sync CVS log from master Aegis repository.
Steven Knight
2003-11-03
2
-15/+57
*
Fix a regression with CPPDEFINES when using the g++ Tool.
Steven Knight
2003-10-26
2
-57/+15
*
Better detection of KeyboardInterrupts. (Christoph Wiedemann)
Steven Knight
2003-10-21
1
-7/+11
*
Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...
Steven Knight
2003-10-18
2
-3/+41
*
Add SourceSignatures() and TargetSignatures() environment methods.
Steven Knight
2003-09-12
1
-4/+0
*
Don't try to call anydbm.sync() if the underlying db implementation doesn't h...
Steven Knight
2003-09-09
1
-1/+5
*
Support using a single .sconsign file. (Stephen Kennedy)
Steven Knight
2003-09-02
2
-22/+119
*
Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)
Steven Knight
2003-07-21
1
-4/+9
*
Add a script to print .sconsign file contents.
Steven Knight
2003-07-18
2
-15/+62
*
Support targets that always rebuild. (Stephen Ng)
Steven Knight
2003-06-28
2
-0/+8
*
Restore .sconsign file tracking back to a single global list, not directory-s...
Steven Knight
2003-05-20
1
-10/+4
*
Eliminate redundant signature calculations, optimize out use of hasattr().
Steven Knight
2003-05-17
1
-2/+4
*
SConf fixes. (Christoph Wiedemann)
Steven Knight
2003-05-16
1
-6/+12
*
Refactor how actions get executed to eliminate a lot of redundant signature c...
Steven Knight
2003-05-15
2
-2/+2
*
Provide uniform access to (some) command-line options. (Anthony Roach)
Steven Knight
2003-04-30
1
-1/+3
*
Fix some performance problems with the --implicit-cache option. (Anthony Roach)
Steven Knight
2003-02-11
1
-6/+30
*
Put the Copyright years in by script, not by hand.
Steven Knight
2003-01-20
6
-6/+6
*
Update Copyright years.
Steven Knight
2003-01-16
6
-6/+6
*
Fix small problems found by PyChecker. (Steve Leblanc)
Steven Knight
2003-01-12
1
-3/+3
*
Performance improvement: cut down on Proxy.__getattr__ calls.
Steven Knight
2003-01-06
2
-6/+11
*
Use pickle for .sconsign. (Anthony Roach)
Steven Knight
2002-12-11
2
-187/+56
*
Add a function to choose content signature type. (Anthony Roach)
Steven Knight
2002-11-04
2
-14/+17
*
Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...
Steven Knight
2002-08-05
1
-3/+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
2
-140/+14
*
Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...
Steven Knight
2002-07-12
1
-3/+10
*
Change the way implicit deps are stored to make it easier to maintain backwar...
Steven Knight
2002-06-20
2
-18/+51
*
Fix SConsignEntry.set_implicit() to handle null strings, too. (Jeff Petkau)
Steven Knight
2002-06-06
2
-1/+24
*
Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)
Steven Knight
2002-06-05
2
-3/+13
*
Fix .sconsign signature storing so that the output files of one scons build c...
Steven Knight
2002-05-23
2
-19/+70
*
Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)
Steven Knight
2002-05-17
1
-2/+8
*
Fix a --implicit-cache when a file has no implicit deps and its source is gen...
Steven Knight
2002-05-15
1
-2/+2
*
Big change for shared libraries and a bunch of other flexibility. (Charles C...
Steven Knight
2002-04-15
2
-8/+4
*
Implement implicit dependency caching.
Steven Knight
2002-04-11
2
-46/+176
*
Implement content signature caching and --max-drift (Anthony Roach)
Steven Knight
2002-04-09
2
-19/+85
*
Fix --debug=tree for directory targets (Anthony Roach)
Steven Knight
2002-04-04
2
-35/+13
[next]