summaryrefslogtreecommitdiffstats
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
...
* - patched setup.py and several MANIFEST files, such that the docbook-xslDirk Baechle2013-05-042-8/+5
| | | | | | folder and all additional documentation sources get packaged properly - added basic support for wildcards and recursive globbing in MANIFEST files - added missing JPG/SVG files
* - relinked the build of all documentation outputs to the bootstrap processDirk Baechle2013-05-037-1104/+6468
| | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required
* - cleaned up 'bin' directoryDirk Baechle2013-05-031-2/+11
| | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain
* - switched to different schemaLocation URIDirk Baechle2013-05-0348-48/+48
|
* - removed suffix= from 'scons_output_command ' and moved itDirk Baechle2013-05-0333-654/+660
| | | | one up in the hierarchy to the 'scons_output' tag
* - corrected xincludes for MAN pagesDirk Baechle2013-05-038-0/+8397
| | | | | | - started to work on support for UserGuide examples - added xslt for transforming SCons XSD to Docbook documents - added SConstructs for all documents and titlepage for the UserGuide
* - added filename prefix to all scons_example namesDirk Baechle2013-05-0332-862/+862
| | | | | - added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute
* - switched all docs to SCons XSDDirk Baechle2013-05-031-1/+1
|
* - added first version of the SCons XSDDirk Baechle2013-05-0348-333/+1148
| | | | - rewrote User Guide XML files, such that they are valid against it
* - removed *.in files from the user guideDirk Baechle2013-05-0382-24918/+3241
|
* Merged in ptomulik/scons, pull request #25: gettext toolsetGary Oberbrunner2012-08-016-2/+700
|\
| * Fixed FindSourceFiles to find leaf nodes.ptomulik2012-06-065-53/+60
| |
| * Corrected COPYRIGH placeholdersptomulik2012-06-062-2/+2
| |
| * Added gettext toolsptomulik2012-06-064-0/+693
|/
* Fix several typos and grammatical errors in the user guide.Greg Ward2012-03-2810-21/+21
|
* - fix for issue #2809, corrected documentation for command-line variablesDirk Baechle2012-01-102-10/+46
|
* - Rollback of changes for revision 5355 (Additional chapter for User Guide, ↵Dirk Baechle2011-09-1213-414/+10
| | | | Basic steps)
* - Additional chapter for User Guide (Basic Steps)Dirk Baechle2011-09-0913-10/+414
|
* - improved docs for return value of custom Scanners (#2713)Dirk Baechle2011-09-012-4/+26
|
* - improved documentation for custom Decider functions (fix for #2711)Dirk Baechle2011-07-192-2/+108
|
* - fixed the HTML doc build (added the missing XML declaration to ↵Dirk Baechle2011-03-251-0/+1
| | | | doc/user/main.xml)
* updated docs via bin/scons-doc.py -uWilliam Deegan2011-03-2413-26/+43
|
* missing saving one file from garyo's patchWilliam Deegan2011-03-241-0/+1
|
* Fix broken docs build. Fix from Gary OberbrunnerWilliam Deegan2011-03-241-0/+2
|
* New debug option --debug=duplicate to debug Variant-dir duplicationGary Oberbrunner2011-03-012-0/+45
|
* New debug option --debug=prepare to watch targets being preparedGary Oberbrunner2011-03-012-0/+30
|
* Fix user guide typo in prev commit; thanks anatoly!Gary Oberbrunner2011-01-122-2/+2
|
* Note in Users Guide: no support for python 3.x yet.Gary Oberbrunner2011-01-124-6/+8
|
* Add the generated function documentation to the User's Guide as an appendix.Steven Knight2010-07-225-0/+97
| | | | | Fixes and refactoring in the bin/scons-proc.py script to support this. Fixes to various parts of the XML input.
* Issue 2654: Consolidate three chapters into one. (Greg Noel)Steven Knight2010-07-052-24/+58
|
* Users Guide updates re: Tools as packages. Also updates UG xml files for my ↵Gary Oberbrunner2010-07-042-30/+56
| | | | previous patch. Closes issue 2642.
* Add all the per-system and per-user site_scons dirs, per discussion in SEP 002.Gary Oberbrunner2010-07-041-7/+19
|
* Issue 5062: XML fixes in the User's Guide. (Dirk Baechle)Steven Knight2010-06-2723-51/+54
|
* Fix misspelled entity (&Scons; => &SCons;).Steven Knight2010-06-172-2/+2
|
* Add Users Guide example of generating source code.Gary Oberbrunner2010-06-172-2/+123
|
* Minor User's Guide updates: copyright years, deprecated features, TODOs ↵Steven Knight2010-06-086-26/+14
| | | | that have been documented.
* Fix an AllowSubstExceptions() typo in the User's Guide update.Steven Knight2010-06-052-2/+2
|
* Issue 1975: Add documentation of the AllowSubstExceptions() functionSteven Knight2010-06-042-0/+153
| | | | to the User's Guide. (Jim Randall)
* Document FindPathDirs in Users GuideGary Oberbrunner2010-06-042-0/+98
|
* Document GetBuildPath in Users GuideGary Oberbrunner2010-06-032-0/+90
|
* Merged revisions 4832,4834-4836 via svnmerge fromWilliam Deegan2010-05-091-3/+3
| | | | | | | | | | | | | | | | | | | | | | http://scons.tigris.org/svn/scons/checkpoint/trunk ........ r4832 | bdbaddog | 2010-05-03 23:00:21 -0700 (Mon, 03 May 2010) | 3 lines Updated RELEASE.txt from Greg Noel ........ r4834 | bdbaddog | 2010-05-03 23:34:14 -0700 (Mon, 03 May 2010) | 3 lines Updates for 2.0.0.alpha.20100503 checkpoint release ........ r4835 | bdbaddog | 2010-05-08 14:27:43 -0700 (Sat, 08 May 2010) | 3 lines Change test to check for version 3.0 and expect failure, since we're now working on a 2.0 checkpoint. ........ r4836 | bdbaddog | 2010-05-08 14:31:58 -0700 (Sat, 08 May 2010) | 3 lines Update build date. Fix checkpoint build version string to remove the .dYYYYMMDD and change to .YYYYMMDD ........
* Restore </example> tags mistakenly deleted along with 1.5.2 code.Steven Knight2010-04-272-0/+6
|
* http://scons.tigris.org/issues/show_bug.cgi?id=2345Greg Noel2010-04-248-116/+10
| | | | | | | Comb out all code that supported earlier versions of Python. Most such code is in snippets of only a few lines and can be identified by having a Python version string in it. Such snippets add up; this combing pass probably got rid of over 500 lines of code.
* Fix XML in documentation, and in the bin/scons-doc.py script that generatesSteven Knight2010-04-0510-33/+33
| | | | the User's Guide XML from the .in files' SGML.
* http://scons.tigris.org/issues/show_bug.cgi?id=2329Greg Noel2010-03-274-37/+13
| | | | | | | | | | | | | | | Applied a number of idiomatic changes. Uses of the 'sort()' method were converted into calls of 'sorted()' when possible and the sorted() expression was inserted into a subsequent statement whenever that made sense. The statement 'while 1:' was changed to 'while True:'. Names from the 'types' module (e.g., 'types.FooType') were converted to the equivalent build-in type (e.g., 'foo'). Comparisons between types were changed to use 'isinstance()'.
* Move 2.0 changes collected in branches/pending back to trunk for furtherGreg Noel2010-03-254-8/+6
| | | | | development. Note that this set of changes is NOT backward-compatible; the trunk no longer works with Python 1.5.2, 2.0, or 2.1.
* rebuilt docsWilliam Deegan2010-01-1919-352/+1862
|
* Merge back from checkpoint.William Deegan2010-01-1919-1860/+350
| | | | Need to regenerate the .xml files.
* Fix timestamp-related Decider() examples by using Object() instead ofSteven Knight2010-01-162-18/+14
| | | | | | Program(), to avoid the downstream "hello" executable sometimes not getting re-linked if the example re-ran within a single second and didn't change the hello.o timestamp.
* Fix the Requires() examples by adding a sleep command to theSteven Knight2010-01-162-55/+67
| | | | | | | | infrastructure and using it to force the SConstruct file(s) to generate version.c files with new timestamps each run. Fix the description of the example, since the verson.o file does get recompiled each run, but the use of Requires() means the downstream hello executable doesn't get relinked because of it.