summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Help: Replace `cmake -P` option mentions w/ Sphinx roleAlex Turbov2022-08-144-4/+4
* Help: Insert link to `cmake --toolchain` optionAlex Turbov2022-08-141-1/+2
* Help: Turn items of presets manual page into description listAlex Turbov2022-08-141-154/+0
* Help: Format `-Werror`/`-Wno-error` in the way it can be referencedAlex Turbov2022-08-142-28/+30
* Help: Use placeholder instead of listing choices in option linesAlex Turbov2022-08-143-15/+18
* Help: Simplify `cmake --log-level` option definitionAlex Turbov2022-08-141-3/+4
* Help: Split `ctest` options into groups like `cmake` man page hasAlex Turbov2022-08-142-91/+106
* Help: Use `:option:` role to reference `ctest` optionsAlex Turbov2022-08-142-2/+2
* Help: Simplify optional repeating optionAlex Turbov2022-08-141-2/+2
* Help: Short options first, then long, then Windows styleAlex Turbov2022-08-145-7/+7
* Help: `{<…> | <…>}` → `<…|…>`Alex Turbov2022-08-143-4/+3
* Help: Consistent spaces in option argsAlex Turbov2022-08-141-1/+1
* Help: `<f>` → `<file>` for `--help*` option descriptionsAlex Turbov2022-08-142-40/+42
* Help: Fix `ctest` options descriptionAlex Turbov2022-08-091-1/+3
* Merge branch 'release-3.24'Brad King2022-08-090-0/+0
|\
| * Merge topic 'FindThreads-msvc-no-pthread-flag' into release-3.24Brad King2022-08-091-1/+5
| |\
* | \ Merge topic 'FindThreads-msvc-no-pthread-flag'Brad King2022-08-091-1/+5
|\ \ \ | | |/ | |/|
| * | FindThreads: Skip check for -pthread flag when targeting the MSVC ABIBrad King2022-08-081-1/+5
| |/
* | CMake Nightly Date StampKitware Robot2022-08-091-1/+1
* | Merge topic 'doc-markup-program-options'Brad King2022-08-0861-542/+842
|\ \
| * | Help: Consistent options declaration -- short first, then longAlex Turbov2022-08-041-1/+1
| * | Help: Value for `--graphviz=` option actually is mandatoryAlex Turbov2022-08-042-2/+2
| * | Help: Replace a bunch of more ``--option`` to `:option:` roleAlex Turbov2022-08-0429-198/+248
| * | Help: Replace mentions of ``-D`` option with :option:`-D` roleAlex Turbov2022-08-042-2/+3
| * | Help: Replace mentions of ``-T`` and ``-A`` options with roleAlex Turbov2022-08-0416-34/+35
| * | Help: Replace mentions of ``-G`` option with :option:`-G` roleAlex Turbov2022-08-046-19/+20
| * | Help: Replace mentions of ``-C`` option with :option:`-C` roleAlex Turbov2022-08-044-9/+8
| * | Help: Replace mentions of ``-S`` option with :option:`-S` roleAlex Turbov2022-08-044-7/+10
| * | Help: Turn some mentions of options into links on executables man pageAlex Turbov2022-08-043-58/+76
| * | Help: Use `option` directive for the executables manual pagesAlex Turbov2022-08-047-216/+443
* | | CMake Nightly Date StampKitware Robot2022-08-081-1/+1
* | | CMake Nightly Date StampKitware Robot2022-08-071-1/+1
* | | CMake Nightly Date StampKitware Robot2022-08-061-1/+1
* | | Merge topic 'string-JSON-error-typo'Brad King2022-08-052-4/+4
|\ \ \
| * | | string(JSON): Fix typo in error messageSean Kahler2022-08-042-4/+4
* | | | Merge topic 'swift_debug'Brad King2022-08-051-1/+1
|\ \ \ \
| * | | | Swift: Disable optimization when compiling in DebugDavid Geldreich2022-08-041-1/+1
* | | | | Merge topic 'find_package-one-more-path'Brad King2022-08-056-4/+34
|\ \ \ \ \
| * | | | | cmFindPackageCommand: Protect overrides of `cmDirectoryListGenerator`Alex Turbov2022-08-041-0/+2
| * | | | | cmFindPackageCommand: Add one more search pathAlex Turbov2022-08-046-4/+32
| | |_|/ / | |/| | |
* | | | | CMake Nightly Date StampKitware Robot2022-08-051-1/+1
| |_|/ / |/| | |
* | | | Merge branch 'release-3.24'Brad King2022-08-040-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | CMake 3.24.0v3.24.0Brad King2022-08-041-1/+1
* | | | Merge topic 'doc-CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE'Brad King2022-08-041-0/+8
|\ \ \ \
| * | | | Help: Add CPACK_NUGET_PACKAGE_REQUIRE_LICENSE_ACCEPTANCE docsAlex Turbov2022-08-031-0/+8
| | |/ / | |/| |
* | | | Merge topic 'cmake-preset-error-reporting'Brad King2022-08-048-20/+54
|\ \ \ \
| * | | | presets: Add basic error forwarding from cmake preset json parserSankhesh Jhaveri2022-08-038-20/+54
* | | | | Merge topic 'enable-intel-llvm-ipo-3'Brad King2022-08-047-43/+117
|\ \ \ \ \
| * | | | | Add linker prefix for "-stack" flag on MSVC buildsWilliam R. Dieter2022-08-011-1/+1
| * | | | | Enable IPO for IntelLLVM compilers on Linux and WindowsWilliam R. Dieter2022-08-013-32/+60