| Commit message (Expand) | Author | Age | Files | Lines |
* | Add emacs and vim editing settings to the bottom of *.py files. | Steven Knight | 2009-02-09 | 1 | -0/+5 |
|
|
* | Fix calculation of $UNCHANGED_SOURCES to include correctly sources | Steven Knight | 2009-01-19 | 1 | -4/+4 |
|
|
* | Fix ability to Install() the same file multiple times. | Steven Knight | 2009-01-13 | 1 | -1/+1 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 1 | -51/+294 |
|
|
* | Use a SCons.Util.UniqueList instance for the Executor.sources list | Steven Knight | 2009-01-01 | 1 | -6/+1 |
|
|
* | Applied Benoit Belley's patch in ticket 1957 improve the robustness of | Gary Oberbrunner | 2008-10-29 | 1 | -1/+5 |
|
|
* | Fix for Python versions before 2.2, where tuple() requires an argument. | Steven Knight | 2008-09-13 | 1 | -1/+1 |
|
|
* | Issue 2179: Null Executor memory reductions | Ludwig Hähne | 2008-09-12 | 1 | -12/+47 |
|
|
* | Merged revisions 2898-2901,2903-2927 via svnmerge from | Steven Knight | 2008-04-30 | 1 | -4/+4 |
|
|
* | Merged revisions 2725-2865 via svnmerge from | Steven Knight | 2008-04-17 | 1 | -24/+31 |
|
|
* | Merged revisions 2527-2645 via svnmerge from | Steven Knight | 2008-02-04 | 1 | -6/+4 |
|
|
* | Merged revisions 2454-2525 via svnmerge from | Steven Knight | 2007-12-13 | 1 | -13/+28 |
|
|
* | Merged revisions 2302-2362,2364-2452 via svnmerge from | Steven Knight | 2007-09-19 | 1 | -11/+41 |
|
|
* | Merged revisions 2136-2200,2202-2290,2292-2301 via svnmerge from | Steven Knight | 2007-08-17 | 1 | -4/+2 |
|
|
* | Merged revisions 1784-1824 via svnmerge from | Steven Knight | 2007-02-11 | 1 | -1/+3 |
|
|
* | Merged revisions 1675-1736 via svnmerge from | Steven Knight | 2006-12-16 | 1 | -27/+61 |
|
|
* | Merged revisions 1441-1539 via svnmerge from | Steven Knight | 2006-07-25 | 1 | -0/+2 |
|
|
* | Handle scanning of the in-memory entries for a Dir with a scanner, not a hard... | Steven Knight | 2005-12-27 | 1 | -5/+6 |
|
|
* | Refactor to let specific Node types override scanner selection, and to add a ... | Steven Knight | 2005-12-04 | 1 | -1/+1 |
|
|
* | Add a --debug=nomemoizer option to disable memoization. | Steven Knight | 2005-06-01 | 1 | -2/+3 |
|
|
* | Move pre- and post-actions lists from Node to Executor so expansions of ${TAR... | Steven Knight | 2005-05-14 | 1 | -22/+40 |
|
|
* | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -5/+5 |
|
|
* | Store source file and dependency paths relative to the target's directory, no... | Steven Knight | 2005-04-01 | 1 | -12/+11 |
|
|
* | Make sure scans are added to all targets in a builder call, to prevent out-o... | Steven Knight | 2005-03-30 | 1 | -12/+21 |
|
|
* | Reduce gen_binfo() time for very long source lists. | Steven Knight | 2005-03-05 | 1 | -4/+11 |
|
|
* | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -1/+3 |
|
|
* | Refactor Environment/Executor/Node scanner interaction a little. Put --debug... | Steven Knight | 2005-02-13 | 1 | -7/+12 |
|
|
* | Don't memoize the get_build_scanner_path() methods. | Steven Knight | 2005-02-10 | 1 | -2/+2 |
|
|
* | Use WeakValueDicts in the Memoizer to cut down on memory use. | Steven Knight | 2005-01-23 | 1 | -0/+41 |
|
|
* | Reduce the number of scanner calls in large cross-products of targets and sou... | Steven Knight | 2005-01-22 | 1 | -0/+26 |
|
|
* | Regain lost performance improvements by using paths instead of targets for sc... | Steven Knight | 2005-01-21 | 1 | -0/+11 |
|
|
* | Eliminate Executor's creation and use of a build_dict and a subst_dict, which... | Steven Knight | 2005-01-10 | 1 | -16/+0 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -58/+69 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -3/+8 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -59/+2 |
|
|
* | Fix ExecutorTests under Python 2.x, where str() throws a TypeError if the ret... | Steven Knight | 2004-10-23 | 1 | -1/+1 |
|
|
* | Fix the execute-Mkdir-once patch so that it doesn't treat the directory as up... | Steven Knight | 2004-10-22 | 1 | -0/+8 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -8/+8 |
|
|
* | Better error messages for bad builder creation. (Kevin Quick) | Steven Knight | 2004-09-21 | 1 | -0/+2 |
|
|
* | Fix a cut-and-paste typo in the memoized attributed name in the strfunction()... | Steven Knight | 2004-09-21 | 1 | -1/+1 |
|
|
* | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -0/+20 |
|
|
* | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -29/+23 |
|
|
* | 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/+12 |
|
|
* | Save memory by allowing Nodes to clean up their Executor's build environments... | Steven Knight | 2004-02-09 | 1 | -0/+14 |
|
|
* | Deprecate the overrides Builder() keyword argument in favor of specifying val... | Steven Knight | 2004-02-08 | 1 | -2/+3 |
|
|
* | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -0/+4 |
|
|
* | 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/+141 |
|
|