summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 2898-2901,2903-2927 via svnmerge fromSteven Knight2008-04-301-5/+9
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-3/+4
* Merged revisions 2647-2719 via svnmerge fromSteven Knight2008-03-311-34/+35
* Merged revisions 2527-2645 via svnmerge fromSteven Knight2008-02-041-34/+46
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-149/+425
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-389/+708
* Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge fromSteven Knight2007-08-171-153/+79
* Merged revisions 1502-1677,1679-1682,1684-1918,1920-1968,1970-2116,2118-2125,...Steven Knight2007-07-151-15/+16
* Merged revisions 1968-2115 via svnmerge fromSteven Knight2007-07-111-44/+56
* Merged revisions 1907-1940,1942-1967 via svnmerge fromSteven Knight2007-06-011-4/+8
* Merged revisions 1826-1882 via svnmerge fromSteven Knight2007-04-131-1/+8
* Merged revisions 1784-1824 via svnmerge fromSteven Knight2007-02-111-3/+10
* Merged revisions 1767-1783 via svnmerge fromSteven Knight2007-01-211-4/+7
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-19/+36
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-181/+373
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-24/+74
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-8/+6
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-011-8/+18
* Remove unnecessary creation of RCS and SCCS Node.Dir nodes.Steven Knight2006-03-051-4/+16
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-40/+27
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-11/+24
* Refactor NodeInfo decisions in anticipation of bigger refctoring.Steven Knight2006-01-211-7/+15
* More efficient Node.FS.Dir.current() check. Fix some Windows test portabilit...Steven Knight2006-01-211-11/+6
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-7/+10
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-15/+7
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-161-4/+22
* Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E...Steven Knight2005-12-011-0/+8
* Support specifying absolute path names without drive letters on Win32.Steven Knight2005-11-191-1/+15
* Bring CVS back in sync.Steven Knight2005-11-171-394/+530
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-11-161-393/+452
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-151-822/+627
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-2/+2
* Remove old, same-named files from a build directory if the file in the source...Steven Knight2005-10-081-3/+15
* Fix a bug in the signature refactoring that caused some generated .h files to...Steven Knight2005-09-251-5/+2
* More efficient checking for on-disk file entries.Steven Knight2005-09-251-13/+27
* Give the subst logic its own SCons.Subst module. It's big enough.Steven Knight2005-09-191-7/+8
* Handle IOError exceptions when pushing files to CacheDir (and elsewhere).Steven Knight2005-08-201-5/+13
* Have Visual Studio echo that we're using SCons to build things, to work aroun...Steven Knight2005-08-201-1/+2
* Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov)Steven Knight2005-08-131-0/+5
* Win32 portability.Steven Knight2005-08-071-1/+1
* Move max_drift from Sig/MD5.py to Node/FS.py.Steven Knight2005-07-041-3/+13
* Gary's bug.Steven Knight2005-06-111-7/+9
* Add a --diskcheck option to control looking on-disk for things.Steven Knight2005-06-101-31/+85
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-64/+83
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-041-7/+46
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-011-2/+3
* Fix lookups of same-named files.Steven Knight2005-05-291-2/+2
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-151-2/+0
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-1/+6
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-15/+38