summaryrefslogtreecommitdiffstats
path: root/test/sconsign.py
Commit message (Collapse)AuthorAgeFilesLines
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-99/+0
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-1/+1
|
* 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
|
* Win32 portability.Steven Knight2003-01-091-2/+2
|
* Fix problems returning the appropriate exit status on build errors.Steven Knight2003-01-051-2/+2
|
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-2/+1
|
* Make error and warning message consistent. (Anthony Roach)Steven Knight2002-12-141-1/+1
|
* Use pickle for .sconsign. (Anthony Roach)Steven Knight2002-12-111-7/+5
|
* Add output to tell people when we're reading SConscript files versus when ↵Steven Knight2002-09-301-2/+1
| | | | we're building targets.
* Add a decent error message for corrupted .sconsign files (Bug 579666). ↵Steven Knight2002-08-051-1/+31
| | | | (Anthony Roach)
* Changes from Charles Crain.Steven Knight2002-06-051-3/+3
|
* Implement implicit dependency caching.Steven Knight2002-04-111-1/+3
|
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-1/+1
|
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-2/+2
|
* Fix new .sconsign file write-logic portability to Windows NT.Steven Knight2002-02-141-4/+0
|
* Make writing a .sconsign more robust by writing to a temporary file first ↵Steven Knight2002-02-091-0/+75
and renaming it.