summaryrefslogtreecommitdiffstats
path: root/test/exceptions.py
Commit message (Collapse)AuthorAgeFilesLines
* Handle moved SCons source tree. (Kevin Quick)Steven Knight2004-11-111-3/+4
|
* Fix problems with Parallel Tasks and Exception handling. (Kevin Quick)Steven Knight2004-09-171-2/+73
|
* 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 action execution so it's controlled by the interface-specific ↵Steven Knight2002-12-171-3/+4
| | | | Taskmaster.Task class, not Node.build().
* Changes from Charles Crain.Steven Knight2002-06-051-2/+2
|
* Raise an error if a builder is called multiple times for a given target, ↵Steven Knight2002-05-061-4/+1
| | | | unless the builder is marked as multicall safe. (Anthony Roach)
* Make scons return a failure code when a Builder fails (Anthony Roach)Steven Knight2002-02-051-1/+2
|
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
|
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-231-3/+14
|
* Document function Actions and fix their return values (None == success, ↵Steven Knight2002-01-151-0/+45
don't ignore failures).