Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tutorial: Fix-up typos and inconsistencies | betsy.mcphail | 2023-09-07 | 1 | -0/+3 |
| | | | | | | | * Fix typo in Step 2 * Fix incorrect code referenced in Step 3, TODO 7. Update comments in MathFunctions/CMakeLists.txt to unique strings. * Resolve inconsistencies between steps in MathFunctions/CMakeLists.txt | ||||
* | Tutorial: Refactor MakeTable commands into MakeTable.cmake | Markus Ferrell | 2023-03-07 | 2 | -10/+11 |
| | |||||
* | Tutorial: Refactor MathFunctions code | Markus Ferrell | 2023-02-23 | 1 | -0/+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 style | Markus Ferrell | 2022-10-06 | 1 | -1/+2 |
| | |||||
* | Tutorial: Order install(TARGETS) EXPORT option consistently with docs | Joachim Wuttke (h) | 2021-11-30 | 1 | -2/+2 |
| | |||||
* | Tutorial: Install correctly when built statically | Robert Maynard | 2020-06-16 | 1 | -1/+5 |
| | | | | When built statically we failed to install the SqrtLibrary | ||||
* | Tutorial: Add the PRIVATE keyword to target_link_libraries command | Betsy McPhail | 2020-01-10 | 1 | -1/+1 |
| | |||||
* | Tutorial: Improve "MultiPackage" example | Betsy McPhail | 2020-01-10 | 6 | -0/+160 |
Rename to Step 12 and ensure that it follows Step 11 |