| Commit message (Expand) | Author | Age | Files | Lines |
* | Minor User's Guide updates: copyright years, deprecated features, TODOs that... | Steven Knight | 2010-06-08 | 6 | -26/+14 |
|
|
* | Fix an AllowSubstExceptions() typo in the User's Guide update. | Steven Knight | 2010-06-05 | 2 | -2/+2 |
|
|
* | Issue 1975: Add documentation of the AllowSubstExceptions() function | Steven Knight | 2010-06-04 | 2 | -0/+153 |
|
|
* | Document FindPathDirs in Users Guide | Gary Oberbrunner | 2010-06-04 | 2 | -0/+98 |
|
|
* | Document GetBuildPath in Users Guide | Gary Oberbrunner | 2010-06-03 | 2 | -0/+90 |
|
|
* | Merged revisions 4832,4834-4836 via svnmerge from | William Deegan | 2010-05-09 | 1 | -3/+3 |
|
|
* | Restore </example> tags mistakenly deleted along with 1.5.2 code. | Steven Knight | 2010-04-27 | 2 | -0/+6 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2345 | Greg Noel | 2010-04-24 | 8 | -116/+10 |
|
|
* | Fix XML in documentation, and in the bin/scons-doc.py script that generates | Steven Knight | 2010-04-05 | 10 | -33/+33 |
|
|
* | http://scons.tigris.org/issues/show_bug.cgi?id=2329 | Greg Noel | 2010-03-27 | 4 | -37/+13 |
|
|
* | Move 2.0 changes collected in branches/pending back to trunk for further | Greg Noel | 2010-03-25 | 4 | -8/+6 |
|
|
* | rebuilt docs | William Deegan | 2010-01-19 | 19 | -352/+1862 |
|
|
* | Merge back from checkpoint. | William Deegan | 2010-01-19 | 19 | -1860/+350 |
|
|
* | Fix timestamp-related Decider() examples by using Object() instead of | Steven Knight | 2010-01-16 | 2 | -18/+14 |
|
|
* | Fix the Requires() examples by adding a sleep command to the | Steven Knight | 2010-01-16 | 2 | -55/+67 |
|
|
* | Update a change of compilation order in the version.c examples. | Steven Knight | 2010-01-16 | 1 | -1/+1 |
|
|
* | Capture updated troubleshooting output. | Steven Knight | 2010-01-14 | 1 | -18/+24 |
|
|
* | Capture the previous output from "pkg-config x11" in a static | Steven Knight | 2010-01-13 | 2 | -0/+48 |
|
|
* | Updates for changes to SCons error messages. | Steven Knight | 2010-01-12 | 2 | -2/+2 |
|
|
* | Propagate doc about site_scons to builders-writing.xml. Typographic edits. | Steven Knight | 2010-01-11 | 2 | -119/+161 |
|
|
* | Propagate typo fix to doc/user/separate.xml. | Steven Knight | 2010-01-11 | 1 | -1/+1 |
|
|
* | Fix doc bug #2502 (Ignore example was wrong) | Gary Oberbrunner | 2010-01-11 | 2 | -4/+6 |
|
|
* | XML file change to go with .in file change | William Deegan | 2010-01-11 | 1 | -2/+2 |
|
|
* | Fix bug 2389 - indicate that the install dir will depend on the python being ... | William Deegan | 2010-01-11 | 1 | -2/+2 |
|
|
* | Use Glob() instead of glob.glob() | Greg Noel | 2009-09-23 | 2 | -4/+2 |
|
|
* | Fix typo I found | Robert Managan | 2009-06-22 | 1 | -1/+1 |
|
|
* | Doc patch from issue 2282 (mention JAVAVERSION in users guide), thanks to Knu... | Gary Oberbrunner | 2009-05-29 | 2 | -0/+40 |
|
|
* | Issue 2349: doc-only change correcting description of text returned from scon... | Greg Noel | 2009-04-10 | 2 | -6/+6 |
|
|
* | User's Guide updates: fix typos, clarify various things. (Robert P. J. Day) | Steven Knight | 2009-01-29 | 9 | -46/+114 |
|
|
* | User's Guide updates. (Robert P. J. Day) | Steven Knight | 2009-01-28 | 6 | -18/+42 |
|
|
* | Fix an undefined entity reference. | Steven Knight | 2009-01-13 | 2 | -2/+2 |
|
|
* | Fix typos in the User's Guide. (Zia Sobhani) | Steven Knight | 2009-01-12 | 10 | -18/+19 |
|
|
* | Issue 1086: add support for generic batch build actions, and | Steven Knight | 2009-01-09 | 3 | -147/+510 |
|
|
* | Merged revisions 3611-3763,3765-3794,3796-3811,3813-3839,3841-3847 via svnmer... | Steven Knight | 2008-12-21 | 3 | -10/+38 |
|
|
* | Issue 2255: Handle scanning of UTF-8 and UTF-16 files. (Greg Spencer) | Steven Knight | 2008-12-12 | 2 | -6/+6 |
|
|
* | Update Users Guide to clarify usage of site_scons and site_init.py. | Gary Oberbrunner | 2008-11-19 | 3 | -3/+50 |
|
|
* | User's Guide updates: | Steven Knight | 2008-10-03 | 11 | -37/+37 |
|
|
* | Add Users Guide example of using $SOURCE substitution in a target name in a C... | Gary Oberbrunner | 2008-10-02 | 2 | -0/+44 |
|
|
* | Fix error reported on IRC | Greg Noel | 2008-09-16 | 2 | -2/+2 |
|
|
* | Issue 1978: put the FindFile section in the Miscellaneous chapter. | Steven Knight | 2008-09-06 | 3 | -204/+349 |
|
|
* | Initial User Guide documentation for FindFile. Not integrated | Greg Noel | 2008-08-27 | 1 | -0/+204 |
|
|
* | Issue 2099: have Execute() print an error message if an action | Steven Knight | 2008-08-26 | 2 | -4/+48 |
|
|
* | Issue 1982: document GetLaunchDir() in the User's Guide. | Steven Knight | 2008-08-25 | 2 | -0/+92 |
|
|
* | Fix for bug #243 - document how to use Ignore() to remove a target from | William Deegan | 2008-08-24 | 2 | -1/+55 |
|
|
* | Issue 1984: Documentation for ParseDepends | Ludwig Hähne | 2008-08-22 | 2 | -1/+317 |
|
|
* | Issue 1872: Fix documentation for SConf.CheckLibWithHeader | Greg Noel | 2008-08-18 | 2 | -2/+2 |
|
|
* | Update to 1.0.0. | Steven Knight | 2008-08-12 | 2 | -4/+6 |
|
|
* | Merged revisions 3057-3059,3061-3264 via svnmerge from | Steven Knight | 2008-08-09 | 41 | -4579/+10450 |
|
|
* | Merged revisions 2949-2953,2955-3056 via svnmerge from | Steven Knight | 2008-06-10 | 4 | -4/+5 |
|
|
* | Update User's Guide for changes to --debug=taskmastertrace output. | Steven Knight | 2008-05-18 | 1 | -17/+20 |
|
|