summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-124-120/+156
* Implement special variable substitution.Steven Knight2001-10-1120-47/+262
* Add the Library() method.Steven Knight2001-10-118-22/+156
* Add -i (ignore errors) supportSteven Knight2001-10-107-108/+146
* Use the module-specific current() function.Steven Knight2001-10-095-14/+15
* Add support for -c (clean targets).Steven Knight2001-10-092-18/+32
* Make the Debian package build work.Steven Knight2001-10-091-1/+3
* Create Debian package installationSteven Knight2001-10-0610-2/+290
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-056-27/+290
* Add a node Walker for descending the dependency tree.Steven Knight2001-10-042-1/+90
* Add a bin/ subdirectory for admin utilities, and a HOWTO/ (replaces admin/) f...Steven Knight2001-10-033-4/+512
* 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