summaryrefslogtreecommitdiff
path: root/Help
Commit message (Expand)AuthorAgeFilesLines
* file(ARCHIVE_CREATE): Allow higher compression level for ZstdAmir Masoud Abdol2022-11-161-0/+3
* Merge topic 'cmake-E-copy-t-mode'Brad King2022-11-152-5/+13
|\
| * cmake -E copy: Add support for -t argumentKyle Edwards2022-11-152-5/+13
* | Merge topic 'top-level-command-order'Brad King2022-11-152-1/+8
|\ \ | |/ |/|
| * project: Warn at top-level if `cmake_minimum_required` wasn't calledfriendlyanon2022-11-112-1/+8
* | Merge topic 'msvc-19.34-cpp-modules'Brad King2022-11-141-0/+4
|\ \ | |/ |/|
| * msvc: bless MSVC 19.34 support for C++ modules as experimentalBen Boeckel2022-11-111-0/+4
| * Merge topic 'sphinx-linkcheck' into release-3.25Brad King2022-11-0818-91/+91
| |\
| * \ Merge topic 'doc-block-return' into release-3.25Brad King2022-11-083-40/+78
| |\ \
| * \ \ Merge topic 'doc-msvc-abi' into release-3.25Brad King2022-11-082-4/+6
| |\ \ \
| * \ \ \ Merge topic 'tasking_update_toolset_doc' into release-3.25Brad King2022-11-081-4/+7
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-improvements'Brad King2022-11-10112-299/+537
|\ \ \ \ \ \
| * | | | | | Help: Move a note about arguments and genexes into include fileAlex Turbov2022-11-0912-52/+39
| * | | | | | Help: Drop unused `PROPERTY_GENEX` replace from `prop_tgt/INTERFACE_*` filesAlex Turbov2022-11-096-6/+0
| * | | | | | Help: Add _See Also_ sections to related CMake commandsAlex Turbov2022-11-0944-43/+311
| * | | | | | Help: Use direct refs to genexes instead of ``$<GENEX-NAME>``Alex Turbov2022-11-0916-69/+62
| * | | | | | Help: Use CMake highlighting for command synopsisAlex Turbov2022-11-0929-38/+38
| * | | | | | Help: Use monospaced font for a genex name in a section titleAlex Turbov2022-11-091-2/+2
| * | | | | | Help: Use `code-block:: cmake` instead of `::` for sub-commands descriptionsAlex Turbov2022-11-072-21/+21
| * | | | | | Help: ``CMake`` → CMakeAlex Turbov2022-11-071-1/+1
| * | | | | | Help: Unindent _See Also_ related commands listAlex Turbov2022-11-075-15/+13
| * | | | | | Help: Use `caption` option of `code-block` for JSON trace format snippetsAlex Turbov2022-11-071-4/+2
| * | | | | | Help: Use role `:program:`Alex Turbov2022-11-0611-39/+39
| * | | | | | Help: Add some more `:option:` role to `cmake-language(7)` manualAlex Turbov2022-11-061-8/+8
| * | | | | | Help: Add `ATTENTION` for comments in the `cmake-language(7)` manualAlex Turbov2022-11-061-3/+3
* | | | | | | ASM_MARMASM: Add support for Microsoft ARM assembler languageIlia K2022-11-093-2/+13
* | | | | | | Merge topic 'file-set-file-api'Brad King2022-11-092-1/+38
|\ \ \ \ \ \ \
| * | | | | | | file-api: support exporting file set informationBen Boeckel2022-11-082-1/+38
| |/ / / / / /
* | | | | | | Merge topic 'use_folders_on_by_default'Brad King2022-11-084-3/+54
|\ \ \ \ \ \ \
| * | | | | | | USE_FOLDERS: Treat as on by defaultJuan Ramos2022-11-084-3/+54
* | | | | | | | Merge topic 'sphinx-linkcheck'Brad King2022-11-0818-91/+91
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'backport-sphinx-linkcheck' into sphinx-linkcheckBrad King2022-11-0718-91/+91
| |\ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | / | | | |_|_|_|_|/ | | |/| | | | |
| | * | | | | | Help: Fix some redirects reported with sphinx linkcheckAlex Turbov2022-11-0715-81/+81
| | * | | | | | Help: Fix broken external links found by sphinx linkcheckAlex Turbov2022-11-074-10/+10
* | | | | | | | Merge topic 'doc-block-return'Brad King2022-11-083-40/+78
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Help: clean up and clarify block() and return()Craig Scott2022-11-083-40/+78
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'doc-msvc-abi'Brad King2022-11-082-4/+6
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Help: Clarify compilers affected by MSVC ABI abstractionsBrad King2022-11-072-4/+6
| |/ / / / /
* | | | | | Merge topic 'tasking_update_toolset_doc'Brad King2022-11-081-4/+7
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Tasking: Update CMAKE_TASKING_TOOLSET documentationChristoph Seitz2022-11-071-4/+7
| |/ / / /
* | | | | Merge topic 'doc-find-validator'Craig Scott2022-11-081-9/+14
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Help: Make VALIDATOR wording clearer and more preciseCraig Scott2022-11-071-9/+14
| |/ / /
| * | | Merge branch 'release-3.24' into release-3.25Brad King2022-11-011-0/+11
| |\ \ \
| * \ \ \ Merge branch 'release-3.24' into release-3.25Brad King2022-11-011-2/+2
| |\ \ \ \
* | | | | | ExternalProject: Add `INSTALL_BYPRODUCTS` optionAlois Klink2022-11-051-0/+6
| |_|_|/ / |/| | | |
* | | | | Merge branch 'release-3.24'Brad King2022-11-011-0/+11
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | CMake 3.24.3v3.24.3Brad King2022-11-011-0/+11
| | |/ / | |/| |
| * | | Merge branch 'release-3.23' into release-3.24Brad King2022-11-011-2/+2
| |\ \ \
| * \ \ \ Merge branch 'doc-timestamp-f' into release-3.24Brad King2022-10-141-0/+2
| |\ \ \ \
| * \ \ \ \ Merge branch 'release-3.23' into release-3.24Brad King2022-10-041-3/+3
| |\ \ \ \ \