summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* Allow Builders to take a dictionary that maps source file suffixes to ↵Steven Knight2003-07-291-9/+34
| | | | emitter functions. Refactor initialization of a number of builders out of the SCons.Defaults.py module.
* Correct the spelling of validator.Steven Knight2003-07-271-2/+2
|
* Add a QT tool. (Christoph Wiedemann)Steven Knight2003-07-241-1/+102
|
* Only create a default Environment when asked to. (Chad Austin)Steven Knight2003-07-221-0/+7
|
* Give Value Nodes timestamps. (Chad Austin)Steven Knight2003-07-211-1/+2
|
* Support specifying a list of tools when calling env.Copy(). (Chad Austin)Steven Knight2003-07-211-0/+9
|
* New sconsign script fixes: print timestamp values correctly (Chad Austin); ↵Steven Knight2003-07-201-1/+7
| | | | add a -r option to print timestamps in human-readable form (Gary Oberbrunner); print None instead of -.
* Add a script to print .sconsign file contents.Steven Knight2003-07-182-16/+155
|
* Make builder prefixes work correctly when deducing a target name from a ↵Steven Knight2003-07-021-1/+6
| | | | source file in another directory. Fix a man page bug. Document the yacc -d *.yy fix previously checked in.
* Support targets that always rebuild. (Stephen Ng)Steven Knight2003-06-281-1/+3
| | | | [Updating a change that was previously not synchronized to CVS.]
* Branch for User's Guide changes.Steven Knight2003-06-2510-134/+734
|
* Add support for the Intel C Compiler. (Gary Oberbrunner)Steven Knight2003-06-161-2/+4
|
* MSVS documentation, remove unnecessary exceptions, and restor escape() to ↵Steven Knight2003-06-141-117/+291
| | | | its previous implementation. (Greg Spencer)
* Documentation fixes: mention that user-defined *FLAGS options don't include ↵Steven Knight2003-06-111-5/+60
| | | | the generated sh*FLAGS (-I or -L) options.
* Fix _concat() documentation, add a test. (Chad Austin)Steven Knight2003-06-111-7/+14
|
* SConf CheckFunc and CheckType functionality, plus fixes. (David Snopek)Steven Knight2003-06-111-0/+19
|
* Add an M4 builder. (Timothee Besset)Steven Knight2003-06-091-0/+23
|
* Fix Options.Update().Steven Knight2003-06-091-4/+20
|
* Add MSVS Project file support. (Greg Spencer)Steven Knight2003-06-081-1/+67
|
* Fix reported man page bugs.Steven Knight2003-05-291-13/+10
|
* Suppress illegal construction variables.Steven Knight2003-05-231-7/+13
|
* Branch for User's Guide updates.Steven Knight2003-05-2127-482/+2232
|
* SConf fixes. (Christoph Wiedemann)Steven Knight2003-05-161-5/+15
|
* Have the Tool() method add the tool name to the construction variable. ↵Steven Knight2003-05-161-0/+19
| | | | (David Snopek)
* Add Java RMIC support.Steven Knight2003-05-101-2/+50
|
* Add support for JavaH.Steven Knight2003-05-081-0/+59
|
* Refactor to use real Nodes for command-line attributes and eliminate ↵Steven Knight2003-05-061-4/+8
| | | | PathList. (Charles Crain)
* Add Python Value Nodes. (Chad Austin)Steven Knight2003-05-011-0/+21
|
* Provide uniform access to (some) command-line options. (Anthony Roach)Steven Knight2003-04-301-33/+52
|
* 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
|