summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-1741-210/+297
|
* Dereference symlinks when tarring the documentation.Steven Knight2001-09-161-1/+1
|
* Add more information error reporting from tests.Steven Knight2001-09-1645-719/+244
|
* Add a TestSCons module for common initialization of SCons tests.Steven Knight2001-09-1549-295/+579
|
* Add a test for -- terminating option processing.Steven Knight2001-09-141-0/+39
|
* Make -w and --no-print-directory future options.Steven Knight2001-09-141-2/+2
|
* Fix Python 2.1 warningSteven Knight2001-09-132-3/+3
|
* Fixes for -f end cases.Steven Knight2001-09-123-2/+29
|
* Add a test for local Help() functionality.Steven Knight2001-09-111-0/+22
|
* Add -I support.Steven Knight2001-09-112-8/+34
|
* Initialize Options in a subroutine.Steven Knight2001-09-111-145/+163
|
* Test the long -f options (--file, --makefile, --sconstruct).Steven Knight2001-09-111-0/+18
|
* Add -n and -s support.Steven Knight2001-09-114-32/+110
|
* Refactor the Builder binding so the calling Environment gets passed in.Steven Knight2001-09-113-2/+23
|
* Add -C support.Steven Knight2001-09-103-12/+53
|
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-106-16/+66
|
* Fill in the -v option.Steven Knight2001-09-102-5/+21
|
* runtest.py follow-on fixesSteven Knight2001-09-103-13/+51
|
* Eliminate if-tests for Types in Builder.execute().Steven Knight2001-09-102-16/+48
|
* Add command-line processing for all options (with tests).Steven Knight2001-09-0939-48/+1341
|
* Generalize the hard-coded line numbers in test/errors.py.Steven Knight2001-09-091-3/+3
|
* Add a man page.Steven Knight2001-09-077-14/+1020
|
* Add a find-the-tests flag to runtest.py.Steven Knight2001-09-061-4/+24
|
* Make the build portable to Windows NT.Anthony Roach2001-09-013-44/+97
|
* Update TestCmd.py to 0.02 for NT portability.Anthony Roach2001-08-311-25/+44
|
* Get rid of runtest.shAnthony Roach2001-08-291-3/+0
|
* Change runtest.py so it executes locally by default.Anthony Roach2001-08-292-34/+56
|
* Add framework to execute code on exit from scons.Anthony Roach2001-08-233-0/+102
|
* Implement error framework.Steven Knight2001-08-185-78/+223
|
* Clean up tests.Steven Knight2001-08-1417-88/+149
|
* Add missing .aeignore files.Steven Knight2001-08-103-0/+12
|
* For the web site, build a .tar.gz of the documentation.Steven Knight2001-08-101-12/+53
|
* Add design documentation.Steven Knight2001-08-1018-0/+3941
|
* add the C scannerSteven Knight2001-08-104-1/+220
|
* Start documenting administrative procedures.Steven Knight2001-08-093-0/+112
|
* Add argument passing to the Scanner classSteven Knight2001-08-092-17/+62
|
* add the C scannerSteven Knight2001-08-083-0/+109
|
* 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-313-38/+125
|
* Change the name of the aux subdirectory to etc.Steven Knight2001-07-294-1/+1254
|
* add the -j argumentSteven Knight2001-07-294-12/+191
|
* add the -j argumentSteven Knight2001-07-291-5/+76
|
* Copy should allow you to update the construction variables.Steven Knight2001-07-192-1/+12
|
* Add a local copy of unittest.py so it doesn't have to be downloaded.Steven Knight2001-07-172-553/+16
|
* Fix typos in JobTests.pySteven Knight2001-07-121-10/+10
|
* create the Job classSteven Knight2001-07-124-0/+347
|
* Change the dependencies so we unpack the .tar.gz file for testingSteven Knight2001-07-121-1/+3
| | | | whenever any source file changes, not just __init__.py.
* Initial revisionstartSteven Knight2001-07-0634-0/+2189