summaryrefslogtreecommitdiffstats
path: root/test/sconsign-script.py
Commit message (Collapse)AuthorAgeFilesLines
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-519/+0
|
* Store source file and dependency paths relative to the target's directory, ↵Steven Knight2005-04-011-242/+148
| | | | not relative to the top-level SConstruct directory.
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-82/+184
|
* Have SConsignFile() use a dblite.py module by default, so we can control the ↵Steven Knight2004-04-251-20/+75
| | | | behavior. (Ralf W. Grosse-Kunstleve)
* Sync CVS log from master Aegis repository.Steven Knight2003-11-031-2/+2
|
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-2/+2
|
* Correct __COPYRIGHT__ and __revision__ lines in files. Add missing ↵Steven Knight2003-09-151-2/+2
| | | | copyright notices. Fix some portability problems with new Tool files.
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-22/+257
|
* Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests.Steven Knight2003-08-011-18/+37
|
* New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵Steven Knight2003-07-201-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 Knight2003-07-181-0/+170