| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|
|
* | Necessary changes towards supporting Jython. | Steven Knight | 2003-01-15 | 1 | -1/+4 |
|
|
* | Change the Action object execute() methods to __call__() methods. | Steven Knight | 2002-12-28 | 1 | -27/+25 |
|
|
* | Refactor FunctionAction objects to support -n and -s. | Steven Knight | 2002-12-28 | 1 | -6/+45 |
|
|
* | Finish the Action refactoring by removing Builder.execute() methods and movin... | Steven Knight | 2002-12-19 | 1 | -52/+280 |
|
|
* | Refactor action execution so it's controlled by the interface-specific Taskma... | Steven Knight | 2002-12-17 | 1 | -16/+48 |
|
|
* | Make the shell pickable via a construction variable. (Anthony Roach) | Steven Knight | 2002-11-25 | 1 | -15/+21 |
|
|
* | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -2/+19 |
|
|
* | Win32 test portability. | Steven Knight | 2002-10-18 | 1 | -19/+36 |
|
|
* | Fix some file headers. (Charles Crain) | Steven Knight | 2002-10-15 | 1 | -1/+1 |
|
|
* | Add MSVC PCH and PDB support. (Anthony Roach) | Steven Knight | 2002-10-03 | 1 | -1/+2 |
|
|
* | Support overriding construction variables in builder call. (Anthony Roach) | Steven Knight | 2002-09-27 | 1 | -23/+36 |
|
|
* | Multiple directory .h includes in Repositories. | Steven Knight | 2002-07-29 | 1 | -1/+3 |
|
|
* | Repository support (first cut). | Steven Knight | 2002-07-17 | 1 | -0/+14 |
|
|
* | Add LIBS and LIBPATH dependencies for shared libraries. (Charles Crain) | Steven Knight | 2002-06-15 | 1 | -3/+9 |
|
|
* | Fix for long-line LINKCOM signatures on WIN32; add a for_signature argument t... | Steven Knight | 2002-05-02 | 1 | -3/+4 |
|
|
* | Several bug fixes from Charles Crain. | Steven Knight | 2002-04-22 | 1 | -7/+48 |
|
|
* | Big change for shared libraries and a bunch of other flexibility. (Charles C... | Steven Knight | 2002-04-15 | 1 | -17/+46 |
|
|
* | Add abspath construction variable modifier and variable (Anthony Roach) | Steven Knight | 2002-04-11 | 1 | -0/+3 |
|
|
* | Clean up how the Environment dictionary is passed to function Actions. (Charl... | Steven Knight | 2002-04-05 | 1 | -2/+8 |
|
|
* | Make FunctionAction arguments be Nodes, not strings. (Charles Crain) | Steven Knight | 2002-03-16 | 1 | -2/+6 |
|
|
* | Changes to the CommandGenerator functionality. (Charles Crain) | Steven Knight | 2002-03-08 | 1 | -3/+15 |
|
|