summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Selecting Static or Shared Libraries.rst
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Refactor Step 10Chris Mahoney2023-07-171-1/+12
|
* Tutorial: Refactor MathFunctions codeMarkus Ferrell2023-02-231-36/+9
| | | | | | | Propagate the refactor in Step 10 MathFunctions through all of the steps. Use MathFunctions/MathFunctions.cxx instead of Tutorial.cxx to determine which sqrt library is called. Adds .h files which correspond to their .cxx files by name.
* Tutorial: Fix exercise in Step 10 to match solution provided in Step 11Joshua Perrett2023-01-181-1/+1
| | | | | The solution in Step 11 sets POSITION_INDEPENDENT_CODE to `${BUILD_SHARED_LIBS}`, rather than simply to "True" in all cases.
* Tutorial: Move step 10 to step 4Markus Ferrell2022-08-081-7/+7
| | | | Shifts steps 4-9 to 5-10.
* Tutorial: Make code snippets linkableBrad King2021-06-181-0/+5
| | | | | | Extend the change from commit 9e5bbb69ea (Tutorial: Add captions for code blocks, 2021-06-11) to also add a Sphinx named target to code blocks. Name each target after the change the code block makes.
* Tutorial: Add captions for code blocksJosef Angstenberger2021-06-171-0/+5
|
* Tutorial: Small formatting improvementsJosef Angstenberger2021-06-171-6/+7
| | | | | | - Use inline literals for all code fragments and names. - Add missing console code-blocks. - Always use c++, not c as code language.
* Tutorial: Split steps into separate filesJosef Angstenberger2021-06-171-0/+66
Fixes: #21737