Refactor how actions get executed to eliminate a lot of redundant signature calcualat...
[scons.git] / src / engine / SCons / Sig / __init__.py
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-04-30 stevenknightProvide uniform access to (some) command-line options...
2003-02-11 stevenknightFix some performance problems with the --implicit-cache...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2002-12-11 stevenknightUse pickle for .sconsign. (Anthony Roach)
2002-11-04 stevenknightAdd a function to choose content signature type. (Antho...
2002-08-05 stevenknightAdd a decent error message for corrupted .sconsign...
2002-07-21 stevenknightRefactor current() calculation so the Taskmaster passes...
2002-07-12 stevenknightAdded --implicit-deps-unchanged option. Added GetLaunch...
2002-06-20 stevenknightChange the way implicit deps are stored to make it...
2002-06-06 stevenknightFix SConsignEntry.set_implicit() to handle null strings...
2002-06-05 stevenknightFix --implicit-cache if the scanner returns an empty...
2002-05-23 stevenknightFix .sconsign signature storing so that the output...
2002-05-17 stevenknightFallback to timestamp signatures when MD5 is not availa...
2002-05-15 stevenknightFix a --implicit-cache when a file has no implicit...
2002-04-11 stevenknightImplement implicit dependency caching.
2002-04-09 stevenknightImplement content signature caching and --max-drift...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-21 stevenknightSpeed up SCons.Sig.Calculator.bsig() (second most time...
2002-03-20 stevenknightFix subtle problems in end cases with using multiple...
2002-03-19 stevenknightEnhance the Walker to call a third supplied function...
2002-02-14 stevenknightFix new .sconsign file write-logic portability to Windo...
2002-02-12 stevenknightFilter out a file's ignore list from all of its depende...
2002-02-09 stevenknightMake writing a .sconsign more robust by writing to...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-03 stevenknightSignature performance improvements (Charles Crain).
2001-11-21 stevenknightGracefully handle the case where a .sconsign file can...
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-02 stevenknightRebuild in response to a changed build command.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
2001-10-26 stevenknightFix a signature calculation bug.
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-15 stevenknightGeneralize whether or not nodes use signatures, and...
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-09 stevenknightUse the module-specific current() function.
2001-10-03 stevenknightUpdating licensing.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-21 stevenknightrebuild in response to changed .c file
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.