| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+32 |
|
|
* | Add ParseConfig() support for -mwindows and -mno-cygwin. (Clive Levinson) | Steven Knight | 2004-09-24 | 1 | -3/+5 |
|
|
* | Allow to contain File Nodes. Have ParseConfig add libraries to . Add suppo... | Steven Knight | 2004-09-01 | 1 | -5/+4 |
|
|
* | Add a SetDefault() method and a kinder, gentler qt.py that uses it. (Christo... | Steven Knight | 2004-08-31 | 1 | -0/+10 |
|
|
* | Add an Environment.Dump() method. (Gary Oberbrunner) | Steven Knight | 2004-08-30 | 1 | -0/+7 |
|
|
* | Have the default ParseConfig() function add -pthread to both and . (Gary Ob... | Steven Knight | 2004-08-16 | 1 | -3/+3 |
|
|
* | Add a Flatten() function to help the transition to Builders returning lists. | Steven Knight | 2004-08-12 | 1 | -0/+8 |
|
|
* | Return lists of Nodes from all builders, not single Nodes when there's only one. | Steven Knight | 2004-08-05 | 1 | -29/+30 |
|
|
* | Ignore null tools. (Gary Oberbrunner) | Steven Knight | 2004-07-30 | 1 | -0/+17 |
|
|
* | Refactor .sconsign management into its own module. | Steven Knight | 2004-05-06 | 1 | -4/+4 |
|
|
* | Have ParseConfig() support the -Wl option. | Steven Knight | 2004-05-03 | 1 | -2/+9 |
|
|
* | Have SConsignFile() use a dblite.py module by default, so we can control the ... | Steven Knight | 2004-04-25 | 1 | -0/+4 |
|
|
* | Fix custom scanner behavior when setting/copying/replacing the SCANNERS const... | Steven Knight | 2004-04-14 | 1 | -25/+62 |
|
|
* | Add warnings for easily-confused variable names like 'targets' and 'sources.' | Steven Knight | 2004-04-06 | 1 | -0/+99 |
|
|
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -0/+5 |
|
|
* | Allow hybrid substitutions in PATH-like variables. (Charles Crain) | Steven Knight | 2004-04-02 | 1 | -0/+18 |
|
|
* | Fix Command() when not called through an Environment. | Steven Knight | 2004-04-02 | 1 | -25/+33 |
|
|
* | Fix the Command() global function when the action is a command-line string. | Steven Knight | 2004-03-31 | 1 | -2/+95 |
|
|
* | Keep *FLAGS variables as CLVar variables after copying an Environment. | Steven Knight | 2004-03-27 | 1 | -7/+52 |
|
|
* | Refactor env.Append() and env.Prepend(). | Steven Knight | 2004-03-26 | 1 | -6/+6 |
|
|
* | Rework the env.Append() and env.Prepend() tests. | Steven Knight | 2004-03-26 | 1 | -66/+178 |
|
|
* | Support passing arbitrary environment override keywords to Command(). | Steven Knight | 2004-03-16 | 1 | -0/+11 |
|
|
* | Add an Execute() method. | Steven Knight | 2004-03-12 | 1 | -0/+15 |
|
|
* | Fix use of things like ${TARGET.dir} in *PATH expansions. | Steven Knight | 2004-03-05 | 1 | -1/+15 |
|
|
* | Refactor path-substitution logic into an Environment method. | Steven Knight | 2004-03-05 | 1 | -0/+11 |
|
|
* | Handle recursive substitution in overrides. | Steven Knight | 2004-02-24 | 1 | -9/+31 |
|
|
* | Add an internal Environment._update() method that updates the dictionary dire... | Steven Knight | 2004-02-23 | 1 | -0/+20 |
|
|
* | Update the __env__ variable when making a Copy() or Override() of an Environm... | Steven Knight | 2004-02-17 | 1 | -8/+18 |
|
|
* | Add AppendUnique() and PrependUnique() Environment methods. Fix using the qt... | Steven Knight | 2004-02-16 | 1 | -4/+52 |
|
|
* | 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 |
|
|