summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Scanner/Dir.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1884-1905 via svnmerge fromSteven Knight2007-05-181-2/+10
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-2/+0
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-7/+23
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-041-14/+34
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-1/+1
* Remove an old comment from DirScanner.py. (Chad Austin) Update overlooked c...Steven Knight2005-08-111-4/+1
* Fix DirScanner's handling of file names beginning with '#'.Steven Knight2005-06-101-1/+3
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-5/+7
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+62