Fix SideEffect() and BuildDir(). (Anthony Roach)
[scons.git] / src / engine / SCons / Node / FS.py
2003-05-15 stevenknightFix SideEffect() and BuildDir(). (Anthony Roach)
2003-05-15 stevenknightSpeed up creation of EntryProxy objects by delaying...
2003-05-15 stevenknightRefactor how actions get executed to eliminate a lot...
2003-05-12 stevenknightFix for the internal Link action not being reentrant...
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 stevenknightFix erroneous dependency-cycle errors when an Alias...
2003-03-26 stevenknightAdd warnings when we switch to BuildDir() targets when...
2003-03-22 stevenknightCheck out files from various source code systems properly.
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-22 stevenknightFix Install test portability by converting an OSError...
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-06 stevenknightAdd the --random option.
2003-02-03 stevenknightAdd CacheDir support.
2003-02-02 stevenknightAdd a strfunction() to Command actions, and add an...
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-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__...
2003-01-01 stevenknightDon't duplicate source files in a BuildDir when the...
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-17 stevenknightRefactor action execution so it's controlled by the...
2002-12-05 stevenknightPrevent -n from unlinking files.
2002-12-03 stevenknightSupport variable substitution on scanner directories...
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-25 stevenknightMake env.SideEffect work for Dir nodes. (Anthony Roach)
2002-11-22 stevenknightMake File() and Dir() take a string for the second...
2002-11-13 stevenknightDocument Repository and other methods, plus some added...
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-16 stevenknightRefactor Repository and BuildDir. (Charles Crain)
2002-10-07 stevenknightGet rid of the magicness of the magic _ variables....
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-22 stevenknightYet again redo the uppercasing of drives on win32 fix...
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-12 stevenknightRedo the uppercasing of drives on win32 fix. (Anthony...
2002-08-08 stevenknightRefactor the interface between Rsearch() and Rsearchall...
2002-08-06 stevenknightAdd Install() + Local() functionality.
2002-08-06 stevenknightAdd Local() functionality to Repository support.
2002-08-06 stevenknightSupport Repository and Default().
2002-08-05 stevenknightAdd Repository Install() and InstallAs() functionality.
2002-08-05 stevenknightFix incorrect time stamp for linked files (Bug 589288...
2002-07-29 stevenknightMultiple directory .h includes in Repositories.
2002-07-21 stevenknightRefactor current() calculation so the Taskmaster passes...
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-23 stevenknightFix .sconsign signature storing so that the output...
2002-05-16 stevenknightMake the drive letters on Windows always be the same...
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-09 stevenknightImplement content signature caching and --max-drift...
2002-04-04 stevenknightFix --debug=tree for directory targets (Anthony Roach)
2002-03-25 stevenknightAdd support for target Aliases.
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-29 stevenknightPerformance improvement: avoid recomputing signatures.
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-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...
next