summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Sig
Commit message (Expand)AuthorAgeFilesLines
* 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-182-15/+62
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-282-0/+8
* Restore .sconsign file tracking back to a single global list, not directory-s...Steven Knight2003-05-201-10/+4
* Eliminate redundant signature calculations, optimize out use of hasattr().Steven Knight2003-05-171-2/+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-152-2/+2
* 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-206-6/+6
* Update Copyright years.Steven Knight2003-01-166-6/+6
* 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-062-6/+11
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-112-187/+56
* Add a function to choose content signature type. (Anthony Roach)Steven Knight2002-11-042-14/+17
* Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth...Steven Knight2002-08-051-3/+9
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-0/+3
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-212-140/+14
* 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-202-18/+51
* 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