summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Collapse)AuthorAgeFilesLines
...
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-073-8/+57
|
* Fix setting the source_scanner if a source if used by more than one environment.Steven Knight2003-09-201-30/+17
|
* Fix dependency scans of generated files. (John Johnson)Steven Knight2003-09-162-15/+31
|
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-1/+6
|
* Support using a single .sconsign file. (Stephen Kennedy)Steven Knight2003-09-021-1/+1
|
* Re-synchronize the CVS tree after a SourceForge file system catastrophe.Steven Knight2003-08-271-2/+2
|
* Multi-level build dir with Object() and duplicate=0.Steven Knight2003-08-092-0/+16
|
* 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-263-83/+195
|
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-242-4/+47
|
* Fix a problem when using --cache-show.Steven Knight2003-07-232-7/+34
|
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-2/+2
|
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-0/+5
|
* Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)Steven Knight2003-07-212-1/+8
|
* Speed up adding children to the various Node lists (depends, ignore, ↵Steven Knight2003-07-203-26/+68
| | | | sources, implicit).
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-282-0/+14
| | | | [Updating a change that was previously not synchronized to CVS.]
* 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-172-39/+110
|
* 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-152-20/+34
|
* 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-154-105/+97
| | | | 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-074-74/+103
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-064-19/+229
| | | | PathList. (Charles Crain)
* Add Node.FS.{Dir,File}.Entry() methods.Steven Knight2003-05-042-12/+46
|
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-012-0/+128
|
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-124-0/+73
|
* Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ↵Steven Knight2003-03-302-4/+24
| | | | (Charles Crain)
* 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. ↵Steven Knight2003-03-284-23/+107
| | | | (Anthony Roach)
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-264-0/+61
|
* Check out files from various source code systems properly.Steven Knight2003-03-221-1/+1
|
* Remove an unnecessary .aeignore file in an abandoned subdirectory.Steven Knight2003-03-221-5/+0
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-224-68/+143
|
* Fix two bugs in CacheDir handling. (Jeff Petkau)Steven Knight2003-03-152-9/+60
|
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-142-0/+13
| | | | pointing to an SConstruct file using -f.
* Push files to the CacheDir() before calling the superclass built() method, ↵Steven Knight2003-03-032-3/+21
| | | | which may clear the build signature.
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-262-9/+55
| | | | 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-214-3/+37
|
* Add support for fetching files from rcs.Steven Knight2003-02-184-7/+121
|
* Fix some performance problems with the --implicit-cache option. (Anthony Roach)Steven Knight2003-02-112-28/+28
|
* Annotate objects with their creation SConscript and line.Steven Knight2003-02-092-0/+29
|
* Add the --random option.Steven Knight2003-02-061-1/+0
|
* Add CacheDir support.Steven Knight2003-02-034-10/+222
|
* Add a strfunction() to Command actions, and add an env argument to the ↵Steven Knight2003-02-021-1/+1
| | | | FunctionAction.strfunction().
* Provide a better error message when a BuildDir() is read-only.Steven Knight2003-01-272-1/+27
|