Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes for 2.5.0 release | William Deegan | 2016-04-09 | 1 | -2/+2 |
| | |||||
* | Issue 2959: Corrected typo in User Guide for Scanner keyword. | William Blevins | 2016-02-19 | 1 | -1/+1 |
| | |||||
* | doc: do not recommend os.popen which is deprecated in python | Carnë Draug | 2015-09-26 | 1 | -2/+2 |
| | |||||
* | Merged in carandraug/scons (pull request #248) | William Deegan | 2015-09-29 | 1 | -0/+20 |
|\ | |||||
| * | Add new CheckProg configure method to documentation and list of changes. | Carnë Draug | 2015-09-26 | 1 | -0/+20 |
| | | |||||
* | | Merged in dirkbaechle/scons (pull request #238) | William Deegan | 2015-09-29 | 1 | -12/+10 |
|\ \ | | | | | | | | | | Fixed license of SVG titlepage files (#2985) | ||||
| * | | Fixed license of SVG titlepage files, resolves #2985. This is required in ↵ | Dirk Baechle | 2015-06-02 | 1 | -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 #226 | William Deegan | 2015-09-28 | 1 | -0/+22 |
| | | | |||||
* | | | fix spelling mistakes found by debian lintian tool list here: ↵ | William Deegan | 2015-09-28 | 1 | -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 Deegan | 2015-07-25 | 2 | -4/+4 |
|\ \ | | | | | | | | | | greater-than symbols. | ||||
| * | | Issue 2984: Corrected escaping of less-than and greater-than symbols. | Andrew Featherstone | 2015-05-25 | 2 | -4/+4 |
| |/ | |||||
* | | merging 2.3.5 changes | William Deegan | 2015-06-20 | 1 | -2/+2 |
| | | |||||
* | | reverting 3320 | William Deegan | 2015-06-18 | 1 | -2/+2 |
| | | |||||
* | | Release 2.3.5.final.0 | William Deegan | 2015-06-15 | 1 | -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 Baechle | 2015-05-05 | 1 | -1/+1 |
|\ | | | | | | | change in builders-writing.xml, forked from dirkbaechle/scons) | ||||
| * | Fixed minor punctuation issue 2990 | Stephen Pollard | 2015-05-02 | 1 | -1/+1 |
| | | |||||
* | | Merged in spollard/scons-issue-2989 (pull request #1), fixes #2989 (doc ↵ | Dirk Baechle | 2015-05-05 | 1 | -1/+1 |
|\ \ | | | | | | | | | | change in libraries.xml, forked from dirkbaechle/scons) | ||||
| * | | Fixed a sentence in libraries.xml in response to issue 2989. | Stephen Pollard | 2015-05-02 | 1 | -1/+1 |
| |/ | |||||
* | | Add an exclude parameter to Glob(), to allow excluding some elements ↵ | Alexandre Feblot | 2015-04-25 | 1 | -0/+1 |
|/ | | | | matching the main pattern | ||||
* | Update doc, change python floor from 2.4 to 2.7. | Gary Oberbrunner | 2014-08-24 | 2 | -13/+12 |
| | |||||
* | Updated Issue 2395 documentation per request. | William Blevins | 2014-08-09 | 1 | -13/+10 |
| | |||||
* | Adds basic documentation of the CheckTypeSize method. | Andrew Featherstone | 2014-07-21 | 1 | -0/+20 |
| | |||||
* | Issue 2395: Added user guide details for Copy symbolic link support. | William Blevins | 2014-07-20 | 1 | -0/+21 |
| | |||||
* | Updated author and copyright info. | Gary Oberbrunner | 2014-04-26 | 1 | -1/+1 |
| | | | | Also cleaned up a couple of doc typos. | ||||
* | - improved dependency handling for doc toolchain (no false rebuilds anymore) | Dirk Baechle | 2014-03-11 | 4 | -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 Oberbrunner | 2014-03-08 | 48 | -48/+48 |
|\ | | | | | | | Documentation editor configuration for XXE5 | ||||
| * | - added doc editor configuration for XXE5 | Dirk Baechle | 2014-01-19 | 48 | -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 Oberbrunner | 2014-03-04 | 1 | -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 Baechle | 2013-12-21 | 1 | -9/+2 |
| | | | | Featherstone | ||||
* | Merged in dirkbaechle/scons (pull request #91) | Gary Oberbrunner | 2013-11-10 | 9 | -2/+104 |
|\ | | | | | | | Adding EPUB as output format for documentation | ||||
| * | - added EPUB as output format for documentation ("user" and "man" targets) | Dirk Baechle | 2013-10-08 | 9 | -2/+104 |
| | | |||||
* | | Another problem with <para> tags. | Tom Tanner | 2013-11-04 | 1 | -3/+0 |
| | | |||||
* | | Fix a missing </para> which became didn't become apparent till I created the | Tom Tanner | 2013-11-04 | 1 | -0/+2 |
| | | | | | | | | pull request. | ||||
* | | Add some information about --warn=target-not-built to the troubleshooting | Tom Tanner | 2013-11-04 | 1 | -1/+12 |
|/ | | | | page. | ||||
* | - corrected dependency example | Dirk Baechle | 2013-10-06 | 1 | -1/+1 |
| | |||||
* | - additional corrections for left alignment | Dirk Baechle | 2013-10-06 | 13 | -343/+335 |
| | |||||
* | - left-aligned all code examples in documentation | Dirk Baechle | 2013-10-06 | 34 | -1906/+1906 |
| | | | | - accordingly updated the generated files, containing example output | ||||
* | - patched setup.py and several MANIFEST files, such that the docbook-xsl | Dirk Baechle | 2013-05-04 | 2 | -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 process | Dirk Baechle | 2013-05-03 | 7 | -1104/+6468 |
| | | | | - corrected the doc folder SConscripts and added XSL and titlepage files where required | ||||
* | - cleaned up 'bin' directory | Dirk Baechle | 2013-05-03 | 1 | -2/+11 |
| | | | | | - several smaller fixes - added first version of the Overview document for the doc toolchain | ||||
* | - switched to different schemaLocation URI | Dirk Baechle | 2013-05-03 | 48 | -48/+48 |
| | |||||
* | - removed suffix= from 'scons_output_command ' and moved it | Dirk Baechle | 2013-05-03 | 33 | -654/+660 |
| | | | | one up in the hierarchy to the 'scons_output' tag | ||||
* | - corrected xincludes for MAN pages | Dirk Baechle | 2013-05-03 | 8 | -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 names | Dirk Baechle | 2013-05-03 | 32 | -862/+862 |
| | | | | | - added unique suffixes to each scons_output_command - extended SCons Docbook XSD by the new suffix attribute | ||||
* | - switched all docs to SCons XSD | Dirk Baechle | 2013-05-03 | 1 | -1/+1 |
| | |||||
* | - added first version of the SCons XSD | Dirk Baechle | 2013-05-03 | 48 | -333/+1148 |
| | | | | - rewrote User Guide XML files, such that they are valid against it | ||||
* | - removed *.in files from the user guide | Dirk Baechle | 2013-05-03 | 82 | -24918/+3241 |
| | |||||
* | Merged in ptomulik/scons, pull request #25: gettext toolset | Gary Oberbrunner | 2012-08-01 | 6 | -2/+700 |
|\ | |||||
| * | Fixed FindSourceFiles to find leaf nodes. | ptomulik | 2012-06-06 | 5 | -53/+60 |
| | | |||||
| * | Corrected COPYRIGH placeholders | ptomulik | 2012-06-06 | 2 | -2/+2 |
| | |