summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FSTests.py
Commit message (Expand)AuthorAgeFilesLines
...
* Add support for fetching files from rcs.Steven Knight2003-02-181-0/+29
* Add CacheDir support.Steven Knight2003-02-031-0/+115
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-0/+22
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1
* Update Copyright years.Steven Knight2003-01-161-1/+1
* Fix scanning Aliases of nodes which have scanners. (Bug reported by Jeff Pet...Steven Knight2003-01-151-0/+8
* Fix bug removing symbolic links. (Steve Leblanc)Steven Knight2003-01-141-0/+12
* Test improvements suggested by Charles Crain.Steven Knight2003-01-131-63/+122
* Eliminate unnecessary scanning before a Node is rebuilt.Steven Knight2003-01-121-16/+19
* More Win32 test portability.Steven Knight2003-01-111-4/+19
* Refactor the Scanner interface to eliminate unnecessary scanning and make it ...Steven Knight2003-01-061-1/+32
* Change the Action object execute() methods to __call__() methods.Steven Knight2002-12-281-8/+8
* Refactor FunctionAction objects to support -n and -s.Steven Knight2002-12-281-12/+11
* Support Repositories on a different file system, when hard links to the local...Steven Knight2002-12-221-0/+96
* Finish the Action refactoring by removing Builder.execute() methods and movin...Steven Knight2002-12-191-4/+12
* Refactor action execution so it's controlled by the interface-specific Taskma...Steven Knight2002-12-171-0/+10
* Really take care of non-existent drive letters on Win32.Steven Knight2002-11-301-5/+26
* Provide graceful failures when a source file doesn't exist and can't be build...Steven Knight2002-11-271-0/+1
* Make File() and Dir() take a string for the second argument. (Anthony Roach)Steven Knight2002-11-221-0/+16
* Arrange for local copies of files in build/ so the Aegis build will continue ...Steven Knight2002-11-121-0/+9
* Fixes for tests following the Repository/BuildDir refactoring. (Charles Crain).Steven Knight2002-10-191-0/+4
* Win32 test portability.Steven Knight2002-10-181-3/+3
* Refactor Repository and BuildDir. (Charles Crain)Steven Knight2002-10-161-68/+145
* Get rid of the magicness of the magic _ variables. (Anthony Roach)Steven Knight2002-10-071-0/+35
* Support overriding construction variables in builder call. (Anthony Roach)Steven Knight2002-09-271-1/+4
* Correct interpretation of '#/../foo' on Win32. (Jeff Petkau)Steven Knight2002-09-111-0/+2
* Warn when -c can't remove a file.Steven Knight2002-09-091-0/+29
* 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-0/+7
* Cache exists() and rexists() values all the time.Steven Knight2002-08-191-5/+13
* Add BuildDir() support to the Repository functionality.Steven Knight2002-08-131-6/+14
* Fix implicit dependencies with duplicate=0.Steven Knight2002-08-131-12/+33
* Refactor the interface between Rsearch() and Rsearchall() and their supplied ...Steven Knight2002-08-081-3/+8
* Multiple directory .h includes in Repositories.Steven Knight2002-07-291-1/+58
* Add an Rsearchall() method, and refactor the repository manipulation of CPPPA...Steven Knight2002-07-201-9/+54
* Repository support (first cut).Steven Knight2002-07-171-0/+50
* Allow build directories outside the SConstruct tree; add a FindFile() functio...Steven Knight2002-07-101-8/+8
* Add a TAR Builder.Steven Knight2002-07-081-1/+21
* Fix for relative CPPPATH when BuildDir() is in use. (Charles Crain)Steven Knight2002-05-141-0/+6
* Fix for CPPPATH='#'. (Charles Crain)Steven Knight2002-04-291-0/+1
* Don't create a directory Node when a file already exists there, and vice vers...Steven Knight2002-04-251-0/+15
* Several bug fixes from Charles Crain.Steven Knight2002-04-221-0/+2
* Implement implicit dependency caching.Steven Knight2002-04-111-3/+12
* Fix rescanning of files with no implicit deps (Anthony Roach)Steven Knight2002-04-041-0/+3
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-50/+39
* Fix problems with two tests (one portability, one syntax).Steven Knight2002-03-271-2/+2
* Add support for target Aliases.Steven Knight2002-03-251-2/+6
* Move autogenerate() from SCons.Util.py to SCons.Environmentpy.Steven Knight2002-03-221-1/+3
* Fix subtle problems in end cases with using multiple scanners on a Node.Steven Knight2002-03-201-11/+21
* Move find_file() and find_files() from SCons.Util to SCons.Node.FS.Steven Knight2002-03-121-0/+19