summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ | |/ / |/| |
| * | Tutorial: Extend literal include to contain full code changes in solutionMarkus Ferrell2023-06-151-1/+1
|/ /
* | Merge topic 'doc-genex-TARGET_RUNTIME_DLL_DIRS' into release-3.27Brad King2023-06-141-0/+4
|\ \
| * | Help: Add 3.27 release note for TARGET_RUNTIME_DLL_DIRSBrad King2023-06-131-0/+4
* | | Merge topic 'improve-sphinx-check' into release-3.27Brad King2023-06-142-23/+19
|\ \ \ | |/ / |/| |
| * | Utilities/Sphinx: Fix some flake8 gripesMatthew Woehlke2023-06-131-7/+6
| * | Utilities/Sphinx: Don't ignore flake8 E402Matthew Woehlke2023-06-132-21/+18
|/ /
* | Merge topic 'test-no-git' into release-3.27Brad King2023-06-132-5/+7
|\ \
| * | Tests: Require git to enable RunCMake.CMP0150 testBrad King2023-06-121-1/+4
| * | Tests: Find GIT_EXECUTABLE early enough to use in all testsBrad King2023-06-121-4/+3
* | | Merge topic 'doc-sphinx-2.x' into release-3.27Brad King2023-06-132-4/+9
|\ \ \ | |/ / |/| |
| * | Utilities/Sphinx: Restore explicit check for Sphinx 2.x or laterBrad King2023-06-122-3/+8
| * | Utilities/Sphinx: Fix flake8 E124 diagnostic in cmake.pyBrad King2023-06-121-1/+1
|/ /
* | CMake 3.27.0-rc2v3.27.0-rc2Brad King2023-06-121-1/+1
* | Merge topic 'restore-check-module-deps' into release-3.27Brad King2023-06-127-0/+30
|\ \
| * | Modules: Restore unnecessary inclusions for compatibilityBrad King2023-06-127-0/+30
* | | Merge topic 'add_test-empty-args' into release-3.27Brad King2023-06-124-1/+26
|\ \ \ | |/ / |/| |
| * | add_test: Restore support for empty test argumentsMarc Chevrier2023-06-094-1/+26
* | | Merge topic 'bootstrap-system-cppdap' into release-3.27Brad King2023-06-091-2/+4
|\ \ \
| * | | bootstrap: Add --(no-)system-cppdap configuration switchBjörn Esser2023-06-081-2/+4
| |/ /
* | | Merge topic 'Makefiles-safer-COLOR-usage' into release-3.27Brad King2023-06-094-2/+17
|\ \ \ | |/ / |/| |
| * | Makefiles: quote `$(COLOR)` expansionsBen Boeckel2023-06-084-2/+17
* | | CMake 3.27.0-rc1v3.27.0-rc1Brad King2023-06-081-1/+1
* | | Merge topic 'FindCUDAToolkit-cupti-nvperf' into release-3.27Brad King2023-06-082-9/+31
|\ \ \