Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix a regression in handling CPPPATH='.' when using a BuildDir with ↵ | Steven Knight | 2005-03-05 | 1 | -171/+0 |
| | | | | subdirectories in the search path. | ||||
* | Fix handling when BuildDir exists but is unwriteable. Add Stop. to messages ↵ | Steven Knight | 2004-09-20 | 1 | -4/+10 |
| | | | | at SConscript-read time. (Kevin Quick) | ||||
* | Make exception handling thread-safe by using sys.exc_info() instead of ↵ | Steven Knight | 2004-07-13 | 1 | -15/+8 |
| | | | | sys.exc_{type,value}. | ||||
* | Make duplicate build dir specifications be an error. (Anthony Roach) | Steven Knight | 2003-11-12 | 1 | -1/+18 |
| | |||||
* | Record and print an internal stack trace when Taskmaster detects errors for ↵ | Steven Knight | 2003-07-27 | 1 | -2/+12 |
| | | | | easier debugging. (Gary Oberbrunner) Better debugging of Python exceptions (like TypeErrors) in SConscript files. | ||||
* | Win32 portability. | Steven Knight | 2003-01-30 | 1 | -9/+12 |
| | |||||
* | Provide a better error message when a BuildDir() is read-only. | Steven Knight | 2003-01-27 | 1 | -0/+142 |