summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add the Python 10 paper to the CVS repository now that it's beenSteven Knight2002-02-0616-3/+2638
| | | | delivered at the conference.
* Finally, eat our own dog food: start using SCons to build its own packages.Steven Knight2002-02-041-6/+6
|
* Support Scanner functions returning strings, not just Nodes.Steven Knight2002-02-031-7/+94
|
* Update Copyright lines for the new year.Steven Knight2002-01-294-63/+128
|
* Fix SCon{struct,script} files to build SCons with itself.Steven Knight2002-01-291-2/+5
|
* 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-155-0/+259
|
* Document function Actions and fix their return values (None == success, ↵Steven Knight2002-01-151-4/+42
| | | | don't ignore failures).
* 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-132-101/+140
|
* Create a troff man page.Steven Knight2001-12-116-1143/+751
|
* Use the prefix and suffix arguments in the Builder base class.Steven Knight2001-10-121-17/+47
|
* Updating licensing.Steven Knight2001-10-0335-36/+706
|
* Make the documentation build with more version of the toolsSteven Knight2001-10-033-22/+23
|
* Change the env.Dictionary to an access method for an env._dict attribute.Steven Knight2001-09-261-9/+0
|
* Add support for SCONSFLAGS.Steven Knight2001-09-262-0/+41
|
* Cygwin portability fixes for Windows NT builds.Steven Knight2001-09-201-2/+2
|
* Add an outline for a User's Guide.Steven Knight2001-09-1922-1/+934
|
* Run setup.py on the unpacked .tar.gz for testing.Steven Knight2001-09-171-10/+5
|
* Dereference symlinks when tarring the documentation.Steven Knight2001-09-161-1/+1
|
* Add -C support.Steven Knight2001-09-101-4/+5
|
* Look for SConstruct, Sconstruct, and sconstruct files.Steven Knight2001-09-104-14/+21
|
* Add command-line processing for all options (with tests).Steven Knight2001-09-091-22/+59
|
* Add a man page.Steven Knight2001-09-076-8/+1013
|
* Clean up tests.Steven Knight2001-08-141-0/+1
|
* For the web site, build a .tar.gz of the documentation.Steven Knight2001-08-101-12/+53
|
* Add design documentation.Steven Knight2001-08-1017-0/+3932