summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-1510-38/+263
* Fix the comment at the top of the scons.bat file.Steven Knight2001-12-142-1/+8
* Prepare release notes, change log, etc.Steven Knight2001-12-143-1/+143
* Last Windows NT portability fixes (this release).Steven Knight2001-12-143-8/+11
* Fix for copying BuilderWrapper objects within Environments (courtesy Charles ...Steven Knight2001-12-142-36/+48
* Roll our own RPM package generation.Steven Knight2001-12-132-12/+0
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-1310-39/+93
* 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-116-32/+59
* 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
* Move autogeneration of PATH-based variables from Environment initialization t...Steven Knight2001-12-116-84/+102
* 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 t...Steven Knight2001-12-114-10/+38
* Add a Node.FS.__cmp__() method, fix the Node.FS.Entry.__cmp__() method, and a...Steven Knight2001-12-112-0/+66
* 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 t...Steven Knight2001-12-114-7/+29
* Fix problems with Python callable objects as Builder actions, the associated ...Steven Knight2001-12-074-10/+16
* 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
* Remove some debug writes in setup.py that got left in the previous changeSteven Knight2001-11-281-2/+0
* Detect dependency cyclesSteven Knight2001-11-284-9/+67
* 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 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-121-1/+3