summaryrefslogtreecommitdiff
path: root/src/engine/SCons/ExecutorTests.py
Commit message (Expand)AuthorAgeFilesLines
* Convert old-style utility classes in unit test files (*Tests.py)Steven Knight2010-05-121-6/+6
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-151-3/+3
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-251-12/+11
* Add emacs and vim editing settings to the bottom of *.py files.Steven Knight2009-02-091-0/+6
* Fix ability to Install() the same file multiple times.Steven Knight2009-01-131-4/+4
* Issue 1086: add support for generic batch build actions, andSteven Knight2009-01-091-37/+28
* Use a SCons.Util.UniqueList instance for the Executor.sources listSteven Knight2009-01-011-4/+4
* Merged revisions 2725-2865 via svnmerge fromSteven Knight2008-04-171-10/+18
* Merged revisions 2454-2525 via svnmerge fromSteven Knight2007-12-131-1/+17
* Merged revisions 2302-2362,2364-2452 via svnmerge fromSteven Knight2007-09-191-30/+18
* Merged revisions 1441-1539 via svnmerge fromSteven Knight2006-07-251-0/+2
* Handle scanning of the in-memory entries for a Dir with a scanner, not a hard...Steven Knight2005-12-271-3/+1
* Refactor to let specific Node types override scanner selection, and to add a ...Steven Knight2005-12-041-0/+2
* Move pre- and post-actions lists from Node to Executor so expansions of ${TAR...Steven Knight2005-05-141-11/+60
* Store source file and dependency paths relative to the target's directory, no...Steven Knight2005-04-011-19/+32
* Make sure scans are added to all targets in a builder call, to prevent out-o...Steven Knight2005-03-301-10/+31
* Reduce gen_binfo() time for very long source lists.Steven Knight2005-03-051-5/+18
* Refactor Environment/Executor/Node scanner interaction a little. Put --debug...Steven Knight2005-02-131-4/+31
* Use WeakValueDicts in the Memoizer to cut down on memory use.Steven Knight2005-01-231-1/+27
* Reduce the number of scanner calls in large cross-products of targets and sou...Steven Knight2005-01-221-6/+25
* Regain lost performance improvements by using paths instead of targets for sc...Steven Knight2005-01-211-5/+29
* Add a Memoizer metaclass to collect the logic for caching values in one locat...Steven Knight2004-12-291-11/+19
* Refactor Action/Executor interaction. (Kevin Quick)Steven Knight2004-10-241-49/+20
* 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-2/+31
* Add support for changing directory when executing Actions (the to the target ...Steven Knight2004-09-271-7/+8
* Better error messages for bad builder creation. (Kevin Quick)Steven Knight2004-09-211-0/+6
* 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