summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* 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-097-274/+524
* 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-082-32/+167
* Add support for lex and yacc.Steven Knight2002-01-079-37/+479
* 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
* Windows test fixesSteven Knight2001-12-303-9/+11
* 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-296-11/+194
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-2911-136/+325
* Add /usr/local/scons* to sys.path.Steven Knight2001-12-292-2/+20
* Update the release instructions, add an announcement.Steven Knight2001-12-241-16/+147
* Initialize the new branch.Steven Knight2001-12-245-14/+21
* Prepare for release.Steven Knight2001-12-247-32/+68
* Make Default work with subdirectories.Steven Knight2001-12-224-18/+51
* Add a quick-and-dirty set of examples to the man page.Steven Knight2001-12-221-0/+133
* Windows NT portability fixes for tests.Steven Knight2001-12-216-14/+16
* Create the Script directorySteven Knight2001-12-2110-28/+35
* Provide an error message when a command isn't found.Steven Knight2001-12-214-17/+152
* 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-2010-83/+453
* Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ...Steven Knight2001-12-194-5/+17
* Update release HOWTO now that our download web page points to the packages on...Steven Knight2001-12-191-16/+38
* Bug fixes from Charles Crain.Steven Knight2001-12-199-60/+177
* Fix setup.py so it doesn't require an argument.Steven Knight2001-12-174-3/+20
* Make Default() accept a nodeSteven Knight2001-12-173-6/+29
* Make SCONS_LIB_DIR actually workSteven Knight2001-12-173-1/+53
* Forgot to update the change log on the last fix (CPPPATH).Steven Knight2001-12-171-0/+2
* Add CPPPATH to man pageSteven Knight2001-12-171-0/+13
* Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain).Steven Knight2001-12-1515-41/+473
* Fix the comment at the top of the scons.bat file.Steven Knight2001-12-142-1/+8
* Update version numbers, etc., to 0.02.Steven Knight2001-12-147-15/+32
* Give the debian build its own Command() so we can explicitly remove the debia...Steven Knight2001-12-141-5/+7
* Prepare release notes, change log, etc.Steven Knight2001-12-146-3/+212
* Last Windows NT portability fixes (this release).Steven Knight2001-12-143-8/+11
* Fix a build reentrancy problem introduced by our RPM build.Steven Knight2001-12-141-3/+3
* Fix for copying BuilderWrapper objects within Environments (courtesy Charles ...Steven Knight2001-12-142-36/+48
* 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, cou...Steven Knight2001-12-1310-39/+93