Fix SideEffect() and BuildDir(). (Anthony Roach)
[scons.git] / src / engine / SCons / Node / __init__.py
2003-05-15 stevenknightFix SideEffect() and BuildDir(). (Anthony Roach)
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-05-07 stevenknightImprove new post-PathList refactoring performance....
2003-05-06 stevenknightRefactor to use real Nodes for command-line attributes...
2003-04-12 stevenknightAdd a clear() method to reset a Node's state for re...
2003-03-28 stevenknightFix erroneous dependency-cycle errors when an Alias...
2003-03-26 stevenknightAdd warnings when we switch to BuildDir() targets when...
2003-03-22 stevenknightMake RCS/SCCS/BitKeeper support more transparent.
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-11 stevenknightFix some performance problems with the --implicit-cache...
2003-02-09 stevenknightAnnotate objects with their creation SConscript and...
2003-02-03 stevenknightAdd CacheDir support.
2003-01-20 stevenknightAdd AddPreAction() and AddPostAction() methods. (Charl...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-14 stevenknightAdd --debug-includes. (Anthony Roach)
2003-01-12 stevenknightFix small problems found by PyChecker. (Steve Leblanc)
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2003-01-06 stevenknightPerformance improvement: cut down on Proxy.__getattr__...
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
2002-12-19 stevenknightFinish the Action refactoring by removing Builder.execu...
2002-12-17 stevenknightRefactor action execution so it's controlled by the...
2002-11-13 stevenknightDocument Repository and other methods, plus some added...
2002-11-13 stevenknightSupport special characters in file names. (Charles...
2002-10-10 stevenknightFix verbose BuildError bug. (Anthony Roach)
2002-10-09 stevenknightFix dependency scanning when overriding LIBS (Anthony...
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-09-09 stevenknightWarn when -c can't remove a file.
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-21 stevenknightRefactor current() calculation so the Taskmaster passes...
2002-07-17 stevenknightRepository support (first cut).
2002-07-14 stevenknightAdd --implicit-deps-changed. (Anthony Roach)
2002-07-12 stevenknightAdded --implicit-deps-unchanged option. Added GetLaunch...
2002-07-04 stevenknightAdd support for side effect targets. (Anthony Roach)
2002-06-15 stevenknightAdd LIBS and LIBPATH dependencies for shared libraries...
2002-06-11 stevenknightRemove white-space split of file name lists.
2002-05-23 stevenknightFix .sconsign signature storing so that the output...
2002-05-18 stevenknightCtrl-C Improvements (Anthony Roach)
2002-05-17 stevenknightFallback to timestamp signatures when MD5 is not availa...
2002-05-15 stevenknightFix a couple obscure bugs. (Anthony Roach)
2002-05-02 stevenknightAdd a Split() function (like argmunge()) in anticipatio...
2002-04-24 stevenknightFix for relative CPPPATH directories in subsidiary...
2002-04-15 stevenknightBig change for shared libraries and a bunch of other...
2002-04-11 stevenknightMake .sconsign files get written even if the build...
2002-04-11 stevenknightImplement implicit dependency caching.
2002-04-09 stevenknightImplement content signature caching and --max-drift...
2002-04-05 stevenknightVarious performance enhancements. (Anthony Roach)
2002-04-04 stevenknightFix rescanning of files with no implicit deps (Anthony...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-25 stevenknightAdd support for target Aliases.
2002-03-24 stevenknightMove SCons.Util.scons_str2nodes() to SCons.Node/__init_...
2002-03-22 stevenknightMove autogenerate() from SCons.Util.py to SCons.Environ...
2002-03-20 stevenknightFix subtle problems in end cases with using multiple...
2002-03-19 stevenknightEnhance the Walker to call a third supplied function...
2002-03-01 stevenknightPerformance: Use a dictionary, not a list, for a Node...
2002-02-20 stevenknightRemove left-over dir argument from get_contents() calls...
2002-02-12 stevenknightFilter out a file's ignore list from all of its depende...
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-02-05 stevenknightMore performance optimizations (Charles Crain)
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-29 stevenknightPerformance improvement: avoid recomputing signatures.
2002-01-28 stevenknightFix so Nodes don't get removed by ListBuilder after...
2002-01-24 stevenknightAdd the Precious() method.
2002-01-24 stevenknightAdd the Ignore() method.
2002-01-23 stevenknightProvide a traceback if a Python-function builder throws...
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-17 stevenknightRemove the Wrapper class in between the Walker and...
2002-01-15 stevenknightDocument function Actions and fix their return values...
2001-12-19 stevenknightAdd a getcwd() method to Node.FS so we can wrap up...
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
2001-12-11 stevenknightRework implicit dependency scanning for relative CPPPAT...
2001-12-11 stevenknightTrack implicit (scanned) dependencies separately from...
2001-12-11 stevenknightDelay scanning a node from when we ask for its children...
2001-12-11 stevenknightRefactor the Builder execute() interface to take Nodes...
2001-11-28 stevenknightDetect dependency cycles
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-15 stevenknightLIBS and LIBPATH work, variable substitution changes.
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-11-02 stevenknightRebuild in response to a changed build command.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-24 stevenknightAdd -k support and more
2001-10-15 stevenknightGeneralize whether or not nodes use signatures, and...
2001-10-15 stevenknightRemove the Node.derived attribute.
2001-10-12 stevenknightAdd tests and support for and .
2001-10-10 stevenknightAdd -i (ignore errors) support
2001-10-05 stevenknightUse the Node Walker to build dependencies in order.
2001-10-04 stevenknightAdd a node Walker for descending the dependency tree.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightAdd the Command() method.
2001-10-02 stevenknightAdd children() methods for nodes.
2001-10-02 stevenknightFix various bugs caused by Python 2.1
2001-10-02 stevenknightHandle build errors.
2001-09-28 stevenknightAdd support for the ENV construction variable.
next