summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/FS.py
Commit message (Collapse)AuthorAgeFilesLines
...
* Make the M4 Builder work with repositories by adding an rsrcnode attribute.Steven Knight2004-02-091-8/+19
|
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-3/+8
|
* Fetch implicit dependencies from SCCS/RCS.Steven Knight2004-01-291-1/+2
|
* 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 ↵Steven Knight2003-12-061-0/+2
| | | | and target dirs. (Charles Crain)
* 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. ↵Steven Knight2003-10-181-2/+2
| | | | (Ralf W. Grosse-Kunstleve) Make ParseConfig() and env.Append() work regardless of initial construction variable values. Make new Dir() support work with empty directories and timestamps. Make the new Queue-based Job implementation portable to Python 1.5.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, ↵Steven Knight2003-07-201-1/+5
| | | | sources, implicit).
* 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 ↵Steven Knight2003-05-201-1/+1
| | | | directory-specific dictionary.
* 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 ↵Steven Knight2003-05-151-3/+2
| | | | calcualations.
* 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 ↵Steven Knight2003-05-061-15/+80
| | | | PathList. (Charles Crain)
* 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
| | | | (Charles Crain)
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. ↵Steven Knight2003-03-281-21/+19
| | | | (Anthony Roach)
* 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 ↵Steven Knight2003-03-141-0/+4
| | | | pointing to an SConstruct file using -f.
* Push files to the CacheDir() before calling the superclass built() method, ↵Steven Knight2003-03-031-2/+9
| | | | which may clear the build signature.
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-261-5/+39
| | | | to SConscript(). (Charles Crain)
* Fix Install test portability by converting an OSError when we prepare a ↵Steven Knight2003-02-221-1/+5
| | | | target file by unlinking it into a BuildError.
* 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
|