| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix use of things like ${TARGET.dir} in *PATH expansions. | Steven Knight | 2004-03-05 | 1 | -15/+36 |
|
|
| * | Refactor path-substitution logic into an Environment method. | Steven Knight | 2004-03-05 | 1 | -0/+13 |
|
|
| * | Handle recursive substitution in overrides. | Steven Knight | 2004-02-24 | 1 | -2/+8 |
|
|
| * | Add an internal Environment._update() method that updates the dictionary dire... | Steven Knight | 2004-02-23 | 1 | -0/+6 |
|
|
| * | Update the __env__ variable when making a Copy() or Override() of an Environm... | Steven Knight | 2004-02-17 | 1 | -0/+2 |
|
|
| * | Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt... | Steven Knight | 2004-02-16 | 1 | -0/+50 |
|
|
| * | Move the __env__ construction variable into the Environment itself, not creat... | Steven Knight | 2004-02-07 | 1 | -0/+1 |
|
|
| * | Add options to investigate object creation and memory consumption. | Steven Knight | 2004-02-07 | 1 | -6/+8 |
|
|
| * | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -21/+9 |
|
|
| * | Make Action() and env.Action() equivalent. | Steven Knight | 2004-01-08 | 1 | -1/+1 |
|
|
| * | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 1 | -8/+10 |
|
|
| * | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 1 | -13/+0 |
|
|
| * | Fix a regression with env.Append(). | Steven Knight | 2003-10-28 | 1 | -4/+6 |
|
|
| * | Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf... | Steven Knight | 2003-10-18 | 1 | -19/+19 |
|
|
| * | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -3/+66 |
|
|
| * | Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary... | Steven Knight | 2003-10-07 | 1 | -7/+7 |
|
|
| * | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 1 | -10/+119 |
|
|
| * | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -1/+9 |
|
|
| * | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -0/+34 |
|
|
| * | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -1/+49 |
|
|
| * | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 1 | -0/+27 |
|
|
| * | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -0/+43 |
|
|
| * | Rearrange the Environment methods and tests. | Steven Knight | 2003-09-07 | 1 | -260/+292 |
|
|
| * | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 1 | -20/+60 |
|
|
| * | Branch for User's Guide changes. | Steven Knight | 2003-08-16 | 1 | -2/+8 |
|
|
| * | Allow Command() to take directories as sources. | Steven Knight | 2003-07-26 | 1 | -1/+2 |
|
|
| * | Support specifying a list of tools when calling env.Copy(). (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -5/+13 |
|
|
| * | Better error messages. (Gary Oberbrunner) | Steven Knight | 2003-07-03 | 1 | -2/+11 |
|
|
| * | Support targets that always rebuild. (Stephen Ng) | Steven Knight | 2003-06-28 | 1 | -0/+12 |
|
|
| * | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -1/+46 |
|
|
| * | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 1 | -4/+3 |
|
|
| * | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -47/+6 |
|
|
| * | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -1/+2 |
|
|
| * | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -8/+35 |
|
|
| * | Fix the new signature dictionary so it handles slices and attributes such as ... | Steven Knight | 2003-03-12 | 1 | -23/+2 |
|
|
| * | Fix using more than two targets or sources in a list. | Steven Knight | 2003-03-02 | 1 | -1/+35 |
|
|
| * | Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment. | Steven Knight | 2003-02-22 | 1 | -1/+7 |
|
|
| * | Really remove the deprecated name attribute from Builders. | Steven Knight | 2003-02-20 | 1 | -1/+1 |
|
|
| * | Add support for fetching files from rcs. | Steven Knight | 2003-02-18 | 1 | -0/+9 |
|
|
| * | Remove deprecated features. | Steven Knight | 2003-02-12 | 1 | -5/+0 |
|
|
| * | Make the Install() method copy files (by default). | Steven Knight | 2003-02-12 | 1 | -1/+11 |
|
|
| * | Add a strfunction() to Command actions, and add an env argument to the Functi... | Steven Knight | 2003-02-02 | 1 | -1/+1 |
|
|
| * | Fix how BUILDERS are updated. | Steven Knight | 2003-01-25 | 1 | -76/+90 |
|
|
| * | 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 |
|
|
| * | Fix small problems found by PyChecker. (Steve Leblanc) | Steven Knight | 2003-01-12 | 1 | -4/+0 |
|
|
| * | Add MinGW support. (Anthony Roach) | Steven Knight | 2003-01-09 | 1 | -5/+53 |
|
|
| * | Performance improvement: cut down on Proxy.__getattr__ calls. | Steven Knight | 2003-01-06 | 1 | -3/+3 |
|
|
| * | Have the Environment.get() method return None as the default, like the standa... | Steven Knight | 2002-12-28 | 1 | -1/+1 |
|
|
| * | Refactor FunctionAction objects to support -n and -s. | Steven Knight | 2002-12-28 | 1 | -28/+13 |
|
|