| Commit message (Expand) | Author | Age | Files | Lines |
* | Provide an error message when a target hasn't been defined. | Steven Knight | 2002-01-24 | 1 | -0/+3 |
|
|
* | Fix the Multiple Variants example in the man page. | Steven Knight | 2002-01-24 | 1 | -1/+2 |
|
|
* | Add the Ignore() method. | Steven Knight | 2002-01-24 | 1 | -0/+4 |
|
|
* | Handle LIBPATH as a string (Crain). | Steven Knight | 2002-01-23 | 1 | -0/+4 |
|
|
* | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 1 | -0/+4 |
|
|
* | Make the C Scanner always return the dependencies sorted, so order difference... | Steven Knight | 2002-01-23 | 1 | -0/+3 |
|
|
* | Task 45350 - Add passing of custom command-line arguments. | Steven Knight | 2002-01-18 | 1 | -0/+4 |
|
|
* | Add examples of using Library, LIBS, and LIBPATH. | Steven Knight | 2002-01-17 | 1 | -0/+2 |
|
|
* | Remove the Wrapper class in between the Walker and Node. | Steven Knight | 2002-01-17 | 1 | -0/+2 |
|
|
* | Significant performance optimizations (Charles Crain). | Steven Knight | 2002-01-15 | 1 | -0/+5 |
|
|
* | Add Action() and Scanner() the list of global variables. | Steven Knight | 2002-01-15 | 1 | -0/+3 |
|
|
* | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 1 | -0/+3 |
|
|
* | Fix things on the man page. | Steven Knight | 2002-01-15 | 1 | -0/+5 |
|
|
* | Make the Default() method accomodate targets with white space in the file name. | Steven Knight | 2002-01-12 | 1 | -1/+2 |
|
|
* | Fix using a directory as Default(). | Steven Knight | 2002-01-11 | 1 | -0/+8 |
|
|
* | Prepare for release. | Steven Knight | 2002-01-11 | 1 | -1/+1 |
|
|
* | Add command-line redirection (Charles Crain). | Steven Knight | 2002-01-11 | 1 | -0/+5 |
|
|
* | Add the InstallAs() method (Charles Crain). | Steven Knight | 2002-01-11 | 1 | -0/+4 |
|
|
* | Fix bug 494991 | Steven Knight | 2002-01-10 | 1 | -0/+5 |
|
|
* | In the Object Builder, use a single Action instance for all of the C++ file s... | Steven Knight | 2002-01-10 | 1 | -0/+3 |
|
|
* | Split Action objects into their own module. | Steven Knight | 2002-01-09 | 1 | -0/+2 |
|
|
* | Collect common type-checking logic in SCons.Util. | Steven Knight | 2002-01-08 | 1 | -0/+3 |
|
|
* | Document fixes for 0.02 man page omissisions. | Steven Knight | 2002-01-08 | 1 | -0/+4 |
|
|
* | Add support for lex and yacc. | Steven Knight | 2002-01-07 | 1 | -0/+3 |
|
|
* | Refactor BuilderBase.__call__() to separate node creation from attribute init... | Steven Knight | 2002-01-05 | 1 | -0/+3 |
|
|
* | Allow Builder objects to have both an action and a src_builder. | Steven Knight | 2002-01-05 | 1 | -1/+2 |
|
|
* | Signature performance improvements (Charles Crain). | Steven Knight | 2002-01-03 | 1 | -0/+4 |
|
|
* | Refactor CompositeBuilder initialization. | Steven Knight | 2002-01-03 | 1 | -0/+3 |
|
|
* | Append suffixes to white-space separated source files that don't have suffixes. | Steven Knight | 2002-01-02 | 1 | -0/+4 |
|
|
* | Forgot to credit Anthony in CHANGES.txt for the performance improvements last... | Steven Knight | 2001-12-31 | 1 | -0/+11 |
|
|
* | Finish MSVC support | Steven Knight | 2001-12-30 | 1 | -0/+3 |
|
|
* | Add --debug=tree (print depenency tree) support | Steven Knight | 2001-12-29 | 1 | -0/+2 |
|
|
* | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 1 | -0/+5 |
|
|
* | Add /usr/local/scons* to sys.path. | Steven Knight | 2001-12-29 | 1 | -0/+9 |
|
|
* | Prepare for release. | Steven Knight | 2001-12-24 | 1 | -1/+1 |
|
|
* | Make Default work with subdirectories. | Steven Knight | 2001-12-22 | 1 | -17/+18 |
|
|
* | Provide an error message when a command isn't found. | Steven Knight | 2001-12-21 | 1 | -0/+3 |
|
|
* | Bug fixes: BuildDir() non-writable files, and CPPPATH/LIBPATH variable subsi... | Steven Knight | 2001-12-20 | 1 | -0/+2 |
|
|
* | Forgot CHANGES.txt updates on last checkin. | Steven Knight | 2001-12-20 | 1 | -0/+6 |
|
|
* | Bug fixes from Charles Crain. | Steven Knight | 2001-12-19 | 1 | -7/+19 |
|
|
* | Fix setup.py so it doesn't require an argument. | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
* | Make Default() accept a node | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
* | Make SCONS_LIB_DIR actually work | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
* | Forgot to update the change log on the last fix (CPPPATH). | Steven Knight | 2001-12-17 | 1 | -0/+2 |
|
|
* | Add BuildDir(), Export(), and Install() functionality (courtesy Charles Crain). | Steven Knight | 2001-12-15 | 1 | -0/+6 |
|
|
* | Fix the comment at the top of the scons.bat file. | Steven Knight | 2001-12-14 | 1 | -0/+7 |
|
|
* | Prepare release notes, change log, etc. | Steven Knight | 2001-12-14 | 1 | -0/+36 |
|
|