Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Implement the Depends() method. | Steven Knight | 2001-09-24 | 8 | -6/+129 |
| | |||||
* | Have SCons report when something is up-to-date. | Steven Knight | 2001-09-21 | 1 | -2/+25 |
| | |||||
* | rebuild in response to changed .c file | Steven Knight | 2001-09-21 | 10 | -140/+525 |
| | |||||
* | Error message if no SConstruct file. | Steven Knight | 2001-09-21 | 1 | -6/+8 |
| | |||||
* | Install scons, not scons.py | Steven Knight | 2001-09-20 | 2 | -2/+2 |
| | |||||
* | Cygwin portability fixes for Windows NT builds. | Steven Knight | 2001-09-20 | 2 | -2/+18 |
| | |||||
* | Add support for Default() targets. | Steven Knight | 2001-09-20 | 1 | -0/+9 |
| | |||||
* | Clean up the Node.FS class. | Steven Knight | 2001-09-19 | 5 | -179/+300 |
| | |||||
* | Add automatic substitution on filename lines. | Steven Knight | 2001-09-17 | 27 | -27/+27 |
| | |||||
* | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 35 | -129/+155 |
| | |||||
* | Make -w and --no-print-directory future options. | Steven Knight | 2001-09-14 | 1 | -2/+2 |
| | |||||
* | Fix Python 2.1 warning | Steven Knight | 2001-09-13 | 1 | -2/+2 |
| | |||||
* | Fixes for -f end cases. | Steven Knight | 2001-09-12 | 1 | -1/+9 |
| | |||||
* | Add -I support. | Steven Knight | 2001-09-11 | 1 | -1/+8 |
| | |||||
* | Initialize Options in a subroutine. | Steven Knight | 2001-09-11 | 1 | -145/+163 |
| | |||||
* | Add -n and -s support. | Steven Knight | 2001-09-11 | 2 | -5/+20 |
| | |||||
* | Refactor the Builder binding so the calling Environment gets passed in. | Steven Knight | 2001-09-11 | 3 | -2/+23 |
| | |||||
* | Add -C support. | Steven Knight | 2001-09-10 | 1 | -1/+7 |
| | |||||
* | Look for SConstruct, Sconstruct, and sconstruct files. | Steven Knight | 2001-09-10 | 1 | -2/+5 |
| | |||||
* | Fill in the -v option. | Steven Knight | 2001-09-10 | 1 | -1/+13 |
| | |||||
* | Eliminate if-tests for Types in Builder.execute(). | Steven Knight | 2001-09-10 | 2 | -16/+48 |
| | |||||
* | Add command-line processing for all options (with tests). | Steven Knight | 2001-09-09 | 1 | -26/+348 |
| | |||||
* | Make the build portable to Windows NT. | Anthony Roach | 2001-09-01 | 1 | -2/+2 |
| | |||||
* | Add framework to execute code on exit from scons. | Anthony Roach | 2001-08-23 | 2 | -0/+49 |
| | |||||
* | Implement error framework. | Steven Knight | 2001-08-18 | 4 | -78/+169 |
| | |||||
* | Clean up tests. | Steven Knight | 2001-08-14 | 6 | -38/+51 |
| | |||||
* | Add missing .aeignore files. | Steven Knight | 2001-08-10 | 1 | -0/+4 |
| | |||||
* | add the C scanner | Steven Knight | 2001-08-10 | 3 | -0/+219 |
| | |||||
* | Add argument passing to the Scanner class | Steven Knight | 2001-08-09 | 2 | -17/+62 |
| | |||||
* | add the C scanner | Steven Knight | 2001-08-08 | 3 | -0/+109 |
| | |||||
* | fix a bad test command and potential race condition | Steven Knight | 2001-07-31 | 1 | -3/+3 |
| | |||||
* | make Job classes fail gracefully in the face of exceptions | Steven Knight | 2001-07-31 | 3 | -38/+125 |
| | |||||
* | add the -j argument | Steven Knight | 2001-07-29 | 2 | -12/+51 |
| | |||||
* | add the -j argument | Steven Knight | 2001-07-29 | 1 | -5/+76 |
| | |||||
* | Copy should allow you to update the construction variables. | Steven Knight | 2001-07-19 | 2 | -1/+12 |
| | |||||
* | Fix typos in JobTests.py | Steven Knight | 2001-07-12 | 1 | -10/+10 |
| | |||||
* | create the Job class | Steven Knight | 2001-07-12 | 3 | -0/+344 |
| | |||||
* | Initial revisionstart | Steven Knight | 2001-07-06 | 23 | -0/+1124 |