summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Don't use Program() on some tests that don't need it.Steven Knight2001-09-292-93/+73
* Make match_exact the default match function for TestSCons.Steven Knight2001-09-297-9/+17
* Add a test for unknown options (both short and long).Steven Knight2001-09-292-4/+29
* Add support for the ENV construction variable.Steven Knight2001-09-286-4/+99
* Add unit tests for Node methods that have been recently added.Steven Knight2001-09-282-2/+71
* Change the env.Dictionary to an access method for an env._dict attribute.Steven Knight2001-09-263-21/+24
* Add support for SCONSFLAGS.Steven Knight2001-09-264-38/+151
* Enhance Builders to take any type of node as input.Steven Knight2001-09-2410-52/+107
* Implement the Depends() method.Steven Knight2001-09-249-9/+132
* Have SCons report when something is up-to-date.Steven Knight2001-09-213-2/+36
* rebuild in response to changed .c fileSteven Knight2001-09-2112-145/+549
* Error message if no SConstruct file.Steven Knight2001-09-214-11/+27
* Add additional tests to provide more examples.Steven Knight2001-09-2119-33/+894
* Add dummy C code to use argc and argv in tests.Steven Knight2001-09-203-0/+7
* Cygwin's tar can't seem to unzip and extract simultaneously.Steven Knight2001-09-201-1/+9
* test/errors.py fails when not run under Aegis.Steven Knight2001-09-201-2/+2
* Install scons, not scons.pySteven Knight2001-09-205-10/+20
* Cygwin portability fixes for Windows NT builds.Steven Knight2001-09-204-17/+47
* Add support for Default() targets.Steven Knight2001-09-202-0/+76
* Add an outline for a User's Guide.Steven Knight2001-09-1922-1/+934
* Clean up the Node.FS class.Steven Knight2001-09-195-179/+300
* Still better error reporting in TestSCons.py.Steven Knight2001-09-191-1/+5
* Add automatic substitution on filename lines.Steven Knight2001-09-1777-76/+80
* 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