| Commit message (Expand) | Author | Age | Files | Lines |
* | Run HTML files through tidy (if it's available) to clean them up. | Steven Knight | 2002-02-15 | 1 | -5/+15 |
|
|
* | Document the minimum Python version required. | Steven Knight | 2002-02-14 | 1 | -0/+19 |
|
|
* | Ignore the version.sgml file when deciding whether to rebuild documentation. | Steven Knight | 2002-02-12 | 1 | -2/+18 |
|
|
* | Document the LIBPATH construction variable. | Steven Knight | 2002-02-10 | 1 | -0/+25 |
|
|
* | Lookup implicit dependencies relative to the directory of the node in which t... | Steven Knight | 2002-02-09 | 7 | -17/+80 |
|
|
* | Add the Python 10 paper to the CVS repository now that it's been | Steven Knight | 2002-02-06 | 16 | -3/+2638 |
|
|
* | Finally, eat our own dog food: start using SCons to build its own packages. | Steven Knight | 2002-02-04 | 1 | -6/+6 |
|
|
* | Support Scanner functions returning strings, not just Nodes. | Steven Knight | 2002-02-03 | 1 | -7/+94 |
|
|
* | Update Copyright lines for the new year. | Steven Knight | 2002-01-29 | 4 | -63/+128 |
|
|
* | Fix SCon{struct,script} files to build SCons with itself. | Steven Knight | 2002-01-29 | 1 | -2/+5 |
|
|
* | Add a --debug=pdb option to run SCons under the Python debugger. | Steven Knight | 2002-01-27 | 1 | -15/+27 |
|
|
* | Fix the Multiple Variants example in the man page. | Steven Knight | 2002-01-24 | 1 | -2/+2 |
|
|
* | Add the Ignore() method. | Steven Knight | 2002-01-24 | 1 | -0/+11 |
|
|
* | Strip $(-$) bracketed text from command lines. | Steven Knight | 2002-01-23 | 1 | -0/+42 |
|
|
* | Task 45350 - Add passing of custom command-line arguments. | Steven Knight | 2002-01-18 | 1 | -10/+13 |
|
|
* | Add examples of using Library, LIBS, and LIBPATH. | Steven Knight | 2002-01-17 | 1 | -0/+15 |
|
|
* | Start getting ready to eat our own dog food: prototype SConscript files. | Steven Knight | 2002-01-15 | 5 | -0/+259 |
|
|
* | Document function Actions and fix their return values (None == success, don't... | Steven Knight | 2002-01-15 | 1 | -4/+42 |
|
|
* | Fix things on the man page. | Steven Knight | 2002-01-15 | 1 | -428/+448 |
|
|
* | Make the Default() method accomodate targets with white space in the file name. | Steven Knight | 2002-01-12 | 1 | -1/+4 |
|
|
* | Add command-line redirection (Charles Crain). | Steven Knight | 2002-01-11 | 1 | -0/+24 |
|
|
* | Add the InstallAs() method (Charles Crain). | Steven Knight | 2002-01-11 | 1 | -0/+25 |
|
|
* | Split Action objects into their own module. | Steven Knight | 2002-01-09 | 1 | -23/+46 |
|
|
* | Document fixes for 0.02 man page omissisions. | Steven Knight | 2002-01-08 | 1 | -32/+163 |
|
|
* | Add support for lex and yacc. | Steven Knight | 2002-01-07 | 1 | -1/+35 |
|
|
* | Add --debug=tree (print depenency tree) support | Steven Knight | 2001-12-29 | 1 | -7/+13 |
|
|
* | Add duplicate (defaults to true) option to BuildDir() | Steven Knight | 2001-12-29 | 1 | -64/+156 |
|
|
* | Prepare for release. | Steven Knight | 2001-12-24 | 1 | -0/+2 |
|
|
* | Add a quick-and-dirty set of examples to the man page. | Steven Knight | 2001-12-22 | 1 | -0/+133 |
|
|
* | Create the Script directory | Steven Knight | 2001-12-21 | 1 | -1/+2 |
|
|
* | Fix Export(), add Import() and Return() | Steven Knight | 2001-12-20 | 1 | -2/+125 |
|
|
* | Add CPPPATH to man page | Steven Knight | 2001-12-17 | 1 | -0/+13 |
|
|
* | Add variable interpolation to the man page | Steven Knight | 2001-12-13 | 2 | -101/+140 |
|
|
* | Create a troff man page. | Steven Knight | 2001-12-11 | 6 | -1143/+751 |
|
|
* | Use the prefix and suffix arguments in the Builder base class. | Steven Knight | 2001-10-12 | 1 | -17/+47 |
|
|
* | Updating licensing. | Steven Knight | 2001-10-03 | 35 | -36/+706 |
|
|
* | Make the documentation build with more version of the tools | Steven Knight | 2001-10-03 | 3 | -22/+23 |
|
|
* | Change the env.Dictionary to an access method for an env._dict attribute. | Steven Knight | 2001-09-26 | 1 | -9/+0 |
|
|
* | Add support for SCONSFLAGS. | Steven Knight | 2001-09-26 | 2 | -0/+41 |
|
|
* | Cygwin portability fixes for Windows NT builds. | Steven Knight | 2001-09-20 | 1 | -2/+2 |
|
|
* | Add an outline for a User's Guide. | Steven Knight | 2001-09-19 | 22 | -1/+934 |
|
|
* | Run setup.py on the unpacked .tar.gz for testing. | Steven Knight | 2001-09-17 | 1 | -10/+5 |
|
|
* | Dereference symlinks when tarring the documentation. | Steven Knight | 2001-09-16 | 1 | -1/+1 |
|
|
* | Add -C support. | Steven Knight | 2001-09-10 | 1 | -4/+5 |
|
|
* | Look for SConstruct, Sconstruct, and sconstruct files. | Steven Knight | 2001-09-10 | 4 | -14/+21 |
|
|
* | Add command-line processing for all options (with tests). | Steven Knight | 2001-09-09 | 1 | -22/+59 |
|
|
* | Add a man page. | Steven Knight | 2001-09-07 | 6 | -8/+1013 |
|
|
* | Clean up tests. | Steven Knight | 2001-08-14 | 1 | -0/+1 |
|
|
* | For the web site, build a .tar.gz of the documentation. | Steven Knight | 2001-08-10 | 1 | -12/+53 |
|
|
* | Add design documentation. | Steven Knight | 2001-08-10 | 17 | -0/+3932 |
|
|