summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Sig/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Move max_drift from Sig/MD5.py to Node/FS.py.Steven Knight2005-07-041-9/+1
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-12/+0
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-0/+4
* Eliminate the refactored-out-of-existence Sig.Calculator methods (whose jobs ...Steven Knight2004-05-301-125/+2
* Accomodate conversion from old .sconsign formats.Steven Knight2004-05-241-0/+8
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-288/+2
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-0/+3
* Have SConsignFile() use a dblite.py module by default, so we can control the ...Steven Knight2004-04-251-2/+2
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-8/+29
* Sync CVS log from master Aegis repository.Steven Knight2003-11-031-15/+21
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-21/+15
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-7/+11
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-3/+5
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-4/+0
* Don't try to call anydbm.sync() if the underlying db implementation doesn't h...Steven Knight2003-09-091-1/+5
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-18/+83
* Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)Steven Knight2003-07-211-4/+9
* Add a script to print .sconsign file contents.Steven Knight2003-07-181-15/+26
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-0/+4
* Restore .sconsign file tracking back to a single global list, not directory-s...Steven Knight2003-05-201-10/+4
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-6/+12
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-1/+1
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-1/+3
* Fix some performance problems with the --implicit-cache option. (Anthony Roach)Steven Knight2003-02-111-6/+30
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Fix small problems found by PyChecker. (Steve Leblanc)Steven Knight2003-01-121-3/+3
* Performance improvement: cut down on Proxy.__getattr__ calls.Steven Knight2003-01-061-2/+2
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-111-95/+54
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-041-13/+9
* Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...Steven Knight2002-08-051-3/+9
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-50/+1
* Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ...Steven Knight2002-07-121-3/+10
* Change the way implicit deps are stored to make it easier to maintain backwar...Steven Knight2002-06-201-6/+7
* Fix SConsignEntry.set_implicit() to handle null strings, too. (Jeff Petkau)Steven Knight2002-06-061-1/+3
* Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)Steven Knight2002-06-051-3/+6
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-231-19/+42
* Fallback to timestamp signatures when MD5 is not available. (Anthony Roach)Steven Knight2002-05-171-2/+8
* Fix a --implicit-cache when a file has no implicit deps and its source is gen...Steven Knight2002-05-151-2/+2
* Implement implicit dependency caching.Steven Knight2002-04-111-28/+107
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-17/+45
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-27/+5
* Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) by...Steven Knight2002-03-211-7/+8
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-1/+1
* Enhance the Walker to call a third supplied function to actually work on a No...Steven Knight2002-03-191-1/+1
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-1/+8
* Filter out a file's ignore list from all of its dependencies, direct or indir...Steven Knight2002-02-121-1/+2
* Make writing a .sconsign more robust by writing to a temporary file first and...Steven Knight2002-02-091-5/+27
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Signature performance improvements (Charles Crain).Steven Knight2002-01-031-1/+18