summaryrefslogtreecommitdiffstats
path: root/test/chained-build.py
Commit message (Collapse)AuthorAgeFilesLines
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. ↵Steven Knight2005-06-071-3/+15
| | | | Add size info to the File information we collect.
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-171-39/+7
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-8/+8
|
* Fix test/chained-build.py for systems that can finish execution within one ↵Steven Knight2004-07-131-0/+2
| | | | second. (Kevin Quick)
* Add an option to not save the --debug=explain information.Steven Knight2004-06-151-14/+67
|
* Change the double quotes around an up-to-date target to be like Make.Steven Knight2003-06-181-8/+4
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
|
* Update Copyright years.Steven Knight2003-01-161-1/+1
|
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-6/+4
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-8/+16
| | | | we're building targets.
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
|
* Fix .sconsign signature storing so that the output files of one scons build ↵Steven Knight2002-05-231-0/+65
can be safely used as the inputs to another scons build. (Anthony Roach)