summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FSTests.py
Commit message (Expand)AuthorAgeFilesLines
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-3/+3
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-3/+67
* Add Node.FS.{Dir,File}.Entry() methods.Steven Knight2003-05-041-9/+35
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-121-0/+26
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-301-0/+8
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-281-2/+6
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-0/+7
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+15
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-33/+32
* Fix two bugs in CacheDir handling. (Jeff Petkau)Steven Knight2003-03-151-6/+41
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-0/+9
* Push files to the CacheDir() before calling the superclass built() method, wh...Steven Knight2003-03-031-1/+12
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-4/+16
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-0/+15
* 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