From 36d76ed07cb5de9d6687b048807786de7b8c46d7 Mon Sep 17 00:00:00 2001 From: Michael Hirsch Date: Fri, 21 Oct 2022 09:49:21 -0400 Subject: Help: cmake(1), ctest(1), versionadded for key flags --- Help/manual/cmake.1.rst | 5 +++++ Help/manual/ctest.1.rst | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/Help/manual/cmake.1.rst b/Help/manual/cmake.1.rst index 3dc6d69..35bd05f 100644 --- a/Help/manual/cmake.1.rst +++ b/Help/manual/cmake.1.rst @@ -142,6 +142,9 @@ source and build trees and generate a buildsystem: $ cmake . ``cmake [] -S -B `` + + .. versionadded:: 3.13 + Uses ```` as the build tree and ```` as the source tree. The specified paths may be absolute or relative to the current working directory. The source tree must contain a @@ -555,6 +558,8 @@ following options: .. option:: -j [], --parallel [] + .. versionadded:: 3.12 + The maximum number of concurrent processes to use when building. If ```` is omitted the native build tool's default number is used. diff --git a/Help/manual/ctest.1.rst b/Help/manual/ctest.1.rst index 1e691be..3497a9f 100644 --- a/Help/manual/ctest.1.rst +++ b/Help/manual/ctest.1.rst @@ -168,6 +168,8 @@ Run Tests .. option:: --output-junit + .. versionadded:: 3.21 + Write test results in JUnit format. This option tells CTest to write test results to ```` in JUnit XML @@ -183,6 +185,10 @@ Run Tests actually run them. Useful in conjunction with the :option:`-R ` and :option:`-E ` options. + .. versionadded:: 3.14 + + The ``--show-only`` option accepts a ```` value. + ```` can be one of the following values. ``human`` @@ -1491,6 +1497,8 @@ Configuration settings include: Show as JSON Object Model ========================= +.. versionadded:: 3.14 + When the ``--show-only=json-v1`` command line option is given, the test information is output in JSON format. Version 1.0 of the JSON object model is defined as follows: -- cgit v0.12