summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Adding Generator Expressions.rst
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Move Step4-Ex1 to Step3-Ex2Paul Choisel2023-04-281-174/+17
| | | | | During the training, we talk about INTERFACE libraries just before Step3 so it makes more sense to do the exercise related to them in Step3
* Tutorial: Refactor MakeTable commands into MakeTable.cmakeMarkus Ferrell2023-03-071-14/+33
|
* Tutorial: Refactor MathFunctions codeMarkus Ferrell2023-02-231-1/+1
| | | | | | | 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: Update step 5 styleMarkus Ferrell2022-10-061-0/+1
|
* Tutorial: Update step 4 styleMarkus Ferrell2022-09-281-32/+253
|
* Tutorial: Move step 10 to step 4Markus Ferrell2022-08-081-6/+6
| | | | Shifts steps 4-9 to 5-10.
* Tutorial: Add version update instructions to Step 10Joseph Snyder2021-10-051-0/+10
| | | | | | | Add instructions to update the cmake_minimum_required version to 3.15 just before the usage of COMPILE_LANG_AND_ID Issue: #22663
* Tutorial: Make code snippets linkableBrad King2021-06-181-0/+3
| | | | | | 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/+3
|
* Tutorial: Small formatting improvementsJosef Angstenberger2021-06-171-4/+3
| | | | | | - 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/+69
Fixes: #21737