summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Expand)AuthorAgeFilesLines
...
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-13/+15
* Work around Cygwin Python's broken idea that it's case-sensitive. (Chad Austin)Steven Knight2003-12-191-1/+4
* Preserve the ability to call BuildDir() multiple times with the same source a...Steven Knight2003-12-061-0/+2
* Make duplicate build dir specifications be an error. (Anthony Roach)Steven Knight2003-11-121-0/+2
* Fix specifying a root directory with just the drive string (e.g. C:).Steven Knight2003-11-091-0/+3
* Don't swallow the AttributeError for an expansion like .bak.Steven Knight2003-11-091-1/+7
* Sync CVS log from master Aegis repository.Steven Knight2003-11-031-9/+53
* Fix a regression with CPPDEFINES when using the g++ Tool.Steven Knight2003-10-261-53/+9
* Better detection of KeyboardInterrupts. (Christoph Wiedemann)Steven Knight2003-10-211-2/+2
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-2/+2
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-071-7/+50
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-161-0/+1
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-1/+1
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-091-0/+4
* Refactor extension splitting to make it more flexible (for SWIG).Steven Knight2003-08-031-5/+5
* Allow Command() to take directories as sources.Steven Knight2003-07-261-76/+98
* Fix a problem when using --cache-show.Steven Knight2003-07-231-5/+6
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-2/+2
* Speed up adding children to the various Node lists (depends, ignore, sources,...Steven Knight2003-07-201-1/+5
* Put LinkFunc() back to the way it was. (Christoph Wiedemann)Steven Knight2003-05-201-2/+2
* Restore .sconsign file tracking back to a single global list, not directory-s...Steven Knight2003-05-201-1/+1
* Eliminate redundant signature calculations, optimize out use of hasattr().Steven Knight2003-05-171-22/+43
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-1/+1
* Test fixes.Steven Knight2003-05-161-2/+2
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-18/+12
* Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain)Steven Knight2003-05-151-18/+30
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-3/+2
* Fix for the internal Link action not being reentrant when used with BuildDir.Steven Knight2003-05-121-2/+2
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-70/+78
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-15/+80
* Add Node.FS.{Dir,File}.Entry() methods.Steven Knight2003-05-041-3/+11
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-121-0/+15
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ...Steven Knight2003-03-301-4/+16
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-21/+19
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+33
* Check out files from various source code systems properly.Steven Knight2003-03-221-1/+1
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-25/+95
* Fix two bugs in CacheDir handling. (Jeff Petkau)Steven Knight2003-03-151-3/+19
* Document the -f option correctly, support building a parallel tree by pointin...Steven Knight2003-03-141-0/+4
* Push files to the CacheDir() before calling the superclass built() method, wh...Steven Knight2003-03-031-2/+9
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-261-5/+39
* Fix Install test portability by converting an OSError when we prepare a targe...Steven Knight2003-02-221-1/+5
* Support fetching SConscript files from source code management systems.Steven Knight2003-02-211-2/+2
* Add support for fetching files from rcs.Steven Knight2003-02-181-0/+37
* Fix some performance problems with the --implicit-cache option. (Anthony Roach)Steven Knight2003-02-111-14/+6
* Add the --random option.Steven Knight2003-02-061-1/+0
* Add CacheDir support.Steven Knight2003-02-031-2/+81
* Add a strfunction() to Command actions, and add an env argument to the Functi...Steven Knight2003-02-021-1/+1
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-271-1/+5
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-201-1/+1