summaryrefslogtreecommitdiffstats
path: root/SCons/Defaults.xml
Commit message (Collapse)AuthorAgeFilesLines
* [ci skip] Add some docbook formattingWilliam Deegan2021-06-211-1/+1
|
* [ci skip] updated docs per mwichmann's feedbackWilliam Deegan2021-06-131-13/+17
|
* Update _concat doc, and add blurb to CHANGES.txt and RELEASE.txtWilliam Deegan2021-06-121-3/+4
|
* Add some more entity links in docs [skip appveyor] [skip travis]Mats Wichmann2021-04-051-7/+7
| | | | | | | | The only wording changes of any note are for the link tool, where it is suggested POSIX users don't fiddle with LINK and SHLINK. Signed-off-by: Mats Wichmann <mats@linux.com>
* Merge branch 'master' into append-docsWilliam Deegan2021-02-261-95/+122
|\
| * a few updates. Soften wording advising aginst adding library inclusion ↵William Deegan2021-02-261-2/+2
| | | | | | | | directives in LINKFLAGS. There are some reasons, but they are mainly for advanced SCons users using them with caution. Added to LIBS that it can also affect shared libraries and loadable modules
| * [PR #3888] builder doc changes per review comments [skip appveyor]Mats Wichmann2021-02-211-9/+6
| | | | | | | | | | | | | | | | | | | | | | [skip travis] Don't try to expand on overrides concept in cv-LIBS, put something in the construction var section introduction instead. Rearrange some more things in the builder methods section. Signed-off-by: Mats Wichmann <mats@linux.com>
| * Move LIBS warning from Builders to LIBS definition [skip appveor] [skip travis]Mats Wichmann2021-02-181-93/+123
| | | | | | | | | | | | | | | | | | | | | | | | The previous commit for PR #3888 added a warning about using improper values for LIBS in the section on Builder Methods. Per review comments, moved this to the definition of the LIBS construction variable. Work in that area led to several wording changes, and link-ifying some consvar references. Signed-off-by: Mats Wichmann <mats@linux.com>
* | Update documentation for env.Append family [ci skip]Mats Wichmann2021-02-261-3/+3
|/ | | | | | | | | | | | | | | Try to be more descriptive of what happens in some special cases. CPPDEFINES, LIBS, and the *PATH variables are mentioned. Don't duplicate descriptions - AppendUnique, Prepend, PrependUnique all point back to Append for the body of the description - the idea is to avoid divergence. The same should happen for the implementation, but that's a different PR. Reformat examples with Black to continue getting example style self-consistent within the docs (lots to go here!) Signed-off-by: Mats Wichmann <mats@linux.com>
* Update some copyright strings and drop __revision__ [skip appveyor]Mats Wichmann2020-09-231-1/+1
| | | | | | | | | | | | | | | | | | Touches the first and second levels of SCons (except SCons.Tool), not tests or docs which remain TODO. Make sure docstring is first non-comment content, eliminate cases where docstring is set elsewhere but assigns to __doc__ - this approach of course worked inside Python, but confuses various tools. Some module-level docstrings modified a bit, in particular the convention of having the name of the module as the first line is dropped, replaced by a summary description going there instead - this improves the look in the API Docs, which otherwise display something like: SCons.Foo - SCons.Foo Signed-off-by: Mats Wichmann <mats@linux.com>
* [PR #3671] fix typo; add missed file [ci skip]Mats Wichmann2020-05-301-11/+16
| | | | | | | | Sider detected a misspelled tag Failed to "add" one changed doc file, Defaults.xml. Added. Signed-off-by: Mats Wichmann <mats@linux.com>
* [WIP] adjust docbuild for moved src [ci skip]Mats Wichmann2020-05-101-5/+5
| | | | | | | src/engine/SCons moved to SCons, affects wired in paths in documentation, and doc building scripts Signed-off-by: Mats Wichmann <mats@linux.com>
* Reorganize the repo. Moved src/engine/SCons to ./SCons to be more in line ↵William Deegan2020-05-061-0/+593
with current python packaging practices