Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -0/+10 |
* | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -39/+59 |
* | Add the highly anticipated --debug=explain option to provide build reasoning. | Steven Knight | 2004-04-17 | 1 | -0/+10 |
* | Handle recursive substitution in overrides. | Steven Knight | 2004-02-24 | 1 | -1/+3 |
* | Add an internal Environment._update() method that updates the dictionary dire... | Steven Knight | 2004-02-23 | 1 | -0/+2 |
* | Save memory by allowing Nodes to clean up their Executor's build environments... | Steven Knight | 2004-02-09 | 1 | -4/+21 |
* | Deprecate the overrides Builder() keyword argument in favor of specifying val... | Steven Knight | 2004-02-08 | 1 | -7/+21 |
* | Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf... | Steven Knight | 2003-10-18 | 1 | -1/+1 |
* | Refactor how actions get executed to eliminate a lot of redundant signature c... | Steven Knight | 2003-05-15 | 1 | -0/+173 |