From 22c82f1c00a19b873d1d94ba2c6f2857f73e211a Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 31 May 2024 09:02:00 +0200 Subject: [PATCH] docs: `MP_UNITS_DEV_CLANG_TIDY` added and release tags updated for other `_DEV_` options --- .../getting_started/installation_and_usage.md | 19 +++++++++++++------ 1 file changed, 13 insertions(+), 6 deletions(-) diff --git a/docs/getting_started/installation_and_usage.md b/docs/getting_started/installation_and_usage.md index ed46249e..175bf545 100644 --- a/docs/getting_started/installation_and_usage.md +++ b/docs/getting_started/installation_and_usage.md @@ -394,20 +394,27 @@ tools.build:compiler_executables={"c": "gcc-12", "cpp": "g++-12"} [`MP_UNITS_DEV_BUILD_LA`](#MP_UNITS_DEV_BUILD_LA){ #MP_UNITS_DEV_BUILD_LA } -: [:octicons-tag-24: 2.0.0][build la support] · :octicons-milestone-24: `ON`/`OFF` (Default: `ON`) +: [:octicons-tag-24: 2.2.0][cmake build la support] · :octicons-milestone-24: `ON`/`OFF` (Default: `ON`) Enables building code depending on the linear algebra library. - [build la support]: https://github.com/mpusz/mp-units/releases/tag/v2.0.0 - + [cmake build la support]: https://github.com/mpusz/mp-units/releases/tag/v2.2.0 [`MP_UNITS_DEV_IWYU`](#MP_UNITS_DEV_IWYU){ #MP_UNITS_DEV_IWYU } -: [:octicons-tag-24: 2.0.0][iwyu support] · :octicons-milestone-24: `ON`/`OFF` (Default: `OFF`) +: [:octicons-tag-24: 2.2.0][cmake iwyu support] · :octicons-milestone-24: `ON`/`OFF` (Default: `OFF`) - Enables `include-what-you-use` when compiling with a clang compiler. + Enables include-what-you-use analysis. - [iwyu support]: https://github.com/mpusz/mp-units/releases/tag/v2.0.0 + [cmake iwyu support]: https://github.com/mpusz/mp-units/releases/tag/v2.2.0 + +[`MP_UNITS_DEV_CLANG_TIDY`](#MP_UNITS_DEV_CLANG_TIDY){ #MP_UNITS_DEV_CLANG_TIDY } + +: [:octicons-tag-24: 2.2.0][cmake clang-tidy support] · :octicons-milestone-24: `ON`/`OFF` (Default: `OFF`) + + Enables clang-tidy analysis. + + [cmake clang-tidy support]: https://github.com/mpusz/mp-units/releases/tag/v2.2.0 ## CMake with presets support