summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/NodeTests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+6
* Better error handling if someone tries to add a non-Node as a source, depende...Steven Knight2004-01-111-32/+54
* Miscellaneous changes: update a call to env.subst(); white space cleanup in ...Steven Knight2004-01-041-124/+6
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-0/+38
* Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)Steven Knight2003-07-211-0/+7
* Speed up adding children to the various Node lists (depends, ignore, sources,...Steven Knight2003-07-201-12/+22
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-0/+9
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-36/+33
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-0/+6
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-0/+40
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-121-0/+20
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-0/+60
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+8
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-9/+12
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-0/+19
* Add support for fetching files from rcs.Steven Knight2003-02-181-2/+17
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-091-0/+19
* Add CacheDir support.Steven Knight2003-02-031-0/+8
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-2/+58
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-29/+94
* Change the Action object execute() methods to __call__() methods.Steven Knight2002-12-281-1/+1
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-74/+12
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-0/+10
* Support special characters in file names. (Charles Crain)Steven Knight2002-11-131-1/+5
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-2/+0
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-14/+16
* Support Repository and Default().Steven Knight2002-08-061-86/+0
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-0/+118
* Repository support (first cut).Steven Knight2002-07-171-1/+11
* Remove white-space split of file name lists.Steven Knight2002-06-111-8/+4
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-231-1/+13
* Ctrl-C Improvements (Anthony Roach)Steven Knight2002-05-181-1/+1
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-3/+7
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-2/+8
* Fix rescanning of files with no implicit deps (Anthony Roach)Steven Knight2002-04-041-1/+5
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-259/+104
* Add support for target Aliases.Steven Knight2002-03-251-0/+34
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-0/+59
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-1/+3
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-67/+140
* Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...Steven Knight2002-03-011-9/+0
* Remove left-over dir argument from get_contents() calls. (Anthony Roach)Steven Knight2002-02-201-1/+1
* Filter out a file's ignore list from all of its dependencies, direct or indir...Steven Knight2002-02-121-2/+26
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-8/+8
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-291-0/+6
* Fix so Nodes don't get removed by ListBuilder after they're built.Steven Knight2002-01-281-0/+51
* Add the Precious() method.Steven Knight2002-01-241-0/+9