Make the M4 Builder work with repositories by adding an rsrcnode attribute.
[scons.git] / src / engine / SCons / Node / FSTests.py
2004-02-09 stevenknightMake the M4 Builder work with repositories by adding...
2004-01-29 stevenknightFetch implicit dependencies from SCCS/RCS.
2004-01-17 stevenknightFix retrieving multiple target files from cache. ...
2004-01-04 stevenknightMiscellaneous changes: update a call to env.subst...
2003-12-06 stevenknightPreserve the ability to call BuildDir() multiple times...
2003-11-09 stevenknightFix specifying a root directory with just the drive...
2003-11-09 stevenknightDon't swallow the AttributeError for an expansion like...
2003-10-18 stevenknightAllow SConsignFile() to take a dbm module argument...
2003-10-07 stevenknightSupport using Dirs as sources for builds. (Charles...
2003-08-27 stevenknightRe-synchronize the CVS tree after a SourceForge file...
2003-08-09 stevenknightMulti-level build dir with Object() and duplicate=0.
2003-07-26 stevenknightAllow Command() to take directories as sources.
2003-07-23 stevenknightFix a problem when using --cache-show.
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-05-04 stevenknightAdd Node.FS.{Dir,File}.Entry() methods.
2003-04-12 stevenknightAdd a clear() method to reset a Node's state for re...
2003-03-30 stevenknightFix a bug when BuildDir(duplicate=0) is used with multi...
2003-03-28 stevenknightPrepare for release, more doc patches, one portability...
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-03-15 stevenknightFix two bugs in CacheDir handling. (Jeff Petkau)
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.
next