| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor Executor creation from Builders to Actions to set up better for batc... | Steven Knight | 2005-04-27 | 1 | -0/+5 |
|
|
| * | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -12/+37 |
|
|
| * | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 1 | -17/+10 |
|
|
| * | Group --debug=count output by object modules. | Steven Knight | 2005-03-01 | 1 | -5/+5 |
|
|
| * | Reduce the number of actions created by caching generated LazyActions. | Steven Knight | 2005-02-01 | 1 | -7/+23 |
|
|
| * | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -8/+16 |
|
|
| * | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -13/+12 |
|
|
| * | ActionFactory action functions should take an env argument, too. | Steven Knight | 2004-12-07 | 1 | -3/+11 |
|
|
| * | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -1/+6 |
|
|
| * | Investigate getting rid of LazyCmdGenerator | Steven Knight | 2004-11-15 | 1 | -26/+50 |
|
|
| * | Add a genstring() method to the ListAction class. | Steven Knight | 2004-11-10 | 1 | -0/+6 |
|
|
| * | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -102/+117 |
|
|
| * | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -31/+45 |
|
|
| * | Use callable class strfunction. (Kevin Quick) | Steven Knight | 2004-09-20 | 1 | -0/+9 |
|
|
| * | Fix --debug=explain when the action is a Python function. | Steven Knight | 2004-09-18 | 1 | -5/+5 |
|
|
| * | Handle exceptions in FunctionActions. (Steve Christensen) | Steven Knight | 2004-09-15 | 1 | -1/+6 |
|
|
| * | Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick) | Steven Knight | 2004-09-13 | 1 | -1/+1 |
|
|
| * | Add a configurable function for command-line printing. (Gary Oberbrunner) | Steven Knight | 2004-09-05 | 1 | -1/+12 |
|
|
| * | Refactor spawning command-line actions to clean up the interface between Acti... | Steven Knight | 2004-09-04 | 1 | -65/+42 |
|
|
| * | Fix comparisons between Action and subclass instances. (Kevin Quick) | Steven Knight | 2004-08-31 | 1 | -1/+1 |
|
|
| * | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -6/+7 |
|
|
| * | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -9/+13 |
|
|
| * | Make CommandGenerationAction able to handle subsidiary actions with no strfun... | Steven Knight | 2004-05-04 | 1 | -1/+4 |
|
|
| * | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -127/+109 |
|
|
| * | Support use of strfunction() with all kinds of Action objects. | Steven Knight | 2004-04-28 | 1 | -22/+28 |
|
|
| * | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -3/+82 |
|
|
| * | Add the highly anticipated --debug=explain option to provide build reasoning. | Steven Knight | 2004-04-17 | 1 | -0/+14 |
|
|
| * | Make the new --debug=presub option work for LazyCommandGenerators. (Gary Obe... | Steven Knight | 2004-04-03 | 1 | -6/+21 |
|
|
| * | Fix Command() when not called through an Environment. | Steven Knight | 2004-04-02 | 1 | -1/+1 |
|
|
| * | Add a --debug= option to print commands before substitution. (Gary Oberbrunner) | Steven Knight | 2004-03-23 | 1 | -34/+125 |
|
|
| * | Move the __env__ construction variable into the Environment itself, not creat... | Steven Knight | 2004-02-07 | 1 | -1/+1 |
|
|
| * | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -0/+6 |
|
|
| * | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -26/+21 |
|
|
| * | Refactor construction variable expansion to handle recursive substitution of ... | Steven Knight | 2004-01-05 | 1 | -10/+6 |
|
|
| * | Ensure that the ENV values are all strings. (Anthony Roach) | Steven Knight | 2003-11-18 | 1 | -0/+17 |
|
|
| * | Use sys.stdout.write() instead of print so line feeds in -j output will stay ... | Steven Knight | 2003-11-10 | 1 | -1/+2 |
|
|
| * | Better detection of KeyboardInterrupts. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -1/+1 |
|
|
| * | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -6/+0 |
|
|
| * | Fix a problem when using --cache-show. | Steven Knight | 2003-07-23 | 1 | -2/+26 |
|
|
| * | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 1 | -3/+8 |
|
|
| * | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -28/+8 |
|
|
| * | Test portability fixes for Cygwin. (Chad Austin) | Steven Knight | 2003-04-30 | 1 | -0/+3 |
|
|
| * | Fix the spawn() functions. (Anthony Roach) | Steven Knight | 2003-04-30 | 1 | -5/+0 |
|
|
| * | Evaluate Action varlists when calculating signatures. (Steve Christensen) | Steven Knight | 2003-04-27 | 1 | -2/+2 |
|
|
| * | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 1 | -4/+26 |
|
|
| * | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -66/+19 |
|
|
| * | Fix using more than two targets or sources in a list. | Steven Knight | 2003-03-02 | 1 | -2/+26 |
|
|
| * | Add CacheDir support. | Steven Knight | 2003-02-03 | 1 | -1/+2 |
|
|
| * | Add a strfunction() to Command actions, and add an env argument to the Functi... | Steven Knight | 2003-02-02 | 1 | -10/+11 |
|
|
| * | Add AddPreAction() and AddPostAction() methods. (Charles Crain) | Steven Knight | 2003-01-20 | 1 | -0/+31 |
|
|