| Commit message (Expand) | Author | Age | Files | Lines |
* | Win32 portability fixes. | Steven Knight | 2005-01-03 | 1 | -4/+10 |
|
|
* | Better error message when variable substitution fails. (Gary Oberbrunner) | Steven Knight | 2004-12-31 | 1 | -0/+22 |
|
|
* | Enhance OverrideEnvironment, and rename the base class to an enhanced and may... | Steven Knight | 2004-12-29 | 1 | -36/+59 |
|
|
* | Add a --debug=stree option to show Node status. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -32/+71 |
|
|
* | Fix Value node expansion in command-line strings. (Kevin Quick) | Steven Knight | 2004-11-21 | 1 | -7/+12 |
|
|
* | Faster/leaner tree dumping. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -9/+49 |
|
|
* | When subst() returns a non-string object, return the object and not a list on... | Steven Knight | 2004-10-21 | 1 | -3/+3 |
|
|
* | Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie... | Steven Knight | 2004-10-09 | 1 | -0/+3 |
|
|
* | Fix env.subst() stack trace on var containing ListAction. | Steven Knight | 2004-09-27 | 1 | -0/+28 |
|
|
* | Add a ParseDepends() function to read up mkdep-style files. | Steven Knight | 2004-09-25 | 1 | -0/+23 |
|
|
* | Fix suffix selection when there's no source file. (Kevin Quick) | Steven Knight | 2004-09-15 | 1 | -3/+6 |
|
|
* | Lots of Configure() enhancements. (Christoph Wiedemann) | Steven Knight | 2004-09-05 | 1 | -2/+6 |
|
|
* | Test fixes: Win32 portability in Delete.py; fix a problem in msvs.py introdu... | Steven Knight | 2004-08-30 | 1 | -2/+8 |
|
|
* | Test portability fix. Fix handling of >. | Steven Knight | 2004-08-17 | 1 | -0/+6 |
|
|
* | Don't blow up if the external PATH variable is not set. | Steven Knight | 2004-07-30 | 1 | -44/+53 |
|
|
* | Treat file extensions with all digits as part of the base name. (Gary Oberbr... | Steven Knight | 2004-07-30 | 1 | -0/+15 |
|
|
* | Add a .win32 attribute for FS entries; preserve Literal() attributes when con... | Steven Knight | 2004-07-21 | 1 | -0/+6 |
|
|
* | Better handling of syntax errors during variable expansion. (Anthony Roach) | Steven Knight | 2004-05-23 | 1 | -2/+6 |
|
|
* | Add a reject argument to the env.Whereis() method. (sam th) | Steven Knight | 2004-04-04 | 1 | -0/+5 |
|
|
* | Fix Command() when not called through an Environment. | Steven Knight | 2004-04-02 | 1 | -1/+15 |
|
|
* | Fix use of things like ${TARGET.dir} in *PATH expansions. | Steven Knight | 2004-03-05 | 1 | -0/+26 |
|
|
* | Refactor Scanner internals as a prelude to fixing use of '${TARGET.dir}' | Steven Knight | 2004-03-03 | 1 | -25/+0 |
|
|
* | Initialize *FLAGS variables with objects that can add flags either as strings... | Steven Knight | 2004-02-26 | 1 | -0/+117 |
|
|
* | Handle recursive substitution in overrides. | Steven Knight | 2004-02-24 | 1 | -0/+80 |
|
|
* | Win32 portability. | Steven Knight | 2004-02-08 | 1 | -2/+2 |
|
|
* | Move the __env__ construction variable into the Environment itself, not creat... | Steven Knight | 2004-02-07 | 1 | -8/+3 |
|
|
* | Fix a new variable expansion bug. | Steven Knight | 2004-02-04 | 1 | -0/+6 |
|
|
* | Provide a better error message when a construction variable expansion is a Py... | Steven Knight | 2004-01-29 | 1 | -0/+18 |
|
|
* | Refactor variable substitution for more scalable expansion of , etc. | Steven Knight | 2004-01-20 | 1 | -13/+106 |
|
|
* | Refactor construction variable expansion to handle recursive substitution of ... | Steven Knight | 2004-01-05 | 1 | -41/+152 |
|
|
* | Fix stripping the library prefix. | Steven Knight | 2003-12-12 | 1 | -0/+15 |
|
|
* | Add more variable substitution tests. | Steven Knight | 2003-12-06 | 1 | -42/+78 |
|
|
* | Refactor the scons_subst*() tests to make it easier to add tests and to more ... | Steven Knight | 2003-11-12 | 1 | -308/+410 |
|
|
* | Add more environment methods for global functions: Action(), Builder(), Envi... | Steven Knight | 2003-09-25 | 1 | -5/+0 |
|
|
* | Support construction variable expansion anywhere in a file or path name. | Steven Knight | 2003-09-05 | 1 | -4/+10 |
|
|
* | Refactor DictCmdGenerator to be a subclass of Selector. | Steven Knight | 2003-08-18 | 1 | -0/+42 |
|
|
* | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -0/+24 |
|
|
* | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 1 | -0/+31 |
|
|
* | Interpolate the null string for illegal list subscripts. | Steven Knight | 2003-05-10 | 1 | -0/+14 |
|
|
* | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 1 | -3/+13 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -91/+163 |
|
|
* | Follow-up test portability fixes for IRIX. (Chad Austin) | Steven Knight | 2003-04-27 | 1 | -2/+6 |
|
|
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -0/+12 |
|
|
* | Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files.... | Steven Knight | 2003-04-11 | 1 | -0/+8 |
|
|
* | Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)... | Steven Knight | 2003-04-09 | 1 | -0/+7 |
|
|
* | Fix WhereIs() to return a normalized path. (Lachlan O'Dea) | Steven Knight | 2003-03-14 | 1 | -7/+13 |
|
|
* | Support using construction variables as re-usable, callable command generator... | Steven Knight | 2003-03-13 | 1 | -124/+174 |
|
|
* | Fix the new signature dictionary so it handles slices and attributes such as ... | Steven Knight | 2003-03-12 | 1 | -6/+67 |
|
|
* | 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 |
|
|