summaryrefslogtreecommitdiffstats
path: root/src/scons.py
Commit message (Expand)AuthorAgeFilesLines
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-553/+0
* Make -w and --no-print-directory future options.Steven Knight2001-09-141-2/+2
* Fix Python 2.1 warningSteven Knight2001-09-131-2/+2
* Fixes for -f end cases.Steven Knight2001-09-121-1/+9
* Add -I support.Steven Knight2001-09-111-1/+8
* Initialize Options in a subroutine.Steven Knight2001-09-111-145/+163
* Add -n and -s support.Steven Knight2001-09-111-2/+8
* Add -C support.Steven Knight2001-09-101-1/+7
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-101-2/+5
* Fill in the -v option.Steven Knight2001-09-101-1/+13
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-26/+348
* Implement error framework.Steven Knight2001-08-181-78/+122
* make Job classes fail gracefully in the face of exceptionsSteven Knight2001-07-311-0/+2
* add the -j argumentSteven Knight2001-07-291-5/+76
* Initial revisionstartSteven Knight2001-07-061-0/+54