summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node
Commit message (Expand)AuthorAgeFilesLines
* 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-062-0/+17
* 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-092-0/+14
* Don't swallow the AttributeError for an expansion like .bak.Steven Knight2003-11-092-1/+33
* 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-182-2/+23
* 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, sources,...Steven Knight2003-07-203-26/+68
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-282-0/+14
* 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-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 c...Steven Knight2003-05-154-105/+97
* 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 PathList...Steven Knight2003-05-064-19/+229
* 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
* 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-284-23/+107
* 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 pointin...Steven Knight2003-03-142-0/+13
* Push files to the CacheDir() before calling the superclass built() method, wh...Steven Knight2003-03-032-3/+21
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument t...Steven Knight2003-02-262-9/+55