summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Updating licensing.Steven Knight2001-10-03140-40/+3008
* Make the documentation build with more version of the toolsSteven Knight2001-10-033-22/+23
* Add the Command() method.Steven Knight2001-10-026-15/+69
* Add children() methods for nodes.Steven Knight2001-10-024-0/+31
* Let the Taskmaster control whether the build stops.Steven Knight2001-10-022-7/+8
* Fix various bugs caused by Python 2.1Steven Knight2001-10-022-1/+5
* Handle build errors.Steven Knight2001-10-0210-20/+169
* Pass in the signature Calculator to the Taskmaster.Steven Knight2001-10-012-33/+56
* Add support for multi-command Builders and Actions.Steven Knight2001-09-292-0/+56
* 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