| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | 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 | 3 | -1/+111 |
|
|
| * | 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 | 4 | -186/+359 |
|
|
| * | Add support for JavaH. | Steven Knight | 2003-05-08 | 4 | -17/+154 |
|
|
| * | 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 | 4 | -0/+131 |
|
|
| * | 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 | 28 | -216/+762 |
|
|
| * | Add support for MIDL. (Greg Spencer) | Steven Knight | 2003-04-23 | 14 | -214/+921 |
|
|
| * | Fix the Entering | Steven Knight | 2003-04-23 | 1 | -1/+1 |
|
|
| * | Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann) | Steven Knight | 2003-04-23 | 8 | -24/+1145 |
|
|
| * | 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 | 4 | -2/+75 |
|
|
| * | Add a clear() method to reset a Node's state for re-processing. | Steven Knight | 2003-04-12 | 4 | -0/+73 |
|
|
| * | Cygwin fixes: use -fPIC and .dll for shared libraries, 'rm' to remove files.... | Steven Knight | 2003-04-11 | 6 | -3/+42 |
|
|
| * | Options save. (Allen Bierbaum) | Steven Knight | 2003-04-10 | 2 | -9/+93 |
|
|
| * | Implement Tool refactoring. (Chad Austin + Steve Leblanc) | Steven Knight | 2003-04-10 | 45 | -60/+71 |
|
|
| * | Fix Cygwin shared library support (use .dll not .so). (Chad Austin) | Steven Knight | 2003-04-09 | 1 | -2/+6 |
|
|
| * | Set the SYSTEMROOT environment variable on Windows, use POSIX (forward-slash)... | Steven Knight | 2003-04-09 | 4 | -4/+33 |
|
|
| * | Enhance Java support for package names that don't match the source directory ... | Steven Knight | 2003-04-08 | 1 | -38/+137 |
|
|
| * | Java! | Steven Knight | 2003-04-06 | 4 | -0/+143 |
|
|
| * | Fix a bug when BuildDir(duplicate=0) is used with multiple SConscript files. ... | Steven Knight | 2003-03-30 | 4 | -19/+42 |
|
|
| * | Prepare for release, more doc patches, one portability fix. | Steven Knight | 2003-03-28 | 1 | -2/+6 |
|
|
| * | Fix erroneous dependency-cycle errors when an Alias source doesn't exist. (A... | Steven Knight | 2003-03-28 | 6 | -26/+120 |
|
|
| * | Fix a side effect of chdir to SConscript directory. | Steven Knight | 2003-03-27 | 1 | -1/+7 |
|
|
| * | Clean-ups in preparation for release: doc and comment changes, comment out S... | Steven Knight | 2003-03-26 | 2 | -2/+3 |
|
|
| * | Add warnings when we switch to BuildDir() targets when using -u or -U. | Steven Knight | 2003-03-26 | 7 | -12/+117 |
|
|
| * | Fix -U when no Default() targets are specified. | Steven Knight | 2003-03-23 | 1 | -1/+4 |
|
|
| * | Check out files from various source code systems properly. | Steven Knight | 2003-03-22 | 6 | -29/+27 |
|
|
| * | Remove an unnecessary .aeignore file in an abandoned subdirectory. | Steven Knight | 2003-03-22 | 1 | -5/+0 |
|
|
| * | Make RCS/SCCS/BitKeeper support more transparent. | Steven Knight | 2003-03-22 | 11 | -103/+208 |
|
|
| * | Fix two bugs in CacheDir handling. (Jeff Petkau) | Steven Knight | 2003-03-15 | 3 | -9/+63 |
|
|
| * | Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ... | Steven Knight | 2003-03-15 | 1 | -2/+11 |
|
|