Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make SConsignFile() behavior the default. | Steven Knight | 2005-05-07 | 1 | -519/+0 |
| | |||||
* | Store source file and dependency paths relative to the target's directory, ↵ | Steven Knight | 2005-04-01 | 1 | -242/+148 |
| | | | | not relative to the top-level SConstruct directory. | ||||
* | Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup. | Steven Knight | 2004-05-14 | 1 | -82/+184 |
| | |||||
* | Have SConsignFile() use a dblite.py module by default, so we can control the ↵ | Steven Knight | 2004-04-25 | 1 | -20/+75 |
| | | | | behavior. (Ralf W. Grosse-Kunstleve) | ||||
* | Sync CVS log from master Aegis repository. | Steven Knight | 2003-11-03 | 1 | -2/+2 |
| | |||||
* | Fix a regression with CPPDEFINES when using the g++ Tool. | Steven Knight | 2003-10-26 | 1 | -2/+2 |
| | |||||
* | Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵ | Steven Knight | 2003-09-15 | 1 | -2/+2 |
| | | | | copyright notices. Fix some portability problems with new Tool files. | ||||
* | Support using a single .sconsign file. (Stephen Kennedy) | Steven Knight | 2003-09-02 | 1 | -22/+257 |
| | |||||
* | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 1 | -18/+37 |
| | |||||
* | New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵ | Steven Knight | 2003-07-20 | 1 | -18/+50 |
| | | | | add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -. | ||||
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 1 | -0/+170 |