| Commit message (Expand) | Author | Age | Files | Lines |
* | Don't try to build the extremely incomplete User Guide. | Steven Knight | 2002-03-28 | 1 | -3/+3 |
|
|
* | Support a CPPFLAGS variable (a la GNU Make). | Steven Knight | 2002-03-28 | 1 | -1/+3 |
|
|
* | Add Fortran support. | Steven Knight | 2002-03-28 | 1 | -9/+36 |
|
|
* | Add more document Builders: PDF and PostScript. | Steven Knight | 2002-03-27 | 1 | -6/+80 |
|
|
* | Document the ARGUMENTS dictionary for command-line args. | Steven Knight | 2002-03-27 | 1 | -2/+11 |
|
|
* | Eliminate build/packaging dependency on jade, jadetex and pdfjadetex. | Steven Knight | 2002-03-27 | 1 | -4/+7 |
|
|
* | Add WhereIs() functionality. | Steven Knight | 2002-03-27 | 1 | -0/+21 |
|
|
* | Add support for target Aliases. | Steven Knight | 2002-03-25 | 1 | -1/+15 |
|
|
* | Support the build of TeX documents (Task 47116). (Steve Leblanc) | Steven Knight | 2002-03-23 | 1 | -0/+23 |
|
|
* | Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach) | Steven Knight | 2002-03-22 | 1 | -0/+6 |
|
|
* | Make FunctionAction arguments be Nodes, not strings. (Charles Crain) | Steven Knight | 2002-03-16 | 1 | -3/+10 |
|
|
* | Add a --profile=file option. | Steven Knight | 2002-03-12 | 1 | -0/+7 |
|
|
* | Implement the -U option. (Steve Leblanc) | Steven Knight | 2002-03-12 | 1 | -2/+11 |
|
|
* | Add a CXXFile builder to turn .ll and .yy files into .cc. | Steven Knight | 2002-03-07 | 1 | -5/+24 |
|
|
* | Make the CFile Builder's SUFFIX configurable. | Steven Knight | 2002-03-07 | 1 | -0/+8 |
|
|
* | Add RANLIB, and check for the existence of 'ranlib' before adding it to the d... | Steven Knight | 2002-03-02 | 1 | -2/+8 |
|
|
* | Document LIBS, fix a typo. | Steven Knight | 2002-02-27 | 1 | -1/+7 |
|
|
* | Extend SConstruct et al. to build .zip files, and to build the scons-src pack... | Steven Knight | 2002-02-26 | 1 | -2/+3 |
|
|
* | Add the -q option. | Steven Knight | 2002-02-21 | 1 | -7/+7 |
|
|
* | Implement the -u option (Task 39028). (Steve Leblanc) | Steven Knight | 2002-02-21 | 1 | -21/+22 |
|
|
* | Add command generator function support. (Anthony Roach) | Steven Knight | 2002-02-20 | 1 | -0/+25 |
|
|
* | 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 |
|
|