summaryrefslogtreecommitdiffstats
path: root/test/DirSource.py
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-041-2/+2
| | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........
* 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