| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle moved SCons source tree. (Kevin Quick) | Steven Knight | 2004-11-11 | 1 | -5/+8 |
|
|
* | Performance optimization: use re.sub() for variable expansion. (Han-Wen Nie... | Steven Knight | 2004-10-09 | 1 | -2/+2 |
|
|
* | Better handling of syntax errors during variable expansion. (Anthony Roach) | Steven Knight | 2004-05-23 | 1 | -2/+13 |
|
|
* | Provide a better error message when a construction variable expansion is a Py... | Steven Knight | 2004-01-29 | 1 | -0/+23 |
|
|
* | Add /TP to CXXFLAGS for msvc. Win32 portability fixes for tests. | Steven Knight | 2003-08-01 | 1 | -1/+1 |
|
|
* | Record and print an internal stack trace when Taskmaster detects errors for e... | Steven Knight | 2003-07-27 | 1 | -15/+68 |
|
|
* | Change the double quotes around an up-to-date target to be like Make. | Steven Knight | 2003-06-18 | 1 | -1/+1 |
|
|
* | 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 |
|
|
* | Necessary changes towards supporting Jython. | Steven Knight | 2003-01-15 | 1 | -1/+1 |
|
|
* | Refactor action execution so it's controlled by the interface-specific Taskma... | Steven Knight | 2002-12-17 | 1 | -6/+7 |
|
|
* | Make error and warning message consistent. (Anthony Roach) | Steven Knight | 2002-12-14 | 1 | -1/+1 |
|
|
* | Fix verbose BuildError bug. (Anthony Roach) | Steven Knight | 2002-10-10 | 1 | -0/+15 |
|
|
* | Add output to tell people when we're reading SConscript files versus when we'... | Steven Knight | 2002-09-30 | 1 | -3/+3 |
|
|
* | Changes from Charles Crain. | Steven Knight | 2002-06-05 | 1 | -2/+2 |
|
|
* | Raise an error if a builder is called multiple times for a given target, unle... | Steven Knight | 2002-05-06 | 1 | -7/+1 |
|
|
* | Make .sconsign files get written even if the build fails or is terminated. (A... | Steven Knight | 2002-04-11 | 1 | -0/+40 |
|
|
* | Make scons return an error code (Anthony Roach) | Steven Knight | 2002-02-04 | 1 | -3/+3 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 1 | -1/+1 |
|
|
* | Create the Script directory | Steven Knight | 2001-12-21 | 1 | -6/+6 |
|
|
* | Fix Export(), add Import() and Return() | Steven Knight | 2001-12-20 | 1 | -3/+9 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -1/+1 |
|
|
* | Move most of the code from the scons script into a SCons module. | Steven Knight | 2001-11-27 | 1 | -3/+3 |
|
|
* | Handle SConscript files in subdirectories. | Steven Knight | 2001-10-29 | 1 | -1/+1 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 1 | -0/+22 |
|
|
* | Make match_exact the default match function for TestSCons. | Steven Knight | 2001-09-29 | 1 | -1/+2 |
|
|
* | Error message if no SConstruct file. | Steven Knight | 2001-09-21 | 1 | -3/+11 |
|
|
* | test/errors.py fails when not run under Aegis. | Steven Knight | 2001-09-20 | 1 | -2/+2 |
|
|
* | Install scons, not scons.py | Steven Knight | 2001-09-20 | 1 | -2/+2 |
|
|
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 1 | -1/+1 |
|
|
* | Add more information error reporting from tests. | Steven Knight | 2001-09-16 | 1 | -14/+10 |
|
|
* | Add a TestSCons module for common initialization of SCons tests. | Steven Knight | 2001-09-15 | 1 | -19/+9 |
|
|
* | Fix Python 2.1 warning | Steven Knight | 2001-09-13 | 1 | -1/+1 |
|
|
* | Fixes for -f end cases. | Steven Knight | 2001-09-12 | 1 | -1/+1 |
|
|
* | Generalize the hard-coded line numbers in test/errors.py. | Steven Knight | 2001-09-09 | 1 | -3/+3 |
|
|
* | Make the build portable to Windows NT. | Anthony Roach | 2001-09-01 | 1 | -4/+9 |
|
|
* | Implement error framework. | Steven Knight | 2001-08-18 | 1 | -0/+54 |
|
|