summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Prepare for release.Steven Knight2002-01-112-8/+8
* Add command-line redirection (Charles Crain).Steven Knight2002-01-115-21/+96
* 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-113-1/+25
* Fix bug 494991Steven Knight2002-01-103-53/+76
* In the Object Builder, use a single Action instance for all of the C++ file s...Steven Knight2002-01-102-6/+12
* Split Action objects into their own module.Steven Knight2002-01-096-251/+478
* Collect common type-checking logic in SCons.Util.Steven Knight2002-01-085-58/+93
* Document fixes for 0.02 man page omissisions.Steven Knight2002-01-081-0/+4
* Add support for lex and yacc.Steven Knight2002-01-074-36/+76
* Refactor BuilderBase.__call__() to separate node creation from attribute init...Steven Knight2002-01-052-2/+18
* Allow Builder objects to have both an action and a src_builder.Steven Knight2002-01-053-16/+86
* Signature performance improvements (Charles Crain).Steven Knight2002-01-033-3/+36
* Refactor CompositeBuilder initialization.Steven Knight2002-01-032-14/+8
* 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-023-1/+39
* Forgot to credit Anthony in CHANGES.txt for the performance improvements last...Steven Knight2001-12-311-0/+11
* General performance tweaksSteven Knight2001-12-318-165/+142
* Finish MSVC supportSteven Knight2001-12-302-43/+189
* Fix race condition with --debug=tree and -jSteven Knight2001-12-301-6/+9
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-294-4/+89
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-296-49/+96
* Add /usr/local/scons* to sys.path.Steven Knight2001-12-292-2/+20
* Prepare for release.Steven Knight2001-12-244-16/+23
* Make Default work with subdirectories.Steven Knight2001-12-223-18/+23
* Windows NT portability fixes for tests.Steven Knight2001-12-213-5/+7
* Create the Script directorySteven Knight2001-12-216-17/+21
* Provide an error message when a command isn't found.Steven Knight2001-12-213-17/+66
* Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi...Steven Knight2001-12-205-5/+23
* Forgot CHANGES.txt updates on last checkin.Steven Knight2001-12-201-0/+6
* 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-197-53/+130
* Fix setup.py so it doesn't require an argument.Steven Knight2001-12-173-3/+8
* Make Default() accept a nodeSteven Knight2001-12-172-4/+15
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-172-1/+3
* Forgot to update the change log on the last fix (CPPPATH).Steven Knight2001-12-171-0/+2
* 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