summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Roll our own RPM package generation.Steven Knight2001-12-135-29/+127
|
* Add the troff man page to the Debian package.Steven Knight2001-12-131-2/+1
|
* Add variable interpolation to the man pageSteven Knight2001-12-133-106/+143
|
* Bug fixes for Scanner handling of subdirectories and Environment copying, ↵Steven Knight2001-12-1310-39/+93
| | | | courtesy Charles Crain.
* Add Anthony's os.spawnv patch file to the release.Steven Knight2001-12-112-0/+84
|
* Rework implicit dependency scanning for relative CPPPATH values.Steven Knight2001-12-117-54/+120
|
* Add another C Scanner unit test.Steven Knight2001-12-111-12/+44
|
* Track implicit (scanned) dependencies separately from the others.Steven Knight2001-12-114-16/+66
|
* Add a __hash_() method to the Scanners.Steven Knight2001-12-114-10/+40
|
* Create a specific CScanner subclass.Steven Knight2001-12-112-26/+65
|
* Delay scanning a node from when we ask for its children to just before we're ↵Steven Knight2001-12-113-4/+27
| | | | going to descend to its dependencies.
* Move autogeneration of PATH-based variables from Environment initialization ↵Steven Knight2001-12-116-84/+102
| | | | to variable interpolation.
* Refactor some common testing in the C Scanner tests.Steven Knight2001-12-111-10/+9
|
* Add Scanner objects to source files when we first find them, not later when ↵Steven Knight2001-12-114-10/+38
| | | | they're just going to be scanned.
* Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and ↵Steven Knight2001-12-112-0/+66
| | | | add a Node.FS.Entry.__hash__() method.
* Create a troff man page.Steven Knight2001-12-116-1143/+751
|
* Have the C Scanner handle IOError when a file doesn't exist.Steven Knight2001-12-111-1/+1
|
* Refactor the Builder execute() interface to take Nodes, not string names of ↵Steven Knight2001-12-114-7/+29
| | | | targets and sources.
* Fix problems with Python callable objects as Builder actions, the associated ↵Steven Knight2001-12-076-24/+36
| | | | test, and handling errors returned by a builder.
* Speed up and generalize SCons.Util.find_files().Steven Knight2001-12-044-13/+20
|
* Refactor the Scanner class(es) into a Prototype pattern.Steven Knight2001-12-036-32/+61
|
* More NT portability in the tests.Steven Knight2001-11-2912-132/+163
|
* Remove some debug writes in setup.py that got left in the previous changeSteven Knight2001-11-282-3/+1
|
* Detect dependency cyclesSteven Knight2001-11-285-9/+125
|
* 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 ↵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
|