summaryrefslogtreecommitdiffstats
path: root/doc/generated/variables.mod
Commit message (Collapse)AuthorAgeFilesLines
* Regenerated docs for 4.6.0 release.William Deegan2023-11-191-0/+2
|
* Bump dependency versions [skip appveyor]Mats Wichmann2023-09-221-0/+10
| | | | | | | | | | | | | | | | Sphinx ceiling version bumped to 6.x. While it *works* with current Sphinx 7.x, sphinx-book-theme is actually pinned to <7, so to avoid install complaints, leave Sphinx down-rev for now. lxml version pin bumped, and the fence for not installing on Python 3.12 is changed to 3.13 - PyPI packages for 3.12 are up. Update doc/generated/variables.mod as it contains new construction variables from the 4.6 development: all the generated files will be updated at release time, but this allows a build *without* regenerating to not fail. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 4.5.0 release.William Deegan2023-03-051-56/+60
|
* Updated autogenerated doc filesWilliam Deegan2022-07-301-0/+8
|
* Add msvc script error global policy and construction variable. Move msvc not ↵Joseph Brill2022-07-051-0/+2
| | | | found policy and msvc script error policy to Policy.py. Rework vcvars bugfix handling for SxS toolset 14.28. Add method to return msvc toolsets. Add experimental function to return msvc version and msvc toolset version given a version specification (proxy for selection). Add API.py to manage symbols imported in vc.py. Update documentation.
* Set global lxml etree XSLT maximum traversal depth. Update generated ↵Joseph Brill2022-06-261-0/+2
| | | | documentation artifacts.
* Construction variable documentation additions and modifications.Joseph Brill2022-06-231-0/+8
|
* Doc: mention Fortran "dialects"Mats Wichmann2022-06-151-2/+20
| | | | | | | | | | | | | | | | | | | Add to the existing manpage section on Fortran system-specific behavior notes that SCons provides construction environment sets for six "dialects", so that each can be individually tuned based on the file suffix. The PR author considers this system to be of dubious utlity - it only has any real effect in a project with files of many different suffixes where each suffix indicates different handling, within a single build. Since such builds might theoretically exist (there must have been some reason this setup was designed), just try to document what there is. Related in a proximate way only (i.e. next item in manpage), the note on cygwin+Python is amended to also mention msys2. Fixes #4173 Signed-off-by: Mats Wichmann <mats@linux.com>
* Updated docs for 4.2.0 releaseWilliam Deegan2021-11-161-0/+2
|
* Update docs for HOST_OS, TEMPFILE and Split [skip travis] [skip appveyor]Mats Wichmann2021-09-271-0/+2
| | | | | | | | | | | | | | | | | | | | | | The HOST_ARCH/TARGET_ARCH functions have been defined in two places, generic and Windows, these are consolidated into one, leaving a comment in the msvc.xml file to show where that version went to. HOST_OS/TARGET_OS also got some tweaks - this was in line with these now being set by default for all platforms. The $TERMPFILE construction var was not defined; added and the whole family had docs updated. A small tweak to Split wording. References to Python changed to entity references (there are still more of these to change). lambda as an entity reference is not correct (generated docs show the symbol, but Python does not use the lambda symbol to refer to lambda expressions). Signed-off-by: Mats Wichmann <mats@linux.com>
* Updates to docs to indicate experimental statusWilliam Deegan2021-07-081-4/+4
|
* Merge branch 'master' into ninja-generationWilliam Deegan2021-05-241-0/+4
|\
| * Update generated docs. They were broken [skip appveyor][skip travis]William Deegan2021-04-181-12/+4
| |
* | Fix ninja.xml syntax errorWilliam Deegan2021-04-131-12/+26
|/
* Regenerated docs for 4.1.0 releaseWilliam Deegan2021-01-191-0/+2
|
* [ci skip]Updated generated docs, Updated docsWilliam Deegan2021-01-151-4/+4
|
* Regenerated docs for 4.0.1 ReleaseWilliam Deegan2020-07-171-0/+2
|
* Documentation updates in perparation for 4.0 [ci skip]Mats Wichmann2020-06-101-0/+4
| | | | | | | | | | | | | * Switch API docs to readthedocs theme * Add links in manpage SEE ALSO to external websites. These are not just live, but also listed out (Linux manpages won't have the hyperlinks) * Links use docbook5 xlink:href instead of deprecated (claimed to be removed, but apparently not) ulink syntax * Comment out manpage Examples section, and leave a pointer to scons-cookbook.readthedocs.io instead * Regenerate everything, mainly to pick up compilation_db stuff. Signed-off-by: Mats Wichmann <mats@linux.com>
* doc generation: fix another src->SCons transitionMats Wichmann2020-05-111-9/+1
| | | | | | | Another regen of generated files, as there were a couple of changes that affected those. Signed-off-by: Mats Wichmann <mats@linux.com>
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-10/+12
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* docs: refer *COM* and SH*COM* to each other [ci skip]Mats Wichmann2020-01-141-0/+4
| | | | | | | | | | | | | | | | | | | | | | | [fixes #2565] Object code intended for use in a shared library may need different compilation options than object code not intended for such use. When SCons tools recognize this need they define parallel sets of variables, such that for FOO there is both FOOCOM and SHFOOCOM, FOOCOMSTR and SHFOOCOMSTR, etc. Refer such pairs to each other. Issue 2565 described a case where a user did not realize they needed to use SHCXXCOMSTR to affect the output for certain C++-compiled objects. The discussion concluded this was just a doc fix. Some examination turned up cases of this in docs for the C compiler, C++ compiler, D compiler, Fortran compiler and linker modules, seemed better to just hit all of those. I would have preferred to move the pairs together into a single entry but it seems the scons doc markup doesn't support this kind of usage - a <cvar> can take only a single name attribute, and uses it to generate tags, etc. so there would have been a ton of surgery needed to implement that way. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.1.2 releaseWilliam Deegan2019-12-171-10/+10
|
* [PR 3443] regen all generated files [ci skip]Mats Wichmann2019-12-051-12/+14
| | | | | | | | Checking in all the examples generated on Ubuntu, which is the default "build platform", to pick up changes caused by a Py3 build. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.1.1 release.William Deegan2019-08-081-2/+2
|
* Regenerated docs for X.Y.Z release.William Deegan2019-07-201-2/+2
|
* Update docsWilliam Deegan2019-07-141-2/+2
|
* Doc updatesWilliam Deegan2019-04-221-0/+2
|
* Update generated docs for Release 3.0.5William Deegan2019-03-261-0/+2
|
* Regenerated docs for 3.0.4 releaseWilliam Deegan2019-01-201-2/+4
|
* rebuild docs with changes from applelink.xml changes. Fix mistyped ↵William Deegan2018-12-101-0/+8
| | | | APPLELINK_CURRENT_VERSION to APPLELINK_NO_CURRENT_VERSION
* Doc updates. Some issues with generated files, but use for nowWilliam Deegan2018-12-051-2/+6
|
* Updated docs post updating Java tool xml fileWilliam Deegan2018-10-151-2/+4
|
* Resync generated docsMats Wichmann2018-10-031-0/+2
| | | | | | | | There have been a few doc changes since 3.0.1, this commit resyncs the generated docs to pick up fixes and wording. No code or test effect. Signed-off-by: Mats Wichmann <mats@linux.com>
* Fix running my_command example script in exampleWilliam Deegan2018-02-191-2/+2
|
* Regenerated docs for 3.0.1 release.William Deegan2017-11-141-2/+2
|
* Regenerated docs for 3.0.0 release.William Deegan2017-09-181-0/+10
|
* merge defaultWilliam Deegan2017-08-191-0/+2
|\
| * Added docs for use of the PyPackageDir functiongrbd2017-08-031-0/+2
| |
* | updates from build machineWilliam Deegan2017-06-141-2/+2
|/
* Fix doc breakage for D tools. Refer to Russel Windsor for full fix. Several ↵William Deegan2017-06-141-14/+2
| | | | cvars were referred to but deleted in [ 4157:a305db2fec15 Russel Winder <russel@winder.org.uk> 2017-04-21 10:55 First cut at proper documentation for the D tools. ]
* Update docs to remove deprecated sourcecode toolsWilliam Deegan2017-03-201-44/+2
|
* remove deprecated Perforce toolWilliam Deegan2017-03-201-8/+0
|
* merge changes from 2.4.1 release to defaultWilliam Deegan2015-11-091-2/+2
|
* Added help for pull request #226William Deegan2015-09-281-0/+32
|
* update docs for 2.3.5 releaseWilliam Deegan2015-07-311-2/+2
|
* Merged in russel/scons (pull request #203), update Fortran tooling to ↵Dirk Baechle2015-01-101-2/+34
| | | | support .f08 file extensions"
* Updated generated docs for 2.3.3 releaseGary Oberbrunner2014-08-241-2/+2
|
* - updated CHANGES.txtDirk Baechle2014-07-281-2/+2
| | | | - updated generated doc files
* Regenerated docs for 2.3.2 release.Gary Oberbrunner2014-07-051-0/+80
|
* - added EPUB Builder to the DocBook Tool, based on the work of Andrew ↵Dirk Baechle2013-12-211-0/+2
| | | | Featherstone