summaryrefslogtreecommitdiffstats
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* Merged revisions 1738-1754,1756 via svnmerge fromSteven Knight2007-01-076-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1741 | stevenknight | 2006-12-16 22:51:07 -0600 (Sat, 16 Dec 2006) | 1 line 0.96.D527 - Give the f90 and f95 Tool modules knowledge of how to build source files of earlier Fortran versions. ........ r1742 | stevenknight | 2006-12-16 23:22:54 -0600 (Sat, 16 Dec 2006) | 1 line 0.96.D528 - Better handling of timestamp fallback if there's no md5 module. ........ r1743 | stevenknight | 2006-12-17 00:21:31 -0600 (Sun, 17 Dec 2006) | 1 line 0.96.D529 - Fix portability of new tests on systems that don't have TeX installed. ........ r1744 | stevenknight | 2006-12-19 15:30:16 -0600 (Tue, 19 Dec 2006) | 1 line 0.96.D530 - Eliminate the ListBuilder subclass in favor of using the Executor's target lists. ........ r1745 | stevenknight | 2006-12-19 18:54:26 -0600 (Tue, 19 Dec 2006) | 1 line 0.96.D531 - Eliminate of MultiStepBuilder as a separate Builder subclass. ........ r1746 | garyo | 2006-12-21 13:21:08 -0600 (Thu, 21 Dec 2006) | 1 line Minor doc fix, thanks to Douglas Landgraf. ........ r1747 | stevenknight | 2006-12-21 17:13:55 -0600 (Thu, 21 Dec 2006) | 1 line 0.96.D533 - Add CFLAGS for options common to C/C++. (Gary Oberbrunner) ........ r1748 | stevenknight | 2007-01-03 19:48:05 -0600 (Wed, 03 Jan 2007) | 1 line 0.96.D534 - Fix signature storage when targets are retrieved from CacheDir(). ........ r1749 | stevenknight | 2007-01-04 16:48:47 -0600 (Thu, 04 Jan 2007) | 1 line 0.96.D535 - Teach the lex and yacc tools about target files generated by different flex/bison options, and about Objective C suffixes. (Pupeno) ........ r1750 | stevenknight | 2007-01-04 17:14:38 -0600 (Thu, 04 Jan 2007) | 1 line 0.96.D536 - Refactor duplicate disambiguation logic in Entry.get_contents(). ........ r1751 | stevenknight | 2007-01-05 13:00:54 -0600 (Fri, 05 Jan 2007) | 1 line 0.96.D537 - Fix lprof regression from 0.96.92. ........ r1752 | stevenknight | 2007-01-05 20:43:48 -0600 (Fri, 05 Jan 2007) | 1 line 0.96.D538 - Fix caching of Builder suffix matching (to fix lprof regression). ........ r1753 | stevenknight | 2007-01-06 00:03:16 -0600 (Sat, 06 Jan 2007) | 1 line 0.96.D539 - Fix --include-dir when using MinGW. (Paul) ........ r1754 | stevenknight | 2007-01-06 00:24:53 -0600 (Sat, 06 Jan 2007) | 1 line 0.96.D540 - Make bootstrap.py something useful to execute SCons out of a source directory. ........ r1756 | stevenknight | 2007-01-06 21:32:11 -0600 (Sat, 06 Jan 2007) | 1 line 0.96.D541 - Update the Copyright year string to include 2007. Automate updating the month+year string in man page title headers. Fix hard-coded __revision__ strings that crept into some older tests. ........
* Merged revisions 1667-1674 via svnmerge fromSteven Knight2006-11-044-14/+14
| | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/branches/core ........ r1672 | stevenknight | 2006-11-03 23:11:52 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D480 - Don't use UNIX logic to detect an executable qmtest.py on Windows. ........ r1673 | stevenknight | 2006-11-03 23:18:59 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D481 - Remove the print statement from the previous checkin. ........ r1674 | stevenknight | 2006-11-03 23:25:43 -0600 (Fri, 03 Nov 2006) | 1 line 0.96.D482 - Create a env.Clone() method and encourage its use in favor of env.Copy(). ........
* Add a NoClean() function. (Steven Johnson)Steven Knight2006-02-137-183/+298
|
* Deprecate $WIN32 variables name in place of $WINDOWS* variables names, and ↵Steven Knight2006-01-213-5/+5
| | | | eliminate other Win32 references.
* Fix a User's Guide example. (Sanjoy Mahajan)Steven Knight2005-05-072-4/+4
|
* Accumulated documentation changes.Steven Knight2005-02-1563-616/+3140
|
* Add a PathOptions.PathAccept validator. (Kevin Quick)Steven Knight2005-01-032-0/+218
|
* Incorporate changes from pre-release reviews.Steven Knight2004-08-1711-11/+275
|
* Branch for documentation changes.Steven Knight2004-08-1675-1427/+7130
|
* Branch for User's Guide work.Steven Knight2004-02-2814-50/+323
|
* Add a common tasks appendix to the user's guide. (Anthony Roach)Steven Knight2004-02-175-0/+231
|
* Ensure that the ENV values are all strings. (Anthony Roach)Steven Knight2003-11-1811-36/+447
|
* Add BUILD_TARGETS, COMMAND_LINE_TARGETS and DEFAULT_TARGETS variables.Steven Knight2003-11-072-14/+456
|
* Add new Options flavors. (Hartmut Goebel)Steven Knight2003-11-049-515/+2329
|
* Sync CVS log from master Aegis repository.Steven Knight2003-11-0324-479/+1400
|
* Initialize the new branch.Steven Knight2003-10-2320-778/+1610
|
* Update the branch for next release.Steven Knight2003-08-161-0/+31
|
* Branch for User's Guide changes.Steven Knight2003-08-1630-0/+8497
|
* Branch for User's Guide changes.Steven Knight2003-06-259-134/+687
|
* Branch for User's Guide updates.Steven Knight2003-05-2126-481/+2177
|
* More User's Guide updates.Steven Knight2003-03-315-35/+129
|
* Branch for in-progress User's Guide changes.Steven Knight2003-03-2522-1289/+2385
|
* More User's Guide edits.Steven Knight2003-02-086-87/+418
|
* Checkin of in-progress work on the User Guide.Steven Knight2003-02-0632-120/+4037
|
* Update Copyright years.Steven Knight2003-01-1620-21/+21
|
* Lookup implicit dependencies relative to the directory of the node in which ↵Steven Knight2002-02-092-13/+46
| | | | the dependency was found.
* Start getting ready to eat our own dog food: prototype SConscript files.Steven Knight2002-01-151-0/+1
|
* Updating licensing.Steven Knight2001-10-0319-19/+381
|
* Make the documentation build with more version of the toolsSteven Knight2001-10-031-3/+3
|
* Add an outline for a User's Guide.Steven Knight2001-09-1920-0/+908