| Commit message (Expand) | Author | Age | Files | Lines |
* | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -4/+0 |
|
|
* | Don't try to call anydbm.sync() if the underlying db implementation doesn't h... | Steven Knight | 2003-09-09 | 1 | -1/+5 |
|
|
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 2 | -22/+119 |
|
|
* | Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner) | Steven Knight | 2003-07-21 | 1 | -4/+9 |
|
|
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 2 | -15/+62 |
|
|
* | Support targets that always rebuild. (Stephen Ng) | Steven Knight | 2003-06-28 | 2 | -0/+8 |
|
|
* | Restore .sconsign file tracking back to a single global list, not directory-s... | Steven Knight | 2003-05-20 | 1 | -10/+4 |
|
|
* | Eliminate redundant signature calculations, optimize out use of hasattr(). | Steven Knight | 2003-05-17 | 1 | -2/+4 |
|
|
* | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 1 | -6/+12 |
|
|
* | Refactor how actions get executed to eliminate a lot of redundant signature c... | Steven Knight | 2003-05-15 | 2 | -2/+2 |
|
|
* | Provide uniform access to (some) command-line options. (Anthony Roach) | Steven Knight | 2003-04-30 | 1 | -1/+3 |
|
|
* | Fix some performance problems with the --implicit-cache option. (Anthony Roach) | Steven Knight | 2003-02-11 | 1 | -6/+30 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 6 | -6/+6 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 6 | -6/+6 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -3/+3 |
|
|
* | Performance improvement: cut down on Proxy.__getattr__ calls. | Steven Knight | 2003-01-06 | 2 | -6/+11 |
|
|
* | Use pickle for .sconsign. (Anthony Roach) | Steven Knight | 2002-12-11 | 2 | -187/+56 |
|
|
* | Add a function to choose content signature type. (Anthony Roach) | Steven Knight | 2002-11-04 | 2 | -14/+17 |
|
|
* | Add a decent error message for corrupted .sconsign files (Bug 579666). (Anth... | Steven Knight | 2002-08-05 | 1 | -3/+9 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -0/+3 |
|
|
* | Refactor current() calculation so the Taskmaster passes the Sig calculator to... | Steven Knight | 2002-07-21 | 2 | -140/+14 |
|
|
* | Added --implicit-deps-unchanged option. Added GetLaunchDir() function. Added ... | Steven Knight | 2002-07-12 | 1 | -3/+10 |
|
|
* | Change the way implicit deps are stored to make it easier to maintain backwar... | Steven Knight | 2002-06-20 | 2 | -18/+51 |
|
|
* | Fix SConsignEntry.set_implicit() to handle null strings, too. (Jeff Petkau) | Steven Knight | 2002-06-06 | 2 | -1/+24 |
|
|
* | Fix --implicit-cache if the scanner returns an empty list. (Jeff Petkau) | Steven Knight | 2002-06-05 | 2 | -3/+13 |
|
|
* | Fix .sconsign signature storing so that the output files of one scons build c... | Steven Knight | 2002-05-23 | 2 | -19/+70 |
|
|
* | Fallback to timestamp signatures when MD5 is not available. (Anthony Roach) | Steven Knight | 2002-05-17 | 1 | -2/+8 |
|
|
* | Fix a --implicit-cache when a file has no implicit deps and its source is gen... | Steven Knight | 2002-05-15 | 1 | -2/+2 |
|
|
* | Big change for shared libraries and a bunch of other flexibility. (Charles C... | Steven Knight | 2002-04-15 | 2 | -8/+4 |
|
|
* | Implement implicit dependency caching. | Steven Knight | 2002-04-11 | 2 | -46/+176 |
|
|
* | Implement content signature caching and --max-drift (Anthony Roach) | Steven Knight | 2002-04-09 | 2 | -19/+85 |
|
|
* | Fix --debug=tree for directory targets (Anthony Roach) | Steven Knight | 2002-04-04 | 2 | -35/+13 |
|
|
* | Speed up SCons.Sig.Calculator.bsig() (second most time-consuming function) by... | Steven Knight | 2002-03-21 | 1 | -7/+8 |
|
|
* | Fix subtle problems in end cases with using multiple scanners on a Node. | Steven Knight | 2002-03-20 | 2 | -5/+5 |
|
|
* | Enhance the Walker to call a third supplied function to actually work on a No... | Steven Knight | 2002-03-19 | 1 | -1/+1 |
|
|
* | Fix new .sconsign file write-logic portability to Windows NT. | Steven Knight | 2002-02-14 | 1 | -1/+8 |
|
|
* | Filter out a file's ignore list from all of its dependencies, direct or indir... | Steven Knight | 2002-02-12 | 2 | -1/+14 |
|
|
* | Make writing a .sconsign more robust by writing to a temporary file first and... | Steven Knight | 2002-02-09 | 1 | -5/+27 |
|
|
* | More performance optimizations (Charles Crain) | Steven Knight | 2002-02-05 | 1 | -0/+11 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 6 | -6/+6 |
|
|
* | Start getting ready to eat our own dog food: prototype SConscript files. | Steven Knight | 2002-01-15 | 1 | -0/+1 |
|
|
* | Signature performance improvements (Charles Crain). | Steven Knight | 2002-01-03 | 2 | -3/+32 |
|
|
* | Gracefully handle the case where a .sconsign file can't be written | Steven Knight | 2001-11-21 | 1 | -5/+9 |
|
|
* | Crain: Finish LIBS, LIBPATH, CPPPATH | Steven Knight | 2001-11-20 | 3 | -4/+21 |
|
|
* | Rebuild in response to a changed build command. | Steven Knight | 2001-11-02 | 4 | -6/+39 |
|
|
* | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 2 | -1/+12 |
|
|
* | Change node and .sconsign handling to separate build and content signatures. | Steven Knight | 2001-10-28 | 2 | -77/+115 |
|
|
* | Fix a signature calculation bug. | Steven Knight | 2001-10-26 | 2 | -17/+120 |
|
|
* | Support building (sub)directories. | Steven Knight | 2001-10-25 | 2 | -87/+65 |
|
|
* | Portability fixes for tests on Windows Nt. | Steven Knight | 2001-10-17 | 1 | -1/+11 |
|
|