summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'bootstrap-known-compilers' into release-3.28Brad King2023-10-161-2/+2
|\
| * bootstrap: update known compilersscivision2023-10-131-2/+2
* | Merge topic 'nvfortran-mipa' into release-3.28Brad King2023-10-161-1/+1
|\ \
| * | PGI/NVHPC: Remove -Mipa compiler option for 23.3+مهدي شينون (Mehdi Chinoune)2023-10-131-1/+1
| |/
* | Merge topic 'revert-autogen-exe-per-config' into release-3.28Brad King2023-10-1627-909/+204
|\ \
| * | Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"Orkun Tokdemir2023-10-1324-869/+182
| * | Tests: Revert "NinjaMultiConfig: Update tests for the new dependency change"Orkun Tokdemir2023-10-133-40/+22
|/ /
* | Merge branch 'release-3.27' into release-3.28Brad King2023-10-130-0/+0
|\ \
| * \ Merge branch 'release-3.26' into release-3.27Brad King2023-10-120-0/+0
| |\ \
| | * \ Merge branch 'backport-curl-socks5-fix' into release-3.26Brad King2023-10-121-4/+4
| | |\ \
| * | \ \ Merge branch 'backport-curl-socks5-fix' into release-3.27Brad King2023-10-121-4/+4
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | curl: Backport SOCKS5 heap buffer overflow fix from curl 8.4.0Brad King2023-10-121-4/+4
* | | | | Merge topic 'update-curl' into release-3.28Brad King2023-10-13104-1587/+1651
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Utilities: Update hard-coded try_compile results for curl 8.4.0Brad King2023-10-121-0/+1
| * | | | curl: Set build options the way we need for CMakeBrad King2023-10-121-0/+3
| * | | | Merge branch 'upstream-curl' into update-curlBrad King2023-10-12102-1586/+1646
| |\ \ \ \
| | * | | | curl 2023-10-11 (d755a5f7)Curl Upstream2023-10-12102-1587/+1646
| * | | | | curl: Update script to get curl 8.4.0Brad King2023-10-121-1/+1
* | | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-10-120-0/+0
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | |
| * | | | Merge branch 'release-3.26' into release-3.27Brad King2023-10-120-0/+0
| |\ \ \ \ | | | |_|/ | | |/| |
| | * | | Merge branch 'backport-ctest_submit-follow-redirects' into release-3.26Brad King2023-10-121-0/+3
| | |\ \ \
| | | * | | ctest: Restore support for http redirects during Submit stepZack Galbreath2023-10-121-0/+3
| | |/ / /
* | | | | CMake 3.28.0-rc1v3.28.0-rc1Brad King2023-10-111-1/+1
* | | | | Merge topic 'cxxmodules-try_compile' into release-3.28Brad King2023-10-114-0/+28
|\ \ \ \ \
| * | | | | cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compileBrad King2023-10-104-0/+28
* | | | | | Merge topic 'cxxmodules-diagnostics' into release-3.28Brad King2023-10-117-57/+59
|\ \ \ \ \ \
| * | | | | | cxxmodules: Reference documentation in no-modules-support diagnosticsBrad King2023-10-117-33/+45
| * | | | | | Tests: Enforce RunCMake.CXXModules no-modules-support diagnostics strictlyBrad King2023-10-116-36/+26
| |/ / / / /
* | | | | | Merge topic 'doc-typo' into release-3.28Brad King2023-10-111-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix typo in COMPATIBLE_INTERFACE_NUMBER_MIN權少2023-10-111-1/+1
|/ / / / / /
* | | | | | Merge topic 'findruby-add-support-for-3.2' into release-3.28Brad King2023-10-111-6/+6
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | FindRuby: Add support for 3.2Heiko Becker2023-10-101-6/+6
|/ / / / /
* | | | | Merge topic 'remove-experimental-settings' into release-3.28Brad King2023-10-102-4/+0
|\ \ \ \ \
| * | | | | Tests/RunCMake/CXXModules: remove experimental settingsBen Boeckel2023-10-072-4/+0
|/ / / / /
* | | | | Merge branch 'release-3.27' into release-3.28Brad King2023-10-061-2/+2
|\ \ \ \ \ | |/ / / /
| * | | | CMake 3.27.7v3.27.7Brad King2023-10-062-3/+3
* | | | | Merge topic 'findcuda_toolkit_restore_lib_search_dir' into release-3.28Brad King2023-10-061-1/+0
|\ \ \ \ \
| * | | | | FindCUDAToolkit: Restore CUDAToolkit_LIBRARY_SEARCH_DIRS variableRobert Maynard2023-10-041-1/+0
* | | | | | Merge topic 'cxxmodules-explicit-c++20' into release-3.28Brad King2023-10-069-75/+199
|\ \ \ \ \ \
| * | | | | | cxxmodules: Scan only targets that explicitly enable C++ 20Brad King2023-10-054-7/+23
| * | | | | | cmGeneratorTarget: Track explicitly enabled language standard levelsBrad King2023-10-052-1/+47
| * | | | | | cmGeneratorTarget: Remove outdated const/mutable pairBrad King2023-10-042-7/+6
| * | | | | | cmStandardLevelResolver: Add method to look up standard level by nameBrad King2023-10-042-0/+26
| * | | | | | cmStandardLevelResolver: Report feature std level from GetNewRequiredStandardBrad King2023-10-043-13/+17
| * | | | | | cmStandardLevelResolver: Add method to get feature standard levelBrad King2023-10-042-3/+20
| * | | | | | cmStandardLevelResolver: Factor out public representation of levelBrad King2023-10-043-17/+37
| * | | | | | cmStandardLevelResolver: Clarify local variable nameBrad King2023-10-041-2/+2
| * | | | | | cmStandardLevelResolver: Mark builtin language standards table as constBrad King2023-10-041-31/+27
| * | | | | | Tests: Modernize name of RunCMake.CXXModules compiler inspection caseBrad King2023-10-042-2/+2
|/ / / / / /
* | | | | | Merge topic 'FindPkgConfig-error' into release-3.28Brad King2023-10-041-3/+3
|\ \ \ \ \ \