summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-288-82/+87
|
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-273-638/+685
|
* More NT portability fixes.Steven Knight2001-11-246-65/+85
|
* Complete CPPPATH work.Steven Knight2001-11-225-15/+64
|
* Gracefully handle the case where a .sconsign file can't be writtenSteven Knight2001-11-211-5/+9
|
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-2019-81/+390
|
* Add the scons package.Steven Knight2001-11-1614-14/+599
|
* LIBS and LIBPATH work, variable substitution changes.Steven Knight2001-11-159-56/+222
|
* Implement CPPPATH and scanning during builds.Steven Knight2001-11-1410-30/+164
|
* Rebuild in response to a changed build command.Steven Knight2001-11-028-34/+183
|
* Make the (s) and variables upper-case.Steven Knight2001-10-314-29/+29
|
* Handle SConscript files in subdirectories.Steven Knight2001-10-295-11/+42
|
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-289-191/+286
|
* Fix a signature calculation bug.Steven Knight2001-10-262-17/+120
|
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-263-52/+70
|
* Support building (sub)directories.Steven Knight2001-10-2511-334/+502
|
* Add -k support and moreSteven Knight2001-10-247-97/+380
|
* If the value of a is None, interpolate '', not 'None'.Steven Knight2001-10-182-1/+9
|
* Composite Builder and related changes from Charles Crain.Steven Knight2001-10-183-118/+199
|
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-177-107/+245
|
* Generalize whether or not nodes use signatures, and how the Sig module ↵Steven Knight2001-10-156-8/+52
| | | | decides if a node is current before calculatin a signature.
* Add an FS.Entry class that can morph to File or Dir.Steven Knight2001-10-152-44/+127
|
* Remove the Node.derived attribute.Steven Knight2001-10-157-12/+10
|
* Add LINKFLAGS support.Steven Knight2001-10-121-1/+3
|
* Add tests and support for and .Steven Knight2001-10-127-27/+44
|
* Refactor construction variable expansion.Steven Knight2001-10-125-85/+77
|
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-123-103/+109
|
* Implement special variable substitution.Steven Knight2001-10-115-17/+232
|
* Add the Library() method.Steven Knight2001-10-116-16/+145
|
* Add -i (ignore errors) supportSteven Knight2001-10-105-98/+117
|
* Use the module-specific current() function.Steven Knight2001-10-095-14/+15
|
* Add support for -c (clean targets).Steven Knight2001-10-091-8/+22
|
* 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
|
* 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
|