| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't Split() SConscript file name strings on white space. | Steven Knight | 2003-07-31 | 1 | -9/+46 |
|
|
* | Allow Builders to take a dictionary that maps source file suffixes to emitter... | Steven Knight | 2003-07-29 | 1 | -9/+34 |
|
|
* | Correct the spelling of validator. | Steven Knight | 2003-07-27 | 1 | -2/+2 |
|
|
* | Add a QT tool. (Christoph Wiedemann) | Steven Knight | 2003-07-24 | 1 | -1/+102 |
|
|
* | Only create a default Environment when asked to. (Chad Austin) | Steven Knight | 2003-07-22 | 1 | -0/+7 |
|
|
* | Give Value Nodes timestamps. (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -1/+2 |
|
|
* | Support specifying a list of tools when calling env.Copy(). (Chad Austin) | Steven Knight | 2003-07-21 | 1 | -0/+9 |
|
|
* | New sconsign script fixes: print timestamp values correctly (Chad Austin); a... | Steven Knight | 2003-07-20 | 1 | -1/+7 |
|
|
* | Add a script to print .sconsign file contents. | Steven Knight | 2003-07-18 | 2 | -16/+155 |
|
|
* | Make builder prefixes work correctly when deducing a target name from a sourc... | Steven Knight | 2003-07-02 | 1 | -1/+6 |
|
|
* | Support targets that always rebuild. (Stephen Ng) | Steven Knight | 2003-06-28 | 1 | -1/+3 |
|
|
* | Branch for User's Guide changes. | Steven Knight | 2003-06-25 | 10 | -134/+734 |
|
|
* | Add support for the Intel C Compiler. (Gary Oberbrunner) | Steven Knight | 2003-06-16 | 1 | -2/+4 |
|
|
* | MSVS documentation, remove unnecessary exceptions, and restor escape() to its... | Steven Knight | 2003-06-14 | 1 | -117/+291 |
|
|
* | Documentation fixes: mention that user-defined *FLAGS options don't include ... | Steven Knight | 2003-06-11 | 1 | -5/+60 |
|
|
* | Fix _concat() documentation, add a test. (Chad Austin) | Steven Knight | 2003-06-11 | 1 | -7/+14 |
|
|
* | SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek) | Steven Knight | 2003-06-11 | 1 | -0/+19 |
|
|
* | Add an M4 builder. (Timothee Besset) | Steven Knight | 2003-06-09 | 1 | -0/+23 |
|
|
* | Fix Options.Update(). | Steven Knight | 2003-06-09 | 1 | -4/+20 |
|
|
* | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 1 | -1/+67 |
|
|
* | Fix reported man page bugs. | Steven Knight | 2003-05-29 | 1 | -13/+10 |
|
|
* | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 1 | -7/+13 |
|
|
* | Branch for User's Guide updates. | Steven Knight | 2003-05-21 | 27 | -482/+2232 |
|
|
* | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 1 | -5/+15 |
|
|
* | Have the Tool() method add the tool name to the construction variable. (Dav... | Steven Knight | 2003-05-16 | 1 | -0/+19 |
|
|
* | Add Java RMIC support. | Steven Knight | 2003-05-10 | 1 | -2/+50 |
|
|
* | Add support for JavaH. | Steven Knight | 2003-05-08 | 1 | -0/+59 |
|
|
* | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 1 | -4/+8 |
|
|
* | Add Python Value Nodes. (Chad Austin) | Steven Knight | 2003-05-01 | 1 | -0/+21 |
|
|
* | Provide uniform access to (some) command-line options. (Anthony Roach) | Steven Knight | 2003-04-30 | 1 | -33/+52 |
|
|
* | Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc) | Steven Knight | 2003-04-24 | 1 | -3/+4 |
|
|
* | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 1 | -0/+46 |
|
|
* | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 1 | -0/+277 |
|
|
* | Make Export() work for local variables. (Anthony Roach) | Steven Knight | 2003-04-20 | 1 | -6/+19 |
|
|
* | Add Alias() global function. (Anthony Roach) | Steven Knight | 2003-04-18 | 1 | -1/+11 |
|
|
* | Really parse .java files for inner class names. (Charles Crain) | Steven Knight | 2003-04-16 | 1 | -14/+16 |
|
|
* | Add an argument for sorting Options help text. | Steven Knight | 2003-04-13 | 1 | -2/+17 |
|
|
* | Support converting PostScript to PDF files using ghostview. (Stefan Reichor) | Steven Knight | 2003-04-13 | 1 | -1/+15 |
|
|
* | Options save. (Allen Bierbaum) | Steven Knight | 2003-04-10 | 1 | -6/+22 |
|
|
* | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 1 | -1/+18 |
|
|
* | Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)... | Steven Knight | 2003-04-09 | 1 | -0/+39 |
|
|
* | Enhance Java support for package names that don't match the source directory ... | Steven Knight | 2003-04-08 | 1 | -0/+28 |
|
|
* | Java! | Steven Knight | 2003-04-06 | 1 | -2/+61 |
|
|
* | More User's Guide updates. | Steven Knight | 2003-03-31 | 6 | -35/+131 |
|
|
* | Prepare for release, more doc patches, one portability fix. | Steven Knight | 2003-03-28 | 1 | -1/+12 |
|
|
* | Man page fixes. | Steven Knight | 2003-03-27 | 1 | -8/+8 |
|
|
* | Clean-ups in preparation for release: doc and comment changes, comment out S... | Steven Knight | 2003-03-26 | 1 | -51/+51 |
|
|
* | Branch for in-progress User's Guide changes. | Steven Knight | 2003-03-25 | 41 | -987/+3379 |
|
|
* | Fix man page doc of the tool function. | Steven Knight | 2003-03-23 | 1 | -1/+1 |
|
|
* | Check out files from various source code systems properly. | Steven Knight | 2003-03-22 | 1 | -51/+44 |
|
|