summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updating licensing.Steven Knight2001-10-0333-1/+711
* Add the Command() method.Steven Knight2001-10-025-10/+65
* 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-028-20/+84
* Pass in the signature Calculator to the Taskmaster.Steven Knight2001-10-011-33/+12
* Add support for multi-command Builders and Actions.Steven Knight2001-09-291-0/+15
* Add a test for unknown options (both short and long).Steven Knight2001-09-291-4/+9
* Add support for the ENV construction variable.Steven Knight2001-09-285-4/+41
* 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-262-12/+24
* Add support for SCONSFLAGS.Steven Knight2001-09-261-38/+69
* Enhance Builders to take any type of node as input.Steven Knight2001-09-249-36/+88
* Implement the Depends() method.Steven Knight2001-09-248-6/+129
* Have SCons report when something is up-to-date.Steven Knight2001-09-211-2/+25
* rebuild in response to changed .c fileSteven Knight2001-09-2110-140/+525
* Error message if no SConstruct file.Steven Knight2001-09-211-6/+8
* Install scons, not scons.pySteven Knight2001-09-202-2/+2
* Cygwin portability fixes for Windows NT builds.Steven Knight2001-09-202-2/+18
* Add support for Default() targets.Steven Knight2001-09-201-0/+9
* Clean up the Node.FS class.Steven Knight2001-09-195-179/+300
* Add automatic substitution on filename lines.Steven Knight2001-09-1727-27/+27
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-1735-129/+155
* Make -w and --no-print-directory future options.Steven Knight2001-09-141-2/+2
* Fix Python 2.1 warningSteven Knight2001-09-131-2/+2
* Fixes for -f end cases.Steven Knight2001-09-121-1/+9
* Add -I support.Steven Knight2001-09-111-1/+8
* Initialize Options in a subroutine.Steven Knight2001-09-111-145/+163
* Add -n and -s support.Steven Knight2001-09-112-5/+20
* Refactor the Builder binding so the calling Environment gets passed in.Steven Knight2001-09-113-2/+23
* Add -C support.Steven Knight2001-09-101-1/+7
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-101-2/+5
* Fill in the -v option.Steven Knight2001-09-101-1/+13
* 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-091-26/+348
* 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-232-0/+49
* Implement error framework.Steven Knight2001-08-184-78/+169
* 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-103-0/+219
* 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
* add the -j argumentSteven Knight2001-07-292-12/+51
* add the -j argumentSteven Knight2001-07-291-5/+76
* 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