summaryrefslogtreecommitdiffstats
path: root/doc/generated/variables.gen
Commit message (Collapse)AuthorAgeFilesLines
* Updated docs for 4.2.0 releaseWilliam Deegan2021-11-161-221/+185
|
* Update docs for HOST_OS, TEMPFILE and Split [skip travis] [skip appveyor]Mats Wichmann2021-09-271-81/+134
| | | | | | | | | | | | | | | | | | | | | | 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>
* Define HOST_OS and HOST_ARCH in the environment for all platformsAaron Franke2021-08-291-2/+0
| | | | Before this commit, these were only defined for Win32 and OS/2
* updated docsWilliam Deegan2021-07-241-0/+2
|
* Regenerated docs for 4.2.0 release.William Deegan2021-07-241-25/+52
|
* Fix formatting on ninja example command blockWilliam Deegan2021-07-101-10/+15
|
* Fix broken markup, regenerate filesWilliam Deegan2021-07-091-5/+5
|
* Updates to docs to indicate experimental statusWilliam Deegan2021-07-081-44/+45
|
* Fix ninja.xml syntax errorWilliam Deegan2021-06-011-18/+171
|
* Update generated docs. They were broken [skip appveyor][skip travis]William Deegan2021-04-181-167/+220
|
* update example to simplify map_filename and relocate emitter to after that ↵William Deegan2021-02-261-1/+1
| | | | variable is set as it uses it
* Some small doc fiddles [ci skip]Mats Wichmann2021-01-211-2/+2
| | | | | | | | | | | | | | | | * Use os.environ.copy() in examples - better not to get the Python proxy class that is os.environ, and instead a real dict. * Fix spelling on a python dict method: set_default -> setdefault * Update some wording on prepending in the user guide (where it still said "append to the beginning") * Change the rather oblique note in the recently modified section on Append of values to CPPDEFINES with something more explicit. * And, modify the sphinx config to get the version from SCons rather than hardcoding. Fixes #3867 Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 4.1.0 releaseWilliam Deegan2021-01-191-0/+17
|
* [ci skip]Updated generated docs, Updated docsWilliam Deegan2021-01-151-83/+100
|
* Regenerated docs for 4.0.1 ReleaseWilliam Deegan2020-07-171-0/+9
|
* Updated generated doc files for 4.0.0William Deegan2020-07-041-23/+43
|
* [appveyor skip] fix ulink vs link xml syntaxWilliam Deegan2020-06-231-27/+27
|
* Updated generated doc files and user manual.Dirk Baechle2020-06-201-667/+667
|
* Documentation updates in perparation for 4.0 [ci skip]Mats Wichmann2020-06-101-16/+39
| | | | | | | | | | | | | * 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>
* classes no longer explicitly inherit from objectMats Wichmann2020-05-241-1/+1
| | | | | | In Python3 this is the default. Signed-off-by: Mats Wichmann <mats@linux.com>
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-2818/+3574
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Update manpage intro section [ci skip]Mats Wichmann2019-12-201-11/+0
| | | | | | | | | Side effect: added an entry to scons.mod for the sconscript function (it didn't have one since the name itself was already in use). Change the type of a few entities. Those changes don't have a content effect, just a presentation effect. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.1.2 releaseWilliam Deegan2019-12-171-1464/+2086
|
* Merge branch 'master' into py3-doctasksWilliam Deegan2019-12-101-24/+43
|\
| * [PR 3475] update docs/generated [ci skip]Mats Wichmann2019-11-161-46/+74
| | | | | | | | | | | | | | | | | | | | There's debated about whether the generated should be checked in at all; without an answer to that, they've fallen far enough out of sync that it becomes harder to use "git diff" as a spot-check that nothing strange is happening due to any given doc change. This should resync them to current. Signed-off-by: Mats Wichmann <mats@linux.com>
* | [PR 3443] regen all generated files [ci skip]Mats Wichmann2019-12-051-2112/+1499
|/ | | | | | | | 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>
* manpage: clarify that tools=[list] overrides [ci skip]Mats Wichmann2019-09-071-11/+11
| | | | | | | | | Also some formatting tweaks, and a couple of typos. The description of the default tool now lists some of what that may include. Signed-off-by: Mats Wichmann <mats@linux.com>
* Clean up D compiler pagesMats Wichmann2019-08-271-377/+105
| | | | | | | | | | | | | | | | | Manpage duplicated (triplicated, actually) tons of construction variables because they were defined in each of the three possible names for the D compiler. Someone already started a DCommon.xml, this just finishes off the job of moving them there; the individual compiler-name docs now do not define any construction vars. THe ProgramAllAtOnce builder had the same problem, and got the same treatment. Note: lots of the cvars don't actually define the term. I don't use D so I'm not proposing any changes at this time, but it would be simple enough to merge in some simple wording if someone thinks it's important enough. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.1.1 release.William Deegan2019-08-081-12/+12
|
* Regenerated docs for X.Y.Z release.William Deegan2019-07-201-12/+13
|
* Update docsWilliam Deegan2019-07-141-10/+10
|
* Update docs for parse_flags keywordsMats Wichmann2019-05-141-2/+2
| | | | | | | | | The somewhat poorly named parse_flags keyword args actually work like the MergeFlags method - don't just split like the ParseFlags method, but do the merging as well. Tweak the docs and add a reference to env.MergeFlags. Signed-off-by: Mats Wichmann <mats@linux.com>
* Doc updatesWilliam Deegan2019-04-221-0/+10
|
* Update generated docs for Release 3.0.5William Deegan2019-03-261-30/+38
|
* Add arm targets to doc for MSVS_ARCHMats Wichmann2019-02-061-3/+6
| | | | Signed-off-by: Mats Wichmann <mats@linux.com>
* PR #3289: add generated docsMats Wichmann2019-02-051-222/+280
| | | | | | | | The three generated doc files, builders.gen, tools,gen and variables.gen are added to stay in sync with the msvs.xml change. Signed-off-by: Mats Wichmann <mats@linux.com>
* Regenerated docs for 3.0.4 releaseWilliam Deegan2019-01-201-14/+37
|
* Regenerated docs for 3.0.2 releaseWilliam Deegan2018-12-311-1476/+2155
|
* rebuild docs with changes from applelink.xml changes. Fix mistyped ↵William Deegan2018-12-101-1/+52
| | | | APPLELINK_CURRENT_VERSION to APPLELINK_NO_CURRENT_VERSION
* fix broken xml in docsWilliam Deegan2018-12-061-4/+4
|
* Doc updates. Some issues with generated files, but use for nowWilliam Deegan2018-12-051-2198/+1556
|
* Updated docs post updating Java tool xml fileWilliam Deegan2018-10-151-127/+143
|
* Resync generated docsMats Wichmann2018-10-031-27/+62
| | | | | | | | 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-12/+12
|
* Remove duplicate example. Likely caused by bad mergeWilliam Deegan2018-02-191-27/+32
| | | | Fixes #2983
* Regenerated docs for 3.0.1 release.William Deegan2017-11-141-12/+12
|
* Doc updatesWilliam Deegan2017-11-141-20/+20
|
* Regenerated docs for 3.0.0 release.William Deegan2017-09-181-0/+176
|
* mergeWilliam Deegan2017-08-211-2/+2
|\
| * Fix Bug #2486 - Allow SetOption('silent',True) - Previously this option ↵William Deegan2017-08-201-2/+2
| | | | | | | | could not be passed to SetOption