summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Step4/MathFunctions
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Fix-up typos and inconsistenciesbetsy.mcphail2023-09-071-3/+4
| | | | | | | * 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: Move Step4-Ex1 to Step3-Ex2Paul Choisel2023-04-281-3/+4
| | | | | 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-1/+11
|
* Tutorial: Refactor MathFunctions codeMarkus Ferrell2023-02-235-6/+46
| | | | | | | 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 4 styleMarkus Ferrell2022-09-281-0/+2
|
* Revise include order using clang-format-6.0Kitware Robot2019-10-011-1/+2
| | | | | Run the `clang-format.bash` script to update our C and C++ code to a new include order `.clang-format`. Use `clang-format` version 6.0.
* Help/guide/tutorial: Adopt tutorial codeKitware Robot2019-06-183-0/+31