summaryrefslogtreecommitdiffstats
path: root/doc/man
Commit message (Expand)AuthorAgeFilesLines
* Add a better hierarchical build example from the scons-users mailing list.Steven Knight2002-04-091-0/+37
* Implement content signature caching and --max-drift (Anthony Roach)Steven Knight2002-04-091-0/+11
* Add --debug=dtree option (Anthony Roach)Steven Knight2002-04-051-1/+8
* Fix --debug=tree for directory targets (Anthony Roach)Steven Knight2002-04-041-4/+11
* Support a CPPFLAGS variable (a la GNU Make).Steven Knight2002-03-281-1/+3
* Add Fortran support.Steven Knight2002-03-281-9/+36
* Add more document Builders: PDF and PostScript.Steven Knight2002-03-271-6/+80
* Document the ARGUMENTS dictionary for command-line args.Steven Knight2002-03-271-2/+11
* Add WhereIs() functionality.Steven Knight2002-03-271-0/+21
* Add support for target Aliases.Steven Knight2002-03-251-1/+15
* Support the build of TeX documents (Task 47116). (Steve Leblanc)Steven Knight2002-03-231-0/+23
* Make env['FOO'] by shorthand for env.Dictionary()['FOO'] (Anthony Roach)Steven Knight2002-03-221-0/+6
* Make FunctionAction arguments be Nodes, not strings. (Charles Crain)Steven Knight2002-03-161-3/+10
* Add a --profile=file option.Steven Knight2002-03-121-0/+7
* Implement the -U option. (Steve Leblanc)Steven Knight2002-03-121-2/+11
* Add a CXXFile builder to turn .ll and .yy files into .cc.Steven Knight2002-03-071-5/+24
* Make the CFile Builder's SUFFIX configurable.Steven Knight2002-03-071-0/+8
* Add RANLIB, and check for the existence of 'ranlib' before adding it to the d...Steven Knight2002-03-021-2/+8
* Document LIBS, fix a typo.Steven Knight2002-02-271-1/+7
* Add the -q option.Steven Knight2002-02-211-7/+7
* Implement the -u option (Task 39028). (Steve Leblanc)Steven Knight2002-02-211-21/+22
* Add command generator function support. (Anthony Roach)Steven Knight2002-02-201-0/+25
* Document the minimum Python version required.Steven Knight2002-02-141-0/+19
* Document the LIBPATH construction variable.Steven Knight2002-02-101-0/+25
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-031-7/+94
* Update Copyright lines for the new year.Steven Knight2002-01-291-1/+1
* Add a --debug=pdb option to run SCons under the Python debugger.Steven Knight2002-01-271-15/+27
* Fix the Multiple Variants example in the man page.Steven Knight2002-01-241-2/+2
* Add the Ignore() method.Steven Knight2002-01-241-0/+11
* Strip $(-$) bracketed text from command lines.Steven Knight2002-01-231-0/+42
* Task 45350 - Add passing of custom command-line arguments.Steven Knight2002-01-181-10/+13
* Add examples of using Library, LIBS, and LIBPATH.Steven Knight2002-01-171-0/+15
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
* Document function Actions and fix their return values (None == success, don't...Steven Knight2002-01-151-4/+42
* Fix things on the man page.Steven Knight2002-01-151-428/+448
* Make the Default() method accomodate targets with white space in the file name.Steven Knight2002-01-121-1/+4
* Add command-line redirection (Charles Crain).Steven Knight2002-01-111-0/+24
* Add the InstallAs() method (Charles Crain).Steven Knight2002-01-111-0/+25
* Split Action objects into their own module.Steven Knight2002-01-091-23/+46
* Document fixes for 0.02 man page omissisions.Steven Knight2002-01-081-32/+163
* Add support for lex and yacc.Steven Knight2002-01-071-1/+35
* Add --debug=tree (print depenency tree) supportSteven Knight2001-12-291-7/+13
* Add duplicate (defaults to true) option to BuildDir()Steven Knight2001-12-291-64/+156
* Prepare for release.Steven Knight2001-12-241-0/+2
* Add a quick-and-dirty set of examples to the man page.Steven Knight2001-12-221-0/+133
* Create the Script directorySteven Knight2001-12-211-1/+2
* Fix Export(), add Import() and Return()Steven Knight2001-12-201-2/+125
* Add CPPPATH to man pageSteven Knight2001-12-171-0/+13
* Add variable interpolation to the man pageSteven Knight2001-12-131-1/+37
* Create a troff man page.Steven Knight2001-12-115-1139/+723