summaryrefslogtreecommitdiffstats
path: root/src/engine/SCons/Executor.py
Commit message (Expand)AuthorAgeFilesLines
...
* Use WeakValueDicts in the Memoizer to cut down on memory use.Steven Knight2005-01-231-0/+41
* Reduce the number of scanner calls in large cross-products of targets and sou...Steven Knight2005-01-221-0/+26
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-0/+11
* Eliminate Executor's creation and use of a build_dict and a subst_dict, which...Steven Knight2005-01-101-16/+0
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-58/+69
* Enhance OverrideEnvironment, and rename the base class to an enhanced and may...Steven Knight2004-12-291-3/+8
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-59/+2
* Fix ExecutorTests under Python 2.x, where str() throws a TypeError if the ret...Steven Knight2004-10-231-1/+1
* Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up...Steven Knight2004-10-221-0/+8
* Add support for changing directory when executing Actions (the to the target ...Steven Knight2004-09-271-8/+8
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-211-0/+2
* Fix a cut-and-paste typo in the memoized attributed name in the strfunction()...Steven Knight2004-09-211-1/+1
* Fix --debug=explain when the action is a Python function.Steven Knight2004-09-181-0/+20
* Really support strfunction for all Action subclasses by refactoring the inter...Steven Knight2004-05-031-29/+23
* 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/+12
* Save memory by allowing Nodes to clean up their Executor's build environments...Steven Knight2004-02-091-0/+14
* Deprecate the overrides Builder() keyword argument in favor of specifying val...Steven Knight2004-02-081-2/+3
* Add options to investigate object creation and memory consumption.Steven Knight2004-02-071-0/+4
* 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/+141