| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | In the Object Builder, use a single Action instance for all of the C++ file s... | Steven Knight | 2002-01-10 | 2 | -6/+12 |
|
|
| * | Split Action objects into their own module. | Steven Knight | 2002-01-09 | 7 | -274/+524 |
|
|
| * | Collect common type-checking logic in SCons.Util. | Steven Knight | 2002-01-08 | 5 | -58/+93 |
|
|
| * | Document fixes for 0.02 man page omissisions. | Steven Knight | 2002-01-08 | 2 | -32/+167 |
|
|
| * | Add support for lex and yacc. | Steven Knight | 2002-01-07 | 9 | -37/+479 |
|
|
| * | Refactor BuilderBase.__call__() to separate node creation from attribute init... | Steven Knight | 2002-01-05 | 2 | -2/+18 |
|
|
| * | Allow Builder objects to have both an action and a src_builder. | Steven Knight | 2002-01-05 | 3 | -16/+86 |
|
|
| * | Signature performance improvements (Charles Crain). | Steven Knight | 2002-01-03 | 3 | -3/+36 |
|
|
| * | Refactor CompositeBuilder initialization. | Steven Knight | 2002-01-03 | 2 | -14/+8 |
|
|
| * | Node.FS performance improvements (Charles Crain). | Steven Knight | 2002-01-02 | 1 | -4/+12 |
|
|
| * | Append suffixes to white-space separated source files that don't have suffixes. | Steven Knight | 2002-01-02 | 3 | -1/+39 |
|
|
| * | Forgot to credit Anthony in CHANGES.txt for the performance improvements last... | Steven Knight | 2001-12-31 | 1 | -0/+11 |
|
|
| * | General performance tweaks | Steven Knight | 2001-12-31 | 8 | -165/+142 |
|
|
| * | Windows test fixes | Steven Knight | 2001-12-30 | 3 | -9/+11 |
|
|
| * | Finish MSVC support | Steven Knight | 2001-12-30 | 2 | -43/+189 |
|
|
| * | Fix race condition with --debug=tree and -j | Steven Knight | 2001-12-30 | 1 | -6/+9 |
|
|
| * | Add --debug=tree (print depenency tree) support | Steven Knight | 2001-12-29 | 6 | -11/+194 |
|
|
| * | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 11 | -136/+325 |
|
|
| * | Add /usr/local/scons* to sys.path. | Steven Knight | 2001-12-29 | 2 | -2/+20 |
|
|
| * | Update the release instructions, add an announcement. | Steven Knight | 2001-12-24 | 1 | -16/+147 |
|
|
| * | Initialize the new branch. | Steven Knight | 2001-12-24 | 5 | -14/+21 |
|
|
| * | Prepare for release. | Steven Knight | 2001-12-24 | 7 | -32/+68 |
|
|
| * | Make Default work with subdirectories. | Steven Knight | 2001-12-22 | 4 | -18/+51 |
|
|
| * | Add a quick-and-dirty set of examples to the man page. | Steven Knight | 2001-12-22 | 1 | -0/+133 |
|
|
| * | Windows NT portability fixes for tests. | Steven Knight | 2001-12-21 | 6 | -14/+16 |
|
|
| * | Create the Script directory | Steven Knight | 2001-12-21 | 10 | -28/+35 |
|
|
| * | Provide an error message when a command isn't found. | Steven Knight | 2001-12-21 | 4 | -17/+152 |
|
|
| * | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 5 | -5/+23 |
|
|
| * | Forgot CHANGES.txt updates on last checkin. | Steven Knight | 2001-12-20 | 1 | -0/+6 |
|
|
| * | Fix Export(), add Import() and Return() | Steven Knight | 2001-12-20 | 10 | -83/+453 |
|
|
| * | Add a getcwd() method to Node.FS so we can wrap up a delayed call to setting ... | Steven Knight | 2001-12-19 | 4 | -5/+17 |
|
|
| * | Update release HOWTO now that our download web page points to the packages on... | Steven Knight | 2001-12-19 | 1 | -16/+38 |
|
|
| * | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 9 | -60/+177 |
|
|
| * | Fix setup.py so it doesn't require an argument. | Steven Knight | 2001-12-17 | 4 | -3/+20 |
|
|
| * | Make Default() accept a node | Steven Knight | 2001-12-17 | 3 | -6/+29 |
|
|
| * | Make SCONS_LIB_DIR actually work | Steven Knight | 2001-12-17 | 3 | -1/+53 |
|
|
| * | Forgot to update the change log on the last fix (CPPPATH). | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
| * | Add CPPPATH to man page | Steven Knight | 2001-12-17 | 1 | -0/+13 |
|
|
| * | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 15 | -41/+473 |
|
|
| * | Fix the comment at the top of the scons.bat file. | Steven Knight | 2001-12-14 | 2 | -1/+8 |
|
|
| * | Update version numbers, etc., to 0.02. | Steven Knight | 2001-12-14 | 7 | -15/+32 |
|
|
| * | Give the debian build its own Command() so we can explicitly remove the debia... | Steven Knight | 2001-12-14 | 1 | -5/+7 |
|
|
| * | Prepare release notes, change log, etc. | Steven Knight | 2001-12-14 | 6 | -3/+212 |
|
|
| * | Last Windows NT portability fixes (this release). | Steven Knight | 2001-12-14 | 3 | -8/+11 |
|
|
| * | Fix a build reentrancy problem introduced by our RPM build. | Steven Knight | 2001-12-14 | 1 | -3/+3 |
|
|
| * | Fix for copying BuilderWrapper objects within Environments (courtesy Charles ... | Steven Knight | 2001-12-14 | 2 | -36/+48 |
|
|
| * | Roll our own RPM package generation. | Steven Knight | 2001-12-13 | 5 | -29/+127 |
|
|
| * | Add the troff man page to the Debian package. | Steven Knight | 2001-12-13 | 1 | -2/+1 |
|
|
| * | Add variable interpolation to the man page | Steven Knight | 2001-12-13 | 3 | -106/+143 |
|
|
| * | Bug fixes for Scanner handling of subdirectories and Environment copying, cou... | Steven Knight | 2001-12-13 | 10 | -39/+93 |
|
|