summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Collapse)AuthorAgeFilesLines
...
* 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.
* 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-074-10/+16
| | | | 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-291-2/+2
|
* Detect dependency cyclesSteven Knight2001-11-284-9/+67
|
* Change packaging to the new /usr/lib/scons/ schemeSteven Knight2001-11-282-1/+10
|
* Move most of the code from the scons script into a SCons module.Steven Knight2001-11-272-0/+669
|
* 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-164-5/+185
|
* 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-294-2/+28
|
* Change node and .sconsign handling to separate build and content signatures.Steven Knight2001-10-288-188/+283
|
* 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-262-41/+60
|
* Support building (sub)directories.Steven Knight2001-10-2510-304/+470
|
* Add -k support and moreSteven Knight2001-10-246-86/+365
|
* 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-176-107/+240
|
* 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-156-11/+9
|
* 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-115-15/+144
|
* Add -i (ignore errors) supportSteven Knight2001-10-104-83/+94
|
* Use the module-specific current() function.Steven Knight2001-10-095-14/+15
|
* Use the Node Walker to build dependencies in order.Steven Knight2001-10-055-0/+268
|
* Add a node Walker for descending the dependency tree.Steven Knight2001-10-042-1/+90
|
* Updating licensing.Steven Knight2001-10-0329-0/+645
|
* 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-021-0/+4
|
* Handle build errors.Steven Knight2001-10-027-18/+78
|