summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-2812-97/+142
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-275-642/+689
* More NT portability fixes.Steven Knight2001-11-2415-123/+168
* Complete CPPPATH work.Steven Knight2001-11-226-23/+96
* Gracefully handle the case where a .sconsign file can't be writtenSteven Knight2001-11-212-5/+69
* Crain: Finish LIBS, LIBPATH, CPPPATHSteven Knight2001-11-2022-93/+457
* Add the scons package.Steven Knight2001-11-1621-129/+904
* 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
* Generalize DH_COMPAT for various Debian build levels.Steven Knight2001-11-132-3/+11
* Add some missing .aeignore files.Steven Knight2001-11-053-0/+9
* Rebuild in response to a changed build command.Steven Knight2001-11-0210-35/+306
* Make the (s) and variables upper-case.Steven Knight2001-10-3120-60/+60
* Fix build dependencies.Steven Knight2001-10-301-1/+1
* Handle SConscript files in subdirectories.Steven Knight2001-10-299-31/+56
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-289-191/+286
* Fix a number of small problems in tests.Steven Knight2001-10-286-9/+28
* Fix a signature calculation bug.Steven Knight2001-10-263-19/+190
* Make up-to-date messages get printed out in the correct order Mark IISteven Knight2001-10-264-53/+71
* Support building (sub)directories.Steven Knight2001-10-2516-354/+582
* Add -k support and moreSteven Knight2001-10-2410-107/+392
* 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-184-128/+213
* Portability fixes for tests on Windows Nt.Steven Knight2001-10-1724-195/+375
* Generalize whether or not nodes use signatures, and how the Sig module decide...Steven Knight2001-10-156-8/+52
* 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-123-5/+83
* Add tests and support for and .Steven Knight2001-10-129-36/+91
* Refactor construction variable expansion.Steven Knight2001-10-125-85/+77
* 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