Document the -f option correctly, support building a parallel tree by pointing to...
[scons.git] / src / engine / SCons / Node / FSTests.py
2003-03-14 stevenknightDocument the -f option correctly, support building...
2003-03-03 stevenknightPush files to the CacheDir() before calling the supercl...
2003-02-26 stevenknightFix str(Node.FS) in an SConscript file, and add a separ...
2003-02-21 stevenknightSupport fetching SConscript files from source code...
2003-02-18 stevenknightAdd support for fetching files from rcs.
2003-02-03 stevenknightAdd CacheDir support.
2003-01-27 stevenknightProvide a better error message when a BuildDir() is...
2003-01-20 stevenknightPut the Copyright years in by script, not by hand.
2003-01-16 stevenknightUpdate Copyright years.
2003-01-15 stevenknightFix scanning Aliases of nodes which have scanners....
2003-01-14 stevenknightFix bug removing symbolic links. (Steve Leblanc)
2003-01-13 stevenknightTest improvements suggested by Charles Crain.
2003-01-12 stevenknightEliminate unnecessary scanning before a Node is rebuilt.
2003-01-11 stevenknightMore Win32 test portability.
2003-01-06 stevenknightRefactor the Scanner interface to eliminate unnecessary...
2002-12-28 stevenknightChange the Action object execute() methods to __call__...
2002-12-28 stevenknightRefactor FunctionAction objects to support -n and -s.
2002-12-22 stevenknightSupport Repositories on a different file system, when...
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-30 stevenknightReally take care of non-existent drive letters on Win32.
2002-11-27 stevenknightProvide graceful failures when a source file doesn...
2002-11-22 stevenknightMake File() and Dir() take a string for the second...
2002-11-12 stevenknightArrange for local copies of files in build/ so the...
2002-10-19 stevenknightFixes for tests following the Repository/BuildDir refac...
2002-10-18 stevenknightWin32 test portability.
2002-10-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
2002-09-27 stevenknightSupport overriding construction variables in builder...
2002-09-11 stevenknightCorrect interpretation of '#/../foo' on Win32. (Jeff...
2002-09-09 stevenknightWarn when -c can't remove a file.
2002-09-08 stevenknightEliminate an exception when using -U.
2002-08-28 stevenknightDon't remove source files specified on the command...
2002-08-19 stevenknightCache exists() and rexists() values all the time.
2002-08-13 stevenknightAdd BuildDir() support to the Repository functionality.
2002-08-13 stevenknightFix implicit dependencies with duplicate=0.
2002-08-08 stevenknightRefactor the interface between Rsearch() and Rsearchall...
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-20 stevenknightAdd an Rsearchall() method, and refactor the repository...
2002-07-17 stevenknightRepository support (first cut).
2002-07-10 stevenknightAllow build directories outside the SConstruct tree...
2002-07-08 stevenknightAdd a TAR Builder.
2002-05-14 stevenknightFix for relative CPPPATH when BuildDir() is in use...
2002-04-29 stevenknightFix for CPPPATH='#'. (Charles Crain)
2002-04-25 stevenknightDon't create a directory Node when a file already exist...
2002-04-22 stevenknightSeveral bug fixes from Charles Crain.
2002-04-11 stevenknightImplement implicit dependency caching.
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-27 stevenknightFix problems with two tests (one portability, one syntax).
2002-03-25 stevenknightAdd support for target Aliases.
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-12 stevenknightMove find_file() and find_files() from SCons.Util to...
2002-02-10 stevenknightCreate all of the directories for a target list before...
2002-01-31 stevenknightCompensate for an os.path.normpath('./') bug on Win32...
2002-01-29 stevenknightUpdate Copyright lines for the new year.
2002-01-24 stevenknightAdd the Precious() method.
2002-01-24 stevenknightProvide an error message when a target hasn't been...
2002-01-23 stevenknightFix binary file signatures on Win32 (Crain).
2002-01-15 stevenknightSignificant performance optimizations (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-14 stevenknightLast Windows NT portability fixes (this release).
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-24 stevenknightAdd -k support and more
2001-10-17 stevenknightPortability fixes for tests on Windows Nt.
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-10-02 stevenknightHandle build errors.
2001-09-28 stevenknightAdd unit tests for Node methods that have been recently...
2001-09-24 stevenknightEnhance Builders to take any type of node as input.
2001-09-24 stevenknightImplement the Depends() method.
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.