summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Sig/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Gracefully handle the case where a .sconsign file can't be writtenSteven Knight2001-11-211-5/+9
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-2/+17
* Rebuild in response to a changed build command.Steven Knight2001-11-021-0/+6
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-39/+68
* Fix a signature calculation bug.Steven Knight2001-10-261-13/+10
* Support building (sub)directories.Steven Knight2001-10-251-51/+17
* Generalize whether or not nodes use signatures, and how the Sig module decide...Steven Knight2001-10-151-4/+13
* Remove the Node.derived attribute.Steven Knight2001-10-151-2/+2
* Use the module-specific current() function.Steven Knight2001-10-091-1/+1
* Updating licensing.Steven Knight2001-10-031-0/+23
* Enhance Builders to take any type of node as input.Steven Knight2001-09-241-1/+1
* rebuild in response to changed .c fileSteven Knight2001-09-211-1/+187
* Add automatic substitution on filename lines.Steven Knight2001-09-171-1/+1
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-0/+7