summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'FetchContent-unparsed-arguments' into release-3.27Brad King2023-06-306-5/+11
|\
| * FetchContent: Protect ExternalProject keywords from unknown argumentsBrad King2023-06-296-5/+11
* | Merge topic 'vs-cxxmodules-same-src-name' into release-3.27Brad King2023-06-307-0/+53
|\ \
| * | VS: Fix C++ modules in source files with the same nameBrad King2023-06-287-0/+53
* | | Merge topic 'doc-add_custom_command' into release-3.27Brad King2023-06-291-1/+1
|\ \ \
| * | | Help: add_custom_command(TARGET) does not support USES_TERMINALBrad King2023-06-291-1/+1
| | |/ | |/|
* | | Merge topic 'doc-target_precompile_headers' into release-3.27Brad King2023-06-291-1/+1
|\ \ \
| * | | Help: Fix wrong command name in target_precompile_headers docsCraig Scott2023-06-281-1/+1
| |/ /
* | | Merge topic 'doc-list-xref' into release-3.27Brad King2023-06-291-1/+5
|\ \ \ | |/ / |/| |
| * | Help: Link to cmake-language(7) list docs from list() command docsBrad King2023-06-281-1/+5
|/ /
* | Merge topic 'alias-set-target-prop' into release-3.27Brad King2023-06-272-0/+4
|\ \
| * | Help: Clarify that you can't set properties on ALIAS targetsRyan Friedman2023-06-262-0/+4
| |/
* | Merge topic 'FindCxxTest-doc' into release-3.27Brad King2023-06-261-96/+79
|\ \
| * | FindCxxTest: Modernize documentation formattingBrad King2023-06-231-94/+76
| * | FindCxxTest: Update link to cxxtest project pageBrad King2023-06-231-3/+4
| |/
* | Merge topic 'support_nvhpc_versions_without_isystem' into release-3.27Brad King2023-06-267-1/+16
|\ \
| * | NVHPC: Support nvfortran versions that don't support isystemRobert Maynard2023-06-237-1/+16
| |/
* | Merge topic 'link-depends-is-OFF' into release-3.27Brad King2023-06-264-6/+22
|\ \ | |/ |/|
| * link dependencies: deactivate the featureMarc Chevrier2023-06-234-6/+22
* | Merge topic 'vs-sdk-selection' into release-3.27Brad King2023-06-234-11/+10
|\ \
| * | VS: Restore Windows SDK selection with platform in generator nameBrad King2023-06-224-11/+10
* | | Merge topic 'vs-cxxmodules-public-bmis' into release-3.27Brad King2023-06-233-1/+26
|\ \ \
| * | | VS: Make C++ module BMIs public by default for shared librariesAndreas Weis2023-06-223-1/+26
| | |/ | |/|
* | | Merge topic 'sphinx-docutils-warning' into release-3.27Brad King2023-06-231-1/+12
|\ \ \
| * | | Utilities/Sphinx: Fix warning from docutils 0.18.1+Henry Schreiner2023-06-221-1/+12
| | |/ | |/|
* | | Merge branch 'release-3.26' into release-3.27Brad King2023-06-230-0/+0
|\ \ \
| * \ \ Merge branch 'doc-project-none' into release-3.26Brad King2023-06-232-4/+3
| |\ \ \
| * \ \ \ Merge branch 'backport-3.26-sphinx-domain-parallel' into release-3.26Brad King2023-06-231-0/+13
| |\ \ \ \
* | \ \ \ \ Merge topic 'doc-project-none' into release-3.27Brad King2023-06-232-4/+3
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Help: Restore project command docs for default languages and NONEBrad King2023-06-222-4/+3
| |/ / / /
* | | | | Merge topic 'sphinx-domain-parallel' into release-3.27Brad King2023-06-231-1/+15
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Merge branch 'backport-3.26-sphinx-domain-parallel'Brad King2023-06-220-0/+0
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Utilities/Sphinx: Fix parallel documentation builds for 3.26Jared Dillard2023-06-211-0/+13
| | |/ /
| * | | Utilities/Sphinx: Fix parallel documentation buildsMatthew Woehlke2023-06-221-1/+15
| | |/ | |/|
* | | Merge topic 'doc-GENERATED' into release-3.27Brad King2023-06-221-1/+1
|\ \ \ | |/ / |/| |
| * | Help: Remove incorrect command from list that marks GENERATEDRobert Maynard2023-06-211-1/+1
|/ /
* | CMake 3.27.0-rc3v3.27.0-rc3Brad King2023-06-201-1/+1
* | Merge topic 'android-platform-vars' into release-3.27Brad King2023-06-201-5/+5
|\ \
| * | Android: Restore platform id vars with legacy toolchain fileBrad King2023-06-201-5/+5
* | | Merge topic 'FindProtobuf-version-schemes' into release-3.27Brad King2023-06-201-1/+5
|\ \ \ | |/ / |/| |
| * | FindProtobuf: Support new version number schemeJannik Beyerstedt2023-06-201-1/+5
|/ /
* | Merge topic 'rel-macos-c++17' into release-3.27Brad King2023-06-203-3/+4
|\ \
| * | ci: Build macOS 10.13+ package as C++17Brad King2023-06-161-1/+1
| * | ci: Split macOS 10.10+ and 10.13+ package language standard selectionBrad King2023-06-153-2/+4
| * | ci: Drop unnecessary -stdlib flag from macOS packageBrad King2023-06-151-1/+0
* | | Merge topic 'cmList-SUBLIST-regression' into release-3.27Brad King2023-06-202-1/+52
|\ \ \
| * | | list(): restore SUBLIST behaviorMarc Chevrier2023-06-162-1/+52
|/ / /
* | | Merge topic 'FindPostgreSQL-15' into release-3.27Brad King2023-06-161-2/+2
|\ \ \
| * | | FindPostgreSQL: Add support for version 15Brad King2023-06-161-2/+2
|/ / /
* | | Merge topic 'fix_tutorial_step7_solution_text' into release-3.27Brad King2023-06-161-1/+1
|\ \ \ | |/ / |/| |