summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | merging 2.3.5 changesWilliam Deegan2015-06-202-4/+4
| | | | | |
* | | | | | reverting 3320William Deegan2015-06-171-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.
* | | | | - updated generated documentation, prior to release of 2.3.5Dirk Baechle2015-05-202-4/+15
| | | | |
* | | | | 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
* | | | | | Merged in bdbaddog/scons (pull request #230), extending docs for ↵Dirk Baechle2015-04-065-3076/+3908
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | InstallVersionedLib and SharedLibrary
| * \ \ \ \ \ Merged in LaurentMarchelli/scons (pull request #209), implementation of ↵Dirk Baechle2015-04-067-556/+551
| |\ \ \ \ \ \ | | |/ / / / / | | | | | | | | | | | | | | Visual Studio users files
* | | | | | | updated copyright date on man pagesWilliam Deegan2015-03-241-2/+2
| | | | | | |
* | | | | | | added more info to the section on InstallVersionedLib(). fixed having ↵William Deegan2015-03-235-3537/+2675
| |/ / / / / |/| | | | | | | | | | | | | | | | | InstallAs example in the text for InstallVersionedLib()
* | | | | | - providing MAN page stubs when not all doc packages for the packaging ↵Dirk Baechle2015-01-184-6/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | process are installed - fixed refmiscinfo for MAN pages
* | | | | | doc/SConscript: Fix build crash when XML toolchain is not installedanatoly techtonik2015-01-111-26/+29
|/ / / / / | | | | | | | | | | | | | | | by intercepting previously added ImportError from SConsDoc
* | | | | Merged in russel/scons (pull request #203), update Fortran tooling to ↵Dirk Baechle2015-01-104-36/+338
| | | | | | | | | | | | | | | | | | | | support .f08 file extensions"
* | | | | - added import of libxslt binding to DocBook testsDirk Baechle2014-08-311-0/+1
| | | | |
* | | | | Updated generated docs for 2.3.3 releaseGary Oberbrunner2014-08-236-39/+39
| | | | |
* | | | | Update doc, change python floor from 2.4 to 2.7.Gary Oberbrunner2014-08-234-16/+15
| |_|_|/ |/| | |
* | | | Merged in williamblevins/scons (pull request #164), update of documentation ↵Dirk Baechle2014-08-201-3/+3
|\ \ \ \ | | | | | | | | | | | | | | | for issue #2395
* | | | | Updated Issue 2395 documentation per request.William Blevins2014-08-091-13/+10
|/ / / /
* | | | - updated CHANGES.txtDirk Baechle2014-07-284-36/+36
| | | | | | | | | | | | | | | | - updated generated doc files
* | | | Adds basic documentation of the CheckTypeSize method.Andrew Featherstone2014-07-212-0/+21
| | | |
* | | | Issue 2395: Added user guide details for Copy symbolic link support.William Blevins2014-07-201-0/+21
| | | |
* | | | Regenerated docs for 2.3.2 release.Gary Oberbrunner2014-07-0511-56/+493
| | | |
* | | | Doc fixes: Dirk added cvar defs for new D variables.Gary Oberbrunner2014-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Also added cvar def for STATIC_AND_SHARED_LIBS_ARE_THE_SAME and removed an errant line break that prevented the doc from validating.
* | | | Merged in techtonik/scons (pull request #147).Gary Oberbrunner2014-07-041-2/+2
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix mailing list addrs and bug tracker references, and a few other doc fixes.
| * | | | Fix development mailing list with a new address @scons.organatoly techtonik2014-05-281-2/+2
| | | | |
* | | | | - improved dependency handling for bootstrap process: the "doc" folder is ↵Dirk Baechle2014-05-271-33/+47
|/ / / / | | | | | | | | | | | | now correctly linked to its counterpart in "build/doc"
* | | | Updated author and copyright info.Gary Oberbrunner2014-04-263-17/+17
|/ / / | | | | | | | | | Also cleaned up a couple of doc typos.
* | | - re-added TEXT as output format (using lynx, if present)Dirk Baechle2014-03-121-3/+38
| | | | | | | | | | | | - now copying the scons.css to the final doc archive, too
* | | - improved dependency handling for doc toolchain (no false rebuilds anymore)Dirk Baechle2014-03-1219-174/+270
| | | | | | | | | | | | | | | | | | - 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-08440-466/+17712
|\ \ \ | | | | | | | | | | | | Documentation editor configuration for XXE5
| * | | - added doc editor configuration for XXE5Dirk Baechle2014-01-19440-466/+17712
| | |/ | |/| | | | | | | | | | - 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-219-20/+74
| | | | | | | | Featherstone
* | Merged in dirkbaechle/scons (pull request #91)Gary Oberbrunner2013-11-103-9/+46
|\ \ | | | | | | | | | Adding EPUB as output format for documentation
| * | 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-042-1/+19
| | | | | | | | | | | | page.
| * | Merge pull request #88 (for real this time). Prev commit was actually #87.Gary Oberbrunner2013-11-021-8/+20
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | * Allow multiple options to be specified with --debug=a,b,c * Add support for a readonly cache (--cache-readonly) * Always print stats if requested * Generally try harder to print out a message on build errors
| | * \ Merged scons/scons into defaultTom Tanner2013-10-301-8/+20
| | |\ \
| | | * | Adding documentation and a couple of testsTom Tanner2013-10-081-2/+3
| | | | |
| | | * | support for --cache-readonlyTom Tanner2013-10-011-6/+17
| | | |/ | | | | | | | | | | | | Setting this will fetch data from the cache but won't update it.
| * | | Merged scons/scons into defaultTom Tanner2013-10-301-0/+8
| |\ \ \ | | |/ / | |/| |
| | * | Addition of warning if build doesn't build expected targets.Tom Tanner2013-09-261-0/+8
| | |/ | | | | | | | | | Added option to runtest.py to stop on first error
* | | - added EPUB as output format for documentation ("user" and "man" targets)Dirk Baechle2013-10-0818-7/+234
| | |
* | | - added an explicit Gs() Builder to the gs.py ToolDirk Baechle2013-10-084-8/+42
| | | | | | | | | | | | - updated documentation accordingly and added a (very) simple test
* | | - minor change to the SCons Docbook XSD: stricter handling of para within ↵Dirk Baechle2013-10-083-9/+0
|/ / | | | | | | | | | | the special tags "tool", "builder" and "cvar" - fixed current docs accordingly
* | - corrected dependency exampleDirk Baechle2013-10-062-2/+2
| |