Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Tutorial: Move step 8 to step 5. Shift steps 5-7 to 6-8. | Markus Ferrell | 2022-07-19 | 1 | -8/+0 |
| | |||||
* | Tutorial: Simplify logic checking for cmath functions | Brad King | 2022-06-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Since commit 07223c5c27 (Tutorial: Update Step 5 to work on Windows, 2020-02-18, v3.18.0-rc1~655^2) the logic does not work on non-Windows platforms when cmake is re-run on an existing build tree. It is also more complicated than we'd like for a tutorial example. Avoid the need to consider the `m` library case by performing the check as C++. Since `check_cxx_symbol_exists` cannot handle overloaded functions like `exp` and `log`, check with `check_cxx_source_compiles` instead. This also presents a more general-purpose example in the tutorial. Fixes: #23524 | ||||
* | Revise include order using clang-format-6.0 | Kitware Robot | 2019-10-01 | 1 | -2/+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. | ||||
* | Tutorial: Improve Step 5 | Betsy McPhail | 2019-08-19 | 1 | -3/+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. | ||||
* | Help/guide/tutorial: Adopt tutorial code | Kitware Robot | 2019-06-18 | 1 | -0/+33 |