| Commit message (Expand) | Author | Age | Files | Lines |
* | Avoid rebuilds when otherwise unmodified Python function Actions move within ... | Steven Knight | 2005-05-08 | 1 | -4/+27 |
|
|
* | Refactor Executor creation from Builders to Actions to set up better for batc... | Steven Knight | 2005-04-27 | 1 | -2/+5 |
|
|
* | More flexible (and Make-like) ignoring command exit status, and suppressing p... | Steven Knight | 2005-04-26 | 1 | -8/+75 |
|
|
* | Checkpoint refactorings to remove CommandGenerator and ToolSpec classes. | Steven Knight | 2005-03-06 | 1 | -8/+6 |
|
|
* | Reduce the number of actions created by caching generated LazyActions. | Steven Knight | 2005-02-01 | 1 | -2/+4 |
|
|
* | Add a Memoizer metaclass to collect the logic for caching values in one locat... | Steven Knight | 2004-12-29 | 1 | -9/+4 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -23/+6 |
|
|
* | ActionFactory action functions should take an env argument, too. | Steven Knight | 2004-12-07 | 1 | -6/+13 |
|
|
* | Easier customization of printable strings for , and . | Steven Knight | 2004-11-15 | 1 | -0/+23 |
|
|
* | Investigate getting rid of LazyCmdGenerator | Steven Knight | 2004-11-15 | 1 | -11/+15 |
|
|
* | Add a genstring() method to the ListAction class. | Steven Knight | 2004-11-10 | 1 | -4/+5 |
|
|
* | Refactor Action/Executor interaction. (Kevin Quick) | Steven Knight | 2004-10-24 | 1 | -77/+86 |
|
|
* | Win32 portability fixes for tests. | Steven Knight | 2004-10-09 | 1 | -3/+3 |
|
|
* | Add support for changing directory when executing Actions (the to the target ... | Steven Knight | 2004-09-27 | 1 | -25/+39 |
|
|
* | Use callable class strfunction. (Kevin Quick) | Steven Knight | 2004-09-20 | 1 | -0/+41 |
|
|
* | Fix Action comparison when a Builder has a suffix key of None. (Kevin Quick) | Steven Knight | 2004-09-13 | 1 | -0/+21 |
|
|
* | Add a configurable function for command-line printing. (Gary Oberbrunner) | Steven Knight | 2004-09-05 | 1 | -1/+28 |
|
|
* | Refactor spawning command-line actions to clean up the interface between Acti... | Steven Knight | 2004-09-04 | 1 | -1/+8 |
|
|
* | Fix comparisons between Action and subclass instances. (Kevin Quick) | Steven Knight | 2004-08-31 | 1 | -1/+31 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -6/+6 |
|
|
* | Officially support target_factory and source_factory when creating a Builder. | Steven Knight | 2004-06-25 | 1 | -10/+26 |
|
|
* | Make CommandGenerationAction able to handle subsidiary actions with no strfun... | Steven Knight | 2004-05-04 | 1 | -0/+7 |
|
|
* | Really support strfunction for all Action subclasses by refactoring the inter... | Steven Knight | 2004-05-03 | 1 | -89/+104 |
|
|
* | Support use of strfunction() with all kinds of Action objects. | Steven Knight | 2004-04-28 | 1 | -45/+137 |
|
|
* | Test fixes for Python 2.3.3 on Win32. (Anthony Roach) | Steven Knight | 2004-04-28 | 1 | -20/+43 |
|
|
* | Ant-like tasks: Chmod(), Copy(), Delete(), Mkdir(), Move(), Touch(). | Steven Knight | 2004-04-19 | 1 | -1/+105 |
|
|
* | Add the highly anticipated --debug=explain option to provide build reasoning. | Steven Knight | 2004-04-17 | 1 | -1/+72 |
|
|
* | Make the new --debug=presub option work for LazyCommandGenerators. (Gary Obe... | Steven Knight | 2004-04-03 | 1 | -2/+51 |
|
|
* | Fix Command() when not called through an Environment. | Steven Knight | 2004-04-02 | 1 | -1/+13 |
|
|
* | Add a --debug= option to print commands before substitution. (Gary Oberbrunner) | Steven Knight | 2004-03-23 | 1 | -83/+103 |
|
|
* | 1.5.2 portability. | Steven Knight | 2004-02-28 | 1 | -4/+2 |
|
|
* | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -85/+45 |
|
|
* | Refactor construction variable expansion to handle recursive substitution of ... | Steven Knight | 2004-01-05 | 1 | -54/+119 |
|
|
* | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -7/+0 |
|
|
* | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 1 | -14/+18 |
|
|
* | Fix a problem when using --cache-show. | Steven Knight | 2003-07-23 | 1 | -0/+33 |
|
|
* | Avoid hangs on POSIX systems when reading a lot of output from a piped commnd... | Steven Knight | 2003-07-22 | 1 | -23/+51 |
|
|
* | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 1 | -4/+32 |
|
|
* | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 1 | -6/+12 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -38/+61 |
|
|
* | Test portability fixes for Cygwin. (Chad Austin) | Steven Knight | 2003-04-30 | 1 | -1/+17 |
|
|
* | Evaluate Action varlists when calculating signatures. (Steve Christensen) | Steven Knight | 2003-04-27 | 1 | -1/+10 |
|
|
* | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 1 | -12/+48 |
|
|
* | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -62/+33 |
|
|
* | Fix using more than two targets or sources in a list. | Steven Knight | 2003-03-02 | 1 | -1/+101 |
|
|
* | Add CacheDir support. | Steven Knight | 2003-02-03 | 1 | -0/+24 |
|
|
* | Add a strfunction() to Command actions, and add an env argument to the Functi... | Steven Knight | 2003-02-02 | 1 | -1/+35 |
|
|
* | Add AddPreAction() and AddPostAction() methods. (Charles Crain) | Steven Knight | 2003-01-20 | 1 | -0/+77 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|