| Commit message (Expand) | Author | Age | Files | Lines |
| * | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -15/+90 |
|
|
| * | Make Action() and env.Action() equivalent. | Steven Knight | 2004-01-08 | 1 | -0/+6 |
|
|
| * | Miscellaneous changes: update a call to env.subst(); white space cleanup in ... | Steven Knight | 2004-01-04 | 1 | -16/+16 |
|
|
| * | Minor test enhancements. | Steven Knight | 2003-12-23 | 1 | -21/+29 |
|
|
| * | Add support for a toolpath for Environments. | Steven Knight | 2003-12-18 | 1 | -1/+3 |
|
|
| * | Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables. | Steven Knight | 2003-11-07 | 1 | -19/+0 |
|
|
| * | Fix a regression with env.Append(). | Steven Knight | 2003-10-28 | 1 | -1/+18 |
|
|
| * | Fix various SConf bugs. (Christoph Wiedemann) | Steven Knight | 2003-10-21 | 1 | -0/+3 |
|
|
| * | Allow SConsignFile() to take a dbm module argument; portability fixes. (Ralf... | Steven Knight | 2003-10-18 | 1 | -28/+77 |
|
|
| * | More Environment method conversions: | Steven Knight | 2003-10-13 | 1 | -0/+136 |
|
|
| * | Allow Dirs to be sources of Depends, Ignores, Precious and SideEffect. (Gary... | Steven Knight | 2003-10-07 | 1 | -32/+76 |
|
|
| * | Don't remove temporary files on win32 with rm when cygwin is not in use. (An... | Steven Knight | 2003-10-07 | 1 | -1/+1 |
|
|
| * | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 1 | -2/+214 |
|
|
| * | Pre-Python 2 portability fix in new tex.py tool. Portability fix in Environm... | Steven Knight | 2003-09-22 | 1 | -1/+1 |
|
|
| * | Turn more global functions into Environment methods. (clone of 0.92.C121) | Steven Knight | 2003-09-15 | 1 | -0/+16 |
|
|
| * | Make more Environment methods from global functions. | Steven Knight | 2003-09-14 | 1 | -0/+136 |
|
|
| * | Add SourceSignatures() and TargetSignatures() environment methods. | Steven Knight | 2003-09-12 | 1 | -0/+48 |
|
|
| * | Make a Clean() environment method. Add global functions for AlwaysBuild(), C... | Steven Knight | 2003-09-10 | 1 | -0/+26 |
|
|
| * | Give the global functions corresponding Environment methods. | Steven Knight | 2003-09-08 | 1 | -2/+79 |
|
|
| * | Rearrange the Environment methods and tests. | Steven Knight | 2003-09-07 | 1 | -572/+554 |
|
|
| * | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 1 | -13/+188 |
|
|
| * | Branch for User's Guide changes. | Steven Knight | 2003-08-16 | 1 | -0/+51 |
|
|
| * | Allow Command() to take directories as sources. | Steven Knight | 2003-07-26 | 1 | -0/+5 |
|
|
| * | Support specifying a list of tools when calling env.Copy(). (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -0/+19 |
|
|
| * | Better error messages. (Gary Oberbrunner) | Steven Knight | 2003-07-03 | 1 | -0/+27 |
|
|
| * | Fix _concat() documentation, add a test. (Chad Austin) | Steven Knight | 2003-06-11 | 1 | -0/+27 |
|
|
| * | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -0/+48 |
|
|
| * | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 1 | -0/+16 |
|
|
| * | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 1 | -0/+2 |
|
|
| * | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -57/+19 |
|
|
| * | Test portability fixes for Cygwin. (Chad Austin) | Steven Knight | 2003-04-30 | 1 | -0/+27 |
|
|
| * | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -7/+18 |
|
|
| * | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -1/+22 |
|
|
| * | Fix using more than two targets or sources in a list. | Steven Knight | 2003-03-02 | 1 | -0/+40 |
|
|
| * | Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment. | Steven Knight | 2003-02-22 | 1 | -0/+20 |
|
|
| * | Add support for fetching files from rcs. | Steven Knight | 2003-02-18 | 1 | -0/+12 |
|
|
| * | Fix how BUILDERS are updated. | Steven Knight | 2003-01-25 | 1 | -48/+71 |
|
|
| * | 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 |
|
|
| * | Test improvements suggested by Charles Crain. | Steven Knight | 2003-01-13 | 1 | -2/+2 |
|
|
| * | Add MinGW support. (Anthony Roach) | Steven Knight | 2003-01-09 | 1 | -0/+44 |
|
|
| * | Refactor the Scanner interface to eliminate unnecessary scanning and make it ... | Steven Knight | 2003-01-06 | 1 | -6/+6 |
|
|
| * | Have the Environment.get() method return None as the default, like the standa... | Steven Knight | 2002-12-28 | 1 | -0/+13 |
|
|
| * | Support special characters in file names. (Charles Crain) | Steven Knight | 2002-11-13 | 1 | -3/+6 |
|
|
| * | Refactor Repository and BuildDir. (Charles Crain) | Steven Knight | 2002-10-16 | 1 | -30/+20 |
|
|
| * | Get rid of the magicness of the magic _ variables. (Anthony Roach) | Steven Knight | 2002-10-07 | 1 | -92/+112 |
|
|
| * | Add MSVC PCH and PDB support. (Anthony Roach) | Steven Knight | 2002-10-03 | 1 | -0/+5 |
|
|
| * | Support overriding construction variables in builder call. (Anthony Roach) | Steven Knight | 2002-09-27 | 1 | -0/+8 |
|
|
| * | Windows portability | Steven Knight | 2002-09-25 | 1 | -15/+40 |
|
|
| * | Make sure we can find tools using the PATH specified during Environment() ins... | Steven Knight | 2002-09-17 | 1 | -1/+4 |
|
|