Strip $(-$) bracketed text from command lines.
[scons.git] / src / engine / SCons / Node / FS.py
2002-01-23 stevenknightStrip $(-$) bracketed text from command lines.
2002-01-15 stevenknightSignificant performance optimizations (Charles Crain).
2002-01-02 stevenknightNode.FS performance improvements (Charles Crain).
2001-12-31 stevenknightGeneral performance tweaks
2001-12-29 stevenknightAdd duplicate (defaults to true) option to BuildDir()
2001-12-21 stevenknightWindows NT portability fixes for tests.
2001-12-20 stevenknightBug fixes: BuildDir() non-writable files, and CPPPATH...
2001-12-19 stevenknightAdd a getcwd() method to Node.FS so we can wrap up...
2001-12-19 stevenknightBug fixes from Charles Crain.
2001-12-15 stevenknightAdd BuildDir(), Export(), and Install() functionality...
2001-12-13 stevenknightBug fixes for Scanner handling of subdirectories and...
2001-12-11 stevenknightTrack implicit (scanned) dependencies separately from...
2001-12-11 stevenknightAdd Scanner objects to source files when we first find...
2001-12-11 stevenknightAdd a Node.FS.__cmp__() method, fix the Node.FS.Entry...
2001-11-24 stevenknightMore NT portability fixes.
2001-11-20 stevenknightCrain: Finish LIBS, LIBPATH, CPPPATH
2001-11-14 stevenknightImplement CPPPATH and scanning during builds.
2001-10-29 stevenknightHandle SConscript files in subdirectories.
2001-10-28 stevenknightChange node and .sconsign handling to separate build...
2001-10-25 stevenknightSupport building (sub)directories.
2001-10-15 stevenknightGeneralize whether or not nodes use signatures, and...
2001-10-15 stevenknightAdd an FS.Entry class that can morph to File or Dir.
2001-10-03 stevenknightUpdating licensing.
2001-10-02 stevenknightAdd children() methods for nodes.
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-24 stevenknightImplement the Depends() method.
2001-09-21 stevenknightrebuild in response to changed .c file
2001-09-19 stevenknightClean up the Node.FS class.
2001-09-17 stevenknightAdd automatic substitution on filename lines.
2001-09-17 stevenknightRun setup.py on the unpacked .tar.gz for testing.