summaryrefslogtreecommitdiffstats
path: root/test/BuildDir-errors.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix a regression in handling CPPPATH='.' when using a BuildDir with ↵Steven Knight2005-03-051-171/+0
| | | | subdirectories in the search path.
* Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ↵Steven Knight2004-09-201-4/+10
| | | | at SConscript-read time. (Kevin Quick)
* Make exception handling thread-safe by using sys.exc_info() instead of ↵Steven Knight2004-07-131-15/+8
| | | | sys.exc_{type,value}.
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-1/+18
|
* Record and print an internal stack trace when Taskmaster detects errors for ↵Steven Knight2003-07-271-2/+12
| | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files.
* Win32 portability.Steven Knight2003-01-301-9/+12
|
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-0/+142