Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py ↵ | Steven Knight | 2004-08-30 | 1 | -1/+3 |
| | | | | introduced by quoting Python executables; clean up temporary files/directories properly in SConfTests.py and UtilTests.py. | ||||
* | Delete() should not blow up if what it's deleting doesn't exist. | Steven Knight | 2004-08-19 | 1 | -0/+45 |
| | |||||
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -3/+3 |
| | |||||
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -0/+121 |