summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FSTests.py
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-071-13/+6
* Merged revisions 1675-1736 via svnmerge fromSteven Knight2006-12-161-27/+56
* Merged revisions 1582-1665 via svnmerge fromSteven Knight2006-11-021-46/+27
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-0/+14
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-011-0/+12
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-121-60/+17
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-221-24/+58
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and el...Steven Knight2006-01-211-6/+16
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-17/+37
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-161-0/+71
* Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E...Steven Knight2005-12-011-0/+14
* Support specifying absolute path names without drive letters on Win32.Steven Knight2005-11-191-2/+6
* Bring CVS back in sync.Steven Knight2005-11-171-105/+424
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-11-161-424/+105
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-101-0/+4
* Remove old, same-named files from a build directory if the file in the source...Steven Knight2005-10-081-0/+31
* Fix a bug in the signature refactoring that caused some generated .h files to...Steven Knight2005-09-251-6/+19
* More efficient checking for on-disk file entries.Steven Knight2005-09-251-4/+4
* Add a Dirs() function that can be used in hBcexpansions. (Stanislav Baranov)Steven Knight2005-08-131-0/+18
* Gary's bug.Steven Knight2005-06-111-4/+7
* Split Node-specific stuff from BuildInfo into a separate NodeInfo class. Add...Steven Knight2005-06-071-4/+71
* Fix lookups of same-named files.Steven Knight2005-05-291-0/+13
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-151-7/+4
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-0/+16
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-131-0/+78
* Avoid must_be_a_Dir() attribute errors when trying to look up path names abov...Steven Knight2005-04-151-0/+11
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-131-83/+82
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-021-1/+1
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-5/+74
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-03-201-26/+140
* Windows portability in tests. Replace overlooked importSteven Knight2005-03-171-54/+48
* Fix a regression in handling CPPPATH='.' when using a BuildDir with subdirect...Steven Knight2005-03-051-41/+95
* Eliminate find_file() inefficiency.Steven Knight2005-03-051-0/+235
* Checkpoint refactoring of the find_file() interface.Steven Knight2005-03-011-8/+8
* Don't throw a 'Tried to lookup a File as a Dir' exception if there's a same-n...Steven Knight2005-03-011-2/+13
* When searching for files, don't pick same-named directories in a search path.Steven Knight2005-02-151-7/+12
* Don't read up entire directories to decide if an Alias is up-to-date.Steven Knight2005-02-141-0/+29
* Don't create a Node for every file we try to find during scan.Steven Knight2005-02-101-7/+19
* Refactor internals in preparation for eliminating creating unnecessary Node.F...Steven Knight2005-02-011-1/+3
* Reduce the number of scanner calls in large cross-products of targets and sou...Steven Knight2005-01-221-0/+1
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-1/+1
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-1/+1
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-29/+40
* Apply build overrides once up front. (Kevin Quick)Steven Knight2004-12-151-1/+0
* Use the right scanner if the same source file is used for targets in two diff...Steven Knight2004-12-151-0/+8
* Remove Node scanner storage. (Kevin Quick)Steven Knight2004-12-151-1/+2
* Fix the use of reflective paths underneath build directories, when the path u...Steven Knight2004-11-111-0/+67
* Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up...Steven Knight2004-10-221-4/+0
* Handle use of Mkdir() when the file exists.Steven Knight2004-10-211-1/+6
* Win32 portability fixes for tests.Steven Knight2004-10-091-2/+1