summaryrefslogtreecommitdiffstats
path: root/doc/user
Commit message (Collapse)AuthorAgeFilesLines
* changes for 2.5.0 releaseWilliam Deegan2016-04-091-2/+2
|
* Issue 2959: Corrected typo in User Guide for Scanner keyword.William Blevins2016-02-191-1/+1
|
* doc: do not recommend os.popen which is deprecated in pythonCarnë Draug2015-09-261-2/+2
|
* Merged in carandraug/scons (pull request #248)William Deegan2015-09-291-0/+20
|\
| * Add new CheckProg configure method to documentation and list of changes.Carnë Draug2015-09-261-0/+20
| |
* | Merged in dirkbaechle/scons (pull request #238)William Deegan2015-09-291-12/+10
|\ \ | | | | | | | | | Fixed license of SVG titlepage files (#2985)
| * | Fixed license of SVG titlepage files, resolves #2985. This is required in ↵Dirk Baechle2015-06-021-12/+10
| | | | | | | | | | | | | | | | | | the Debian packaging context, such that the images allow for commercial use too. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=787356 for the original bug description.
* | | Added help for pull request #226William Deegan2015-09-281-0/+22
| | |
* | | fix spelling mistakes found by debian lintian tool list here: ↵William Deegan2015-09-281-1/+1
| |/ |/| | | | | https://lintian.debian.org/full/debian@jff-webhosting.net.html#scons_2.3.6-1
* | merge pull request 236: ajf58: Corrected escaping of less-than and ↵William Deegan2015-07-252-4/+4
|\ \ | | | | | | | | | greater-than symbols.
| * | Issue 2984: Corrected escaping of less-than and greater-than symbols.Andrew Featherstone2015-05-252-4/+4
| |/
* | merging 2.3.5 changesWilliam Deegan2015-06-201-2/+2
| |
* | reverting 3320William Deegan2015-06-181-2/+2
| |
* | Release 2.3.5.final.0William Deegan2015-06-151-2/+2
|/ | | | | | | | | | | | | | | | | | | | | | Important changes -- Extended docs for InstallVersionedLib/SharedLibrary, -- Fixed symlink support (PR #227, #2395). -- Fixed incomplete LIBS flattening and substitution in Program scanner(PR #205, #2954). -- Added new method rentry_exists_on_disk to Node.FS (PR #193). -- Add support for f08 file extensions for Fortran 2008 code. -- Show --config choices if no argument is specified (PR #202). -- Fixed build crash when XML toolchain isn't installed, and activated compression for ZIP archives. -- Fix for VersionedSharedLibrary under 'sunos' platform. -- Fixed dll link with precompiled headers on MSVC 2012 -- Added an 'exclude' parameter to Glob() -- Support for multiple cmdargs (one per variant) in VS project files. -- Various improvements for TempFileMunge class. -- Added an implementation for Visual Studio users files (PR #209). -- Added support for the 'PlatformToolset' tag in VS project files (#2978). -- Added support for '-isystem' to ParseFlags.
* Merged in spollard/scons-issue-2990 (pull request #2), fixes #2990 (doc ↵Dirk Baechle2015-05-051-1/+1
|\ | | | | | | change in builders-writing.xml, forked from dirkbaechle/scons)
| * Fixed minor punctuation issue 2990Stephen Pollard2015-05-021-1/+1
| |
* | Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc ↵Dirk Baechle2015-05-051-1/+1
|\ \ | | | | | | | | | change in libraries.xml, forked from dirkbaechle/scons)
| * | Fixed a sentence in libraries.xml in response to issue 2989.Stephen Pollard2015-05-021-1/+1
| |/
* | Add an exclude parameter to Glob(), to allow excluding some elements ↵Alexandre Feblot2015-04-251-0/+1
|/ | | | matching the main pattern
* Update doc, change python floor from 2.4 to 2.7.Gary Oberbrunner2014-08-242-13/+12
|
* Updated Issue 2395 documentation per request.William Blevins2014-08-091-13/+10
|
* Adds basic documentation of the CheckTypeSize method.Andrew Featherstone2014-07-211-0/+20
|
* Issue 2395: Added user guide details for Copy symbolic link support.William Blevins2014-07-201-0/+21
|
* Updated author and copyright info.Gary Oberbrunner2014-04-261-1/+1
| | | | Also cleaned up a couple of doc typos.
* - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-114-2/+5
| | | | | | - fixed EPUB builder - corrected anchor style for links in CSS - documents now include chapter in section numbering
* Merged in dirkbaechle/scons (pull request #103)Gary Oberbrunner2014-03-0848-48/+48
|\ | | | | | | Documentation editor configuration for XXE5
| * - added doc editor configuration for XXE5Dirk Baechle2014-01-1948-48/+48
| | | | | | | | | | - added missing icons for XXE4 - adapted schema location, such that the validation works properly in SernaFree and XXE
* | Put back into develop mode post-2.3.1 release;Gary Oberbrunner2014-03-041-5/+5
|/ | | | also improve update-release-info.py to use shorter copyright year strings.
* - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-211-9/+2
| | | | Featherstone
* Merged in dirkbaechle/scons (pull request #91)Gary Oberbrunner2013-11-109-2/+104
|\ | | | | | | Adding EPUB as output format for documentation
| * - added EPUB as output format for documentation ("user" and "man" targets)Dirk Baechle2013-10-089-2/+104
| |
* | Another problem with <para> tags.Tom Tanner2013-11-041-3/+0
| |
* | Fix a missing </para> which became didn't become apparent till I created theTom Tanner2013-11-041-0/+2
| | | | | | | | pull request.
* | Add some information about --warn=target-not-built to the troubleshootingTom Tanner2013-11-041-1/+12
|/ | | | page.
* - corrected dependency exampleDirk Baechle2013-10-061-1/+1
|
* - additional corrections for left alignmentDirk Baechle2013-10-0613-343/+335
|
* - left-aligned all code examples in documentationDirk Baechle2013-10-0634-1906/+1906
| | | | - accordingly updated the generated files, containing example output
* - 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
| |