summaryrefslogtreecommitdiffstats
path: root/src/engine
Commit message (Expand)AuthorAgeFilesLines
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-155-9/+45
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-2/+2
* Fix using a directory as Default().Steven Knight2002-01-111-1/+1
* Add command-line redirection (Charles Crain).Steven Knight2002-01-114-21/+91
* Check for the existence of lex and yacc in those tests and bail with NO RESUL...Steven Knight2002-01-111-2/+3
* Fix improper initialization of a UserString (Charles Crain).Steven Knight2002-01-111-1/+1
* Refactor the Windows registry stuff from Defaults.py to Utils.py (Charles Cra...Steven Knight2002-01-112-51/+54
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-112-1/+21
* Fix bug 494991Steven Knight2002-01-102-53/+71
* In the Object Builder, use a single Action instance for all of the C++ file s...Steven Knight2002-01-101-6/+9
* Split Action objects into their own module.Steven Knight2002-01-095-251/+476
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-084-58/+90
* Add support for lex and yacc.Steven Knight2002-01-073-36/+73
* Refactor BuilderBase.__call__() to separate node creation from attribute init...Steven Knight2002-01-051-2/+15
* Allow Builder objects to have both an action and a src_builder.Steven Knight2002-01-052-15/+84
* Signature performance improvements (Charles Crain).Steven Knight2002-01-032-3/+32
* Refactor CompositeBuilder initialization.Steven Knight2002-01-031-14/+5
* Node.FS performance improvements (Charles Crain).Steven Knight2002-01-021-4/+12
* Append suffixes to white-space separated source files that don't have suffixes.Steven Knight2002-01-022-1/+35
* General performance tweaksSteven Knight2001-12-318-165/+142
* Finish MSVC supportSteven Knight2001-12-301-43/+186
* Fix race condition with --debug=tree and -jSteven Knight2001-12-301-6/+9
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-293-4/+87
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-295-49/+91
* Make Default work with subdirectories.Steven Knight2001-12-222-1/+5
* Windows NT portability fixes for tests.Steven Knight2001-12-213-5/+7
* Create the Script directorySteven Knight2001-12-215-16/+19
* Provide an error message when a command isn't found.Steven Knight2001-12-212-17/+63
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-204-5/+21
* Fix Export(), add Import() and Return()Steven Knight2001-12-204-75/+223
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-194-5/+17
* Bug fixes from Charles Crain.Steven Knight2001-12-196-46/+111
* Make Default() accept a nodeSteven Knight2001-12-171-4/+13
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-159-38/+257
* 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
* Bug fixes for Scanner handling of subdirectories and Environment copying, cou...Steven Knight2001-12-1310-39/+93
* 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