summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Implement tool chains for AIX, SunOS, and HP-UX. (Steve Leblanc)Steven Knight2003-04-241-3/+4
|
* Add support for MIDL. (Greg Spencer)Steven Knight2003-04-231-0/+46
|
* Add SConf infrastructure (Autoconf functionality). (Chrisoph Wiedemann)Steven Knight2003-04-231-0/+277
|
* Make Export() work for local variables. (Anthony Roach)Steven Knight2003-04-201-6/+19
|
* Add Alias() global function. (Anthony Roach)Steven Knight2003-04-181-1/+11
|
* Really parse .java files for inner class names. (Charles Crain)Steven Knight2003-04-161-14/+16
|
* Add an argument for sorting Options help text.Steven Knight2003-04-131-2/+17
|
* Support converting PostScript to PDF files using ghostview. (Stefan Reichor)Steven Knight2003-04-131-1/+15
|
* Options save. (Allen Bierbaum)Steven Knight2003-04-101-6/+22
|
* Implement Tool refactoring. (Chad Austin + Steve Leblanc)Steven Knight2003-04-101-1/+18
|
* Set the SYSTEMROOT environment variable on Windows, use POSIX ↵Steven Knight2003-04-091-0/+39
| | | | (forward-slash) paths when checking things out of CVS.
* Enhance Java support for package names that don't match the source directory ↵Steven Knight2003-04-081-0/+28
| | | | hierarchy.
* Java!Steven Knight2003-04-061-2/+61
|
* More User's Guide updates.Steven Knight2003-03-316-35/+131
|
* Prepare for release, more doc patches, one portability fix.Steven Knight2003-03-281-1/+12
|
* Man page fixes.Steven Knight2003-03-271-8/+8
|
* Clean-ups in preparation for release: doc and comment changes, comment out ↵Steven Knight2003-03-261-51/+51
| | | | Subversion support.
* Branch for in-progress User's Guide changes.Steven Knight2003-03-2541-987/+3379
|
* Fix man page doc of the tool function.Steven Knight2003-03-231-1/+1
|
* Check out files from various source code systems properly.Steven Knight2003-03-221-51/+44
|
* Make RCS/SCCS/BitKeeper support more transparent.Steven Knight2003-03-221-1/+49
|
* Change the default SConscriptChdir() behavior to NOT chdir to the SConscript ↵Steven Knight2003-03-151-11/+21
| | | | directory.
* Document the -f option correctly, support building a parallel tree by ↵Steven Knight2003-03-141-10/+1
| | | | pointing to an SConstruct file using -f.
* Support using construction variables as re-usable, callable command ↵Steven Knight2003-03-131-0/+49
| | | | generators. (Charles Crain)
* Fix broken examples of quoted lists of source files.Steven Knight2003-03-101-4/+6
|
* Add an Exit() function for explicit termination of SCons.Steven Knight2003-03-031-0/+12
|
* Better documentation of exporting variables to SConscript files.Steven Knight2003-02-281-8/+40
|
* Fix str(Node.FS) in an SConscript file, and add a separate src_dir argument ↵Steven Knight2003-02-261-1/+8
| | | | to SConscript(). (Charles Crain)
* Finish Tar builder support, add Zip builder support.Steven Knight2003-02-261-0/+60
|
* Add support for Perforce. (Charles Crain)Steven Knight2003-02-251-0/+41
|
* Warn when the user tries to set TARGET[S] or SOURCE[S] in an Environment.Steven Knight2003-02-221-0/+23
|
* Add support for fetching files from rcs.Steven Knight2003-02-181-2/+279
|
* Make the Install() method copy files (by default).Steven Knight2003-02-121-0/+21
|
* Prepare for release.Steven Knight2003-02-111-1/+1
|
* Support more intuitive build directory specifications as arguments to ↵Steven Knight2003-02-101-17/+113
| | | | SConscript().
* Fix the last DESCRIPTION paragraph about default Tool selection.Steven Knight2003-02-081-10/+33
|
* More User's Guide edits.Steven Knight2003-02-088-87/+426
|
* Checkin of in-progress work on the User Guide.Steven Knight2003-02-0633-120/+4048
|
* Add the --random option.Steven Knight2003-02-061-25/+25
|
* Change the default behavior when no arguments are specified to building ↵Steven Knight2003-02-051-16/+53
| | | | everything in (or below) the current directory.
* Add CacheDir support.Steven Knight2003-02-031-33/+136
|
* Add a strfunction() to Command actions, and add an env argument to the ↵Steven Knight2003-02-021-7/+20
| | | | FunctionAction.strfunction().
* Fix how BUILDERS are updated.Steven Knight2003-01-251-0/+43
|
* Add support for the PharLap ETS tools. (Charles Crain)Steven Knight2003-01-221-0/+2
|
* Minor fixes: CR-LF in scons.bat file, remove old name keyword from Builder doc.Steven Knight2003-01-221-5/+0
|
* Add AddPreAction() and AddPostAction() methods. (Charles Crain)Steven Knight2003-01-201-1/+27
|
* Put the Copyright years in by script, not by hand.Steven Knight2003-01-202-2/+2
|
* Make shared/static objects less irritating. (Anthony Roach)Steven Knight2003-01-181-7/+14
|
* Initialize the new branch.Steven Knight2003-01-171-0/+34
|
* Update Copyright years.Steven Knight2003-01-1635-37/+37
|