| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
|
|
* | Put the Copyright years in by script, not by hand. | Steven Knight | 2003-01-20 | 1 | -1/+1 |
|
|
* | Initialize the new branch. | Steven Knight | 2003-01-17 | 1 | -9/+11 |
|
|
* | Update Copyright years. | Steven Knight | 2003-01-16 | 1 | -1/+1 |
|
|
* | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -3/+0 |
|
|
* | Change the Action object execute() methods to __call__() methods. | Steven Knight | 2002-12-28 | 1 | -6/+7 |
|
|
* | Refactor FunctionAction objects to support -n and -s. | Steven Knight | 2002-12-28 | 1 | -32/+56 |
|
|
* | Refactor action execution so it's controlled by the interface-specific Taskma... | Steven Knight | 2002-12-17 | 1 | -1/+14 |
|
|
* | Make the shell pickable via a construction variable. (Anthony Roach) | Steven Knight | 2002-11-25 | 1 | -162/+20 |
|
|
* | Win32 portability. | Steven Knight | 2002-11-13 | 1 | -1/+1 |
|
|
* | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -23/+41 |
|
|
* | Win32 test portability. | Steven Knight | 2002-10-18 | 1 | -8/+12 |
|
|
* | Support overriding construction variables in builder call. (Anthony Roach) | Steven Knight | 2002-09-27 | 1 | -120/+62 |
|
|
* | Implement spawn() using os.system() on Posix OSes. (Anthony Roach) | Steven Knight | 2002-08-23 | 1 | -17/+45 |
|
|
* | Support Repository and Default(). | Steven Knight | 2002-08-06 | 1 | -3/+9 |
|
|
* | Fix commands with spaces in them (Bug: 589281 and 589285). (Anthony Roach) | Steven Knight | 2002-08-04 | 1 | -12/+9 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -7/+6 |
|
|