summaryrefslogtreecommitdiffstats
path: root/test/DirSource.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix DirScanner's handling of file names beginning with '#'.Steven Knight2005-06-101-0/+8
|
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-19/+84
|
* Add a Memoizer metaclass to collect the logic for caching values in one ↵Steven Knight2004-12-291-2/+2
| | | | location. Convert by-hand caching to use of Memoizer. (Kevin Quick)
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-071-0/+99