summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Node/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-2/+18
* Allow explicit target_factory=Dir with Builders that make a directory to over...Steven Knight2004-10-201-0/+9
* Win32 portability fixes for tests.Steven Knight2004-10-091-11/+10
* Add a missing newline to the end of the --debug=explain unknownSteven Knight2004-10-081-1/+1
* Remove scan=0 calls to Node.current() for implicit cache. Remove last vestig...Steven Knight2004-10-071-10/+11
* Clear out dependent-child caches when a node is rebuilt. (Kevin Quick)Steven Knight2004-10-071-15/+26
* Better --debug=explain info when build actions change. (Kevin Quick)Steven Knight2004-10-061-3/+8
* Get the source_scanner from the target node, not the source node. (Kevin Quick)Steven Knight2004-09-241-4/+4
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-181-5/+8
* Remove the misbegotten --save-explain-info feature.Steven Knight2004-08-171-18/+10
* Put back --implicit-cache, having it use the --debug=explain info instead of ...Steven Knight2004-08-171-24/+21
* Officially support target_factory and source_factory when creating a Builder.Steven Knight2004-06-251-0/+2
* Fix a problem with --debug=explain when actions change due to expanded constr...Steven Knight2004-06-171-5/+8
* Add an option to not save the --debug=explain information.Steven Knight2004-06-151-12/+20
* Make the use of the calc argument in Node methods consistent.Steven Knight2004-06-021-5/+10
* Store the different dependencies in binfo separately.Steven Knight2004-06-011-19/+53
* Remove dead imports and other things found by PyChecker.Steven Knight2004-06-011-7/+8
* Fix use of --debug=explain with SConsignFile(). (Chad Austin)Steven Knight2004-05-241-1/+5
* Fix spurious rebuilds/reinstalls of header files and circular dependencies wi...Steven Knight2004-05-191-27/+50
* When a Node has been built, don't walk the whole tree back to delete the pare...Steven Knight2004-05-171-7/+3
* Make the saved info opaque to the .sconsign subsystem. Lots of other cleanup.Steven Knight2004-05-141-138/+160
* Refactor .sconsign management into its own module.Steven Knight2004-05-061-2/+2
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-21/+9
* Fix use of timestamps with --implicit-cache. (Anthony Roach)Steven Knight2004-05-011-3/+3
* Performance improvement: memo-ize Node.FS string values when appropriate.Steven Knight2004-05-011-0/+3
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-10/+35
* Better error message when a source file is missing.Steven Knight2004-02-241-1/+1
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-8/+18
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-1/+3
* Fix retrieving multiple target files from cache. (Bob Halley)Steven Knight2004-01-171-0/+11
* Better error handling if someone tries to add a non-Node as a source, depende...Steven Knight2004-01-111-9/+36
* Miscellaneous changes: update a call to env.subst(); white space cleanup in ...Steven Knight2004-01-041-38/+0
* Support using Dirs as sources for builds. (Charles Crain)Steven Knight2003-10-071-0/+4
* 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-161-15/+30
* Add SourceSignatures() and TargetSignatures() environment methods.Steven Knight2003-09-121-1/+6
* Allow Command() to take directories as sources.Steven Knight2003-07-261-5/+5
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-4/+9
* Fix the return value of the base Node.get_prevsiginfo(). (Gary Oberbrunner)Steven Knight2003-07-211-1/+1
* Speed up adding children to the various Node lists (depends, ignore, sources,...Steven Knight2003-07-201-13/+41
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-0/+5
* Eliminate redundant signature calculations, optimize out use of hasattr().Steven Knight2003-05-171-17/+67
* Fix SideEffect() and BuildDir(). (Anthony Roach)Steven Knight2003-05-151-2/+22
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-43/+33
* Improve new post-PathList refactoring performance. (Charles Crain)Steven Knight2003-05-071-1/+16
* Refactor to use real Nodes for command-line attributes and eliminate PathList...Steven Knight2003-05-061-1/+42
* Add a clear() method to reset a Node's state for re-processing.Steven Knight2003-04-121-0/+12
* Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A...Steven Knight2003-03-281-2/+21
* Add warnings when we switch to BuildDir() targets when using -u or -U.Steven Knight2003-03-261-0/+5
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+4