summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-254-25/+40
* Fix directory separators to allow the Debug.caller() function to strip unnece...Steven Knight2006-04-014-9/+40
* Remove unnecessary creation of RCS and SCCS Node.Dir nodes.Steven Knight2006-03-051-4/+16
* More test portability fixes. (Baptiste Lepilleur and SK)Steven Knight2006-02-152-4/+10
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-132-0/+14
* Refactor so Command() uses an FS.Entry as its target factory.Steven Knight2006-02-123-100/+47
* Refactor NodeInfo and BuildInfo handling to prepare for signature refactoring.Steven Knight2006-01-228-74/+182
* 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-212-13/+26
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-275-45/+65
* Checkpoint minor refactorings en route to signature refactoring.Steven Knight2005-12-166-9/+144
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-042-1/+17
* Handle interpretation of Node.FS objects when wrapped in Proxy instances. (E...Steven Knight2005-12-012-0/+22
* Support specifying absolute path names without drive letters on Win32.Steven Knight2005-11-192-3/+21
* Bring CVS back in sync.Steven Knight2005-11-174-891/+1732
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-11-162-817/+557
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2005-11-153-1600/+1019
* Do not throw an exception if the type of a stored implicit dependency has cha...Steven Knight2005-11-061-2/+15
* Fix on-disk file matching on case-insensitive systems. Various fixes for win...Steven Knight2005-10-102-2/+6
* Remove old, same-named files from a build directory if the file in the source...Steven Knight2005-10-082-3/+46
* Fix a bug in the signature refactoring that caused some generated .h files to...Steven Knight2005-09-252-11/+21
* More efficient checking for on-disk file entries.Steven Knight2005-09-252-17/+31
* 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-132-0/+23
* 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-112-11/+16
* 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-076-125/+377
* Move BuildInfo translation of signature Nodes to rel_paths into the class its...Steven Knight2005-06-043-30/+58
* Add a --debug=nomemoizer option to disable memoization.Steven Knight2005-06-012-4/+6
* Fix lookups of same-named files.Steven Knight2005-05-292-2/+15
* Get rid of the requirement that a source directory must be under the SConstru...Steven Knight2005-05-152-9/+4
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-144-69/+23
* Eliminate multiple calls to os.stat() to fetch file info.Steven Knight2005-05-132-15/+116
* Make SConsignFile() behavior the default.Steven Knight2005-05-071-0/+14
* More flexible (and Make-like) ignoring command exit status, and suppressing p...Steven Knight2005-04-261-3/+5
* Win32 portability for recent RootDir and rel_path() changes.Steven Knight2005-04-262-1/+7
* Cache the result from rel_path().Steven Knight2005-04-181-1/+2
* Avoid must_be_a_Dir() attribute errors when trying to look up path names abov...Steven Knight2005-04-152-57/+45
* Refactor the Rsearch*() methods out of existence in favor of simpler utility ...Steven Knight2005-04-132-228/+153
* Performance optimization in the last patch: eliminate implicit_factory() ent...Steven Knight2005-04-041-11/+2
* Remove widespread reliance on SCons.Node.FS.default_fs so we can initialize i...Steven Knight2005-04-024-27/+17
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-014-62/+182
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-302-20/+39
* Refactor _doLookup() to speed it up a little.Steven Knight2005-03-241-27/+39
* When searching paths for Files or Dirs, match Entries,too.Steven Knight2005-03-202-29/+144