Issue 2334: Use compatibility versions of collections.User{Dict,List,String}
[scons.git] / src / engine / SCons / Node / NodeTests.py
2002-04-09 stevenknightImplement content signature caching and --max-drift...
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-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-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-15 stevenknightDocument function Actions and fix their return values...
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 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-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-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 children() methods for nodes.
2001-10-02 stevenknightHandle build errors.
2001-09-28 stevenknightAdd unit tests for Node methods that have been recently...
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.