summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Expand)AuthorAgeFilesLines
* Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)Steven Knight2002-09-111-4/+3
* Warn when -c can't remove a file.Steven Knight2002-09-091-0/+7
* Eliminate an exception when using -U.Steven Knight2002-09-081-0/+1
* Don't remove source files specified on the command line!Steven Knight2002-08-281-1/+1
* Yet again redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-221-3/+3
* Cache exists() and rexists() values all the time.Steven Knight2002-08-191-48/+61
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-30/+42
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-1/+1
* Redo the uppercasing of drives on win32 fix. (Anthony Roach)Steven Knight2002-08-121-3/+3
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-081-6/+10
* Add Install() + Local() functionality.Steven Knight2002-08-061-0/+3
* Add Local() functionality to Repository support.Steven Knight2002-08-061-3/+8
* Support Repository and Default().Steven Knight2002-08-061-1/+0
* Add Repository Install() and InstallAs() functionality.Steven Knight2002-08-051-0/+1
* Fix incorrect time stamp for linked files (Bug 589288) (Anthony Roach)Steven Knight2002-08-051-1/+1
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-12/+73
* Refactor current() calculation so the Taskmaster passes the Sig calculator to...Steven Knight2002-07-211-11/+14
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-201-13/+49
* Repository support (first cut).Steven Knight2002-07-171-6/+38
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-2/+2
* Add a TAR Builder.Steven Knight2002-07-081-0/+20
* Fix .sconsign signature storing so that the output files of one scons build c...Steven Knight2002-05-231-10/+5
* Make the drive letters on Windows always be the same case, so that changes in...Steven Knight2002-05-161-3/+3
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-0/+15
* Fix for CPPPATH='#'. (Charles Crain)Steven Knight2002-04-291-1/+3
* Don't create a directory Node when a file already exists there, and vice vers...Steven Knight2002-04-251-0/+22
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-1/+5
* Implement implicit dependency caching.Steven Knight2002-04-111-5/+7
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-4/+13
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-36/+35
* Add support for target Aliases.Steven Knight2002-03-251-0/+6
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-9/+12
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-0/+51
* Create all of the directories for a target list before trying to build the ta...Steven Knight2002-02-101-4/+6
* Compensate for an os.path.normpath('./') bug on Win32. (Charles Crain)Steven Knight2002-01-311-0/+12
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Performance improvement: avoid recomputing signatures.Steven Knight2002-01-291-13/+1
* Add the Precious() method.Steven Knight2002-01-241-0/+5
* Provide an error message when a target hasn't been defined.Steven Knight2002-01-241-7/+13
* Fix binary file signatures on Win32 (Crain).Steven Knight2002-01-231-1/+1
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-1/+3
* Significant performance optimizations (Charles Crain).Steven Knight2002-01-151-146/+93
* Node.FS performance improvements (Charles Crain).Steven Knight2002-01-021-4/+12
* General performance tweaksSteven Knight2001-12-311-44/+45
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-24/+32
* Windows NT portability fixes for tests.Steven Knight2001-12-211-0/+1
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-201-1/+1
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-191-3/+7
* Bug fixes from Charles Crain.Steven Knight2001-12-191-6/+26
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-151-6/+79