summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Sig
Commit message (Expand)AuthorAgeFilesLines
* Fix SConsignEntry.set_implicit() to handle null strings, too. (Jeff Petkau)Steven Knight2002-06-062-1/+24
* Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau)Steven Knight2002-06-052-3/+13
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-232-19/+70
* 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
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-152-8/+4
* Implement implicit dependency caching.Steven Knight2002-04-112-46/+176
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-092-19/+85
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-042-35/+13
* 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-202-5/+5
* 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-122-1/+14
* Make writing a .sconsign more robust by writing to a temporary file first and...Steven Knight2002-02-091-5/+27
* More performance optimizations (Charles Crain)Steven Knight2002-02-051-0/+11
* Update Copyright lines for the new year.Steven Knight2002-01-296-6/+6
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
* Signature performance improvements (Charles Crain).Steven Knight2002-01-032-3/+32
* Gracefully handle the case where a .sconsign file can't be writtenSteven Knight2001-11-211-5/+9
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-203-4/+21
* Rebuild in response to a changed build command.Steven Knight2001-11-024-6/+39
* Handle SConscript files in subdirectories.Steven Knight2001-10-292-1/+12
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-282-77/+115
* Fix a signature calculation bug.Steven Knight2001-10-262-17/+120
* Support building (sub)directories.Steven Knight2001-10-252-87/+65
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-171-1/+11
* Generalize whether or not nodes use signatures, and how the Sig module decide...Steven Knight2001-10-152-5/+23
* Remove the Node.derived attribute.Steven Knight2001-10-152-5/+5
* Use the module-specific current() function.Steven Knight2001-10-095-14/+15
* Updating licensing.Steven Knight2001-10-036-0/+138
* Enhance Builders to take any type of node as input.Steven Knight2001-09-242-12/+13
* rebuild in response to changed .c fileSteven Knight2001-09-216-136/+482
* Add automatic substitution on filename lines.Steven Knight2001-09-175-5/+5
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-176-0/+280