summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Big change for shared libraries and a bunch of other flexibility. (Charles C...Steven Knight2002-04-151-16/+23
* Make .sconsign files get written even if the build fails or is terminated. (A...Steven Knight2002-04-111-0/+2
* Implement implicit dependency caching.Steven Knight2002-04-111-16/+50
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-2/+20
* Various performance enhancements. (Anthony Roach)Steven Knight2002-04-051-5/+1
* Fix rescanning of files with no implicit deps (Anthony Roach)Steven Knight2002-04-041-12/+19
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-63/+67
* Add support for target Aliases.Steven Knight2002-03-251-1/+11
* Move SCons.Util.scons_str2nodes() to SCons.Node/__init__.py and shorten its n...Steven Knight2002-03-241-1/+36
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-3/+10
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-38/+36
* Enhance the Walker to call a third supplied function to actually work on a No...Steven Knight2002-03-191-4/+14
* Performance: Use a dictionary, not a list, for a Node's parents. (Stephen K...Steven Knight2002-03-011-8/+3
* 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-4/+9
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-4/+2
* More performance optimizations (Charles Crain)Steven Knight2002-02-051-0/+3
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-291-0/+5
* Fix so Nodes don't get removed by ListBuilder after they're built.Steven Knight2002-01-281-9/+15
* Add the Precious() method.Steven Knight2002-01-241-0/+11
* Add the Ignore() method.Steven Knight2002-01-241-3/+9
* Provide a traceback if a Python-function builder throws an exception (Crain).Steven Knight2002-01-231-1/+5
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-0/+5
* Remove the Wrapper class in between the Walker and Node.Steven Knight2002-01-171-15/+10
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-4/+7
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-191-1/+1
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-0/+22
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-131-3/+5
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-111-1/+5
* Track implicit (scanned) dependencies separately from the others.Steven Knight2001-12-111-5/+16
* Delay scanning a node from when we ask for its children to just before we're ...Steven Knight2001-12-111-2/+0
* Refactor the Builder execute() interface to take Nodes, not string names of t...Steven Knight2001-12-111-2/+1
* Detect dependency cyclesSteven Knight2001-11-281-3/+12
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-201-3/+12
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-151-3/+3
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-141-1/+13
* Rebuild in response to a changed build command.Steven Knight2001-11-021-0/+17
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-281-6/+18
* Support building (sub)directories.Steven Knight2001-10-251-5/+11
* Add -k support and moreSteven Knight2001-10-241-17/+43
* Generalize whether or not nodes use signatures, and how the Sig module decide...Steven Knight2001-10-151-0/+4
* Remove the Node.derived attribute.Steven Knight2001-10-151-2/+2
* Add tests and support for and .Steven Knight2001-10-121-3/+7
* Add -i (ignore errors) supportSteven Knight2001-10-101-26/+24
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-051-0/+2
* Add a node Walker for descending the dependency tree.Steven Knight2001-10-041-0/+48
* Updating licensing.Steven Knight2001-10-031-0/+23
* Add the Command() method.Steven Knight2001-10-021-1/+1
* Add children() methods for nodes.Steven Knight2001-10-021-0/+3