summaryrefslogtreecommitdiffstats
path: root/test/CacheDir.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix --no-exec handling of cache. (Kevin Quick)Steven Knight2004-09-241-0/+17
|
* Return lists of Nodes from all builders, not single Nodes when there's only one.Steven Knight2004-08-051-33/+33
|
* Make CacheDir() if it doesn't exist. (Chad Austin)Steven Knight2004-05-091-1/+3
|
* Test portability to Win32.Steven Knight2004-05-091-1/+4
|
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+28
|
* Make more Environment methods from global functions.Steven Knight2003-09-141-2/+3
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-1/+1
| | | | PathList. (Charles Crain)
* Push files to the CacheDir() before calling the superclass built() method, ↵Steven Knight2003-03-031-4/+147
| | | | which may clear the build signature.
* Add CacheDir support.Steven Knight2003-02-031-0/+130