summaryrefslogtreecommitdiffstats
path: root/src/scons
Commit message (Expand)AuthorAgeFilesLines
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-1729-2062/+0
* Add -n and -s support.Steven Knight2001-09-111-3/+12
* Refactor the Builder binding so the calling Environment gets passed in.Steven Knight2001-09-113-2/+23
* Eliminate if-tests for Types in Builder.execute().Steven Knight2001-09-102-16/+48
* Make the build portable to Windows NT.Anthony Roach2001-09-011-2/+2
* Add framework to execute code on exit from scons.Anthony Roach2001-08-231-0/+48
* Implement error framework.Steven Knight2001-08-182-0/+46
* Clean up tests.Steven Knight2001-08-146-38/+51
* Add missing .aeignore files.Steven Knight2001-08-101-0/+4
* add the C scannerSteven Knight2001-08-102-0/+218
* Add argument passing to the Scanner classSteven Knight2001-08-092-17/+62
* add the C scannerSteven Knight2001-08-082-0/+108
* fix a bad test command and potential race conditionSteven Knight2001-07-311-3/+3
* make Job classes fail gracefully in the face of exceptionsSteven Knight2001-07-312-38/+123
* add the -j argumentSteven Knight2001-07-292-12/+51
* Copy should allow you to update the construction variables.Steven Knight2001-07-192-1/+12
* Fix typos in JobTests.pySteven Knight2001-07-121-10/+10
* create the Job classSteven Knight2001-07-122-0/+343
* Initial revisionstartSteven Knight2001-07-0619-0/+1040