| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek) | Steven Knight | 2003-06-11 | 2 | -4/+100 |
|
|
| * | Fix use of SConf with SConscriptChdir(). (David Snopek, Christoph Wiedemann) | Steven Knight | 2003-06-10 | 1 | -0/+6 |
|
|
| * | Add an M4 builder. (Timothee Besset) | Steven Knight | 2003-06-09 | 2 | -1/+55 |
|
|
| * | Fix Options.Update(). | Steven Knight | 2003-06-09 | 3 | -17/+124 |
|
|
| * | Add MSVS Project file support. (Greg Spencer) | Steven Knight | 2003-06-08 | 12 | -121/+2020 |
|
|
| * | When linking long command lines, use a '.lnk' suffix on the temporary file na... | Steven Knight | 2003-06-07 | 1 | -1/+5 |
|
|
| * | Handle library prefixes correctly if the subdirectory is named lib*. (Matt B... | Steven Knight | 2003-06-07 | 2 | -2/+6 |
|
|
| * | Don't update the .sconsign files when using -n. (Steve Leblanc) | Steven Knight | 2003-05-31 | 1 | -1/+2 |
|
|
| * | Suppress illegal construction variables. | Steven Knight | 2003-05-23 | 6 | -6/+73 |
|
|
| * | Put LinkFunc() back to the way it was. (Christoph Wiedemann) | Steven Knight | 2003-05-20 | 1 | -2/+2 |
|
|
| * | Restore .sconsign file tracking back to a single global list, not directory-s... | Steven Knight | 2003-05-20 | 2 | -11/+5 |
|
|
| * | Change the Building message to say Cleaning when the -c option is used. | Steven Knight | 2003-05-19 | 1 | -2/+6 |
|
|
| * | Eliminate redundant signature calculations, optimize out use of hasattr(). | Steven Knight | 2003-05-17 | 3 | -41/+114 |
|
|
| * | SConf fixes. (Christoph Wiedemann) | Steven Knight | 2003-05-16 | 7 | -223/+304 |
|
|
| * | Have the Tool() method add the tool name to the construction variable. (Dav... | Steven Knight | 2003-05-16 | 2 | -1/+8 |
|
|
| * | Test fixes. | Steven Knight | 2003-05-16 | 1 | -2/+2 |
|
|
| * | Fix SideEffect() and BuildDir(). (Anthony Roach) | Steven Knight | 2003-05-15 | 3 | -21/+35 |
|
|
| * | Speed up creation of EntryProxy objects by delaying evaluation. (Charles Crain) | Steven Knight | 2003-05-15 | 1 | -18/+30 |
|
|
| * | Refactor how actions get executed to eliminate a lot of redundant signature c... | Steven Knight | 2003-05-15 | 11 | -180/+470 |
|
|
| * | Fix for the internal Link action not being reentrant when used with BuildDir. | Steven Knight | 2003-05-12 | 1 | -2/+2 |
|
|
| * | Portability fixes for various tests. | Steven Knight | 2003-05-11 | 2 | -3/+4 |
|
|
| * | Interpolate the null string for illegal list subscripts. | Steven Knight | 2003-05-10 | 2 | -2/+16 |
|
|
| * | Add Java RMIC support. | Steven Knight | 2003-05-10 | 2 | -1/+110 |
|
|
| * | Java parser fix for // comments. (Charles Crain) | Steven Knight | 2003-05-09 | 2 | -5/+51 |
|
|
| * | Split the Java parser into a JavaCommon.py module. | Steven Knight | 2003-05-09 | 3 | -186/+358 |
|
|
| * | Add support for JavaH. | Steven Knight | 2003-05-08 | 3 | -16/+152 |
|
|
| * | Improve new post-PathList refactoring performance. (Charles Crain) | Steven Knight | 2003-05-07 | 10 | -120/+175 |
|
|
| * | Refactor to use real Nodes for command-line attributes and eliminate PathList... | Steven Knight | 2003-05-06 | 21 | -565/+759 |
|
|
| * | If we added a temporary builder to a Node while calling the emitter, don't re... | Steven Knight | 2003-05-04 | 2 | -2/+24 |
|
|
| * | Add Node.FS.{Dir,File}.Entry() methods. | Steven Knight | 2003-05-04 | 2 | -12/+46 |
|
|
| * | Add Python Value Nodes. (Chad Austin) | Steven Knight | 2003-05-01 | 3 | -0/+130 |
|
|
| * | Test portability fixes for Cygwin. (Chad Austin) | Steven Knight | 2003-04-30 | 4 | -2/+48 |
|
|
| * | Provide uniform access to (some) command-line options. (Anthony Roach) | Steven Knight | 2003-04-30 | 3 | -32/+82 |
|
|
| * | Fix the spawn() functions. (Anthony Roach) | Steven Knight | 2003-04-30 | 3 | -5/+6 |
|
|
| * | Support Java when using Repository and SConscriptChdir(0). (Charles Crain) | Steven Knight | 2003-04-29 | 4 | -52/+79 |
|
|
| * | Evaluate Action varlists when calculating signatures. (Steve Christensen) | Steven Knight | 2003-04-27 | 2 | -3/+12 |
|
|
| * | Follow-up test portability fixes for IRIX. (Chad Austin) | Steven Knight | 2003-04-27 | 2 | -2/+10 |
|
|
| * | Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc) | Steven Knight | 2003-04-24 | 27 | -213/+746 |
|
|
| * | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 13 | -214/+919 |
|
|
| * | Fix the Entering | Steven Knight | 2003-04-23 | 1 | -1/+1 |
|
|
| * | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 7 | -24/+1144 |
|
|
| * | Make Export() work for local variables. (Anthony Roach) | Steven Knight | 2003-04-20 | 1 | -22/+45 |
|
|
| * | Add Alias() global function. (Anthony Roach) | Steven Knight | 2003-04-18 | 1 | -0/+9 |
|
|
| * | Update to the right Java parser. (Charles Crain) | Steven Knight | 2003-04-17 | 1 | -41/+117 |
|
|
| * | Support the #import C preprocessor directive. (Greg Spencer) | Steven Knight | 2003-04-17 | 2 | -2/+2 |
|
|
| * | Use Win32 long-line tempfile linking when using Cygwin. (Chad Austin) | Steven Knight | 2003-04-16 | 1 | -0/+2 |
|
|
| * | Really parse .java files for inner class names. (Charles Crain) | Steven Knight | 2003-04-16 | 1 | -86/+110 |
|
|
| * | Change the names of the Set{Build,Content}SignatureType() functions. | Steven Knight | 2003-04-14 | 1 | -0/+14 |
|
|
| * | Add an argument for sorting Options help text. | Steven Knight | 2003-04-13 | 2 | -4/+46 |
|
|
| * | Support converting PostScript to PDF files using ghostview. (Stefan Reichor) | Steven Knight | 2003-04-13 | 3 | -2/+74 |
|
|