summaryrefslogtreecommitdiffstats
path: root/Help/guide/tutorial/Complete/MathFunctions
Commit message (Collapse)AuthorAgeFilesLines
* Tutorial: Install correctly when built staticallyRobert Maynard2020-06-161-1/+5
| | | | When built statically we failed to install the SqrtLibrary
* Tutorial: Add the PRIVATE keyword to target_link_libraries commandBetsy McPhail2020-01-101-1/+1
|
* Revise include order using clang-format-6.0Kitware Robot2019-10-012-1/+3
| | | | | 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.
* Tutorial: Improve Step 9Betsy McPhail2019-08-191-3/+3
| | | | * Move USE_MYMATH from configured header to target_compile_definitions
* Tutorial: Improve Step 6Betsy McPhail2019-08-192-15/+2
| | | | | | * Print message when using the table * Remove duplicated comment * Remove HAVE_LOG and HAVE_EXP checks, use generated table instead
* Tutorial: Improve Step 5Betsy McPhail2019-08-192-8/+2
| | | | | | | | * Updated output message * Use 'target_compile_definitions' for HAVE_LOG and HAVE_EXP Previously, the change from using TutorialConfig.h to target_compile_definitions happened without explanation as part of Step 8.
* Tutorial: Improve Step 10 generator expression example.Robert Maynard2019-07-251-6/+11
| | | | | Use compiler flags and standard levels as the compelling argument for using generator expressions and interface libraries
* Help: Populate tutorial guide textBetsy McPhail2019-06-191-1/+1
| | | | | | Migrate tutorial text from individual `directions.txt` files to the main tutorial document. Add some comments to source code to provide anchors for inclusion.
* Help/guide/tutorial: Adopt tutorial codeKitware Robot2019-06-186-0/+176