summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/ExecutorTests.py
Commit message (Expand)AuthorAgeFilesLines
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-181-0/+10
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-39/+59
* Add the highly anticipated --debug=explain option to provide build reasoning.Steven Knight2004-04-171-0/+10
* Handle recursive substitution in overrides.Steven Knight2004-02-241-1/+3
* Add an internal Environment._update() method that updates the dictionary dire...Steven Knight2004-02-231-0/+2
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-4/+21
* Deprecate the overrides Builder() keyword argument in favor of specifying val...Steven Knight2004-02-081-7/+21
* Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf...Steven Knight2003-10-181-1/+1
* Refactor how actions get executed to eliminate a lot of redundant signature c...Steven Knight2003-05-151-0/+173