summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | 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
|\ \ \ \ \ \
| * | | | | | FindPkgConfig: Report not-found package names in fatal error messageAnthony Baker2023-10-031-3/+3
* | | | | | | Merge topic 'LLVMFlang-MSVC' into release-3.28Brad King2023-10-0425-51/+347
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | LLVMFlang: Add support for targeting MSVC ABI on WindowsBrad King2023-10-038-11/+158
| * | | | | | LLVMFlang: Add support for CMAKE_Fortran_COMPILER_TARGETBrad King2023-10-021-0/+2
| * | | | | | Tests: Enable CMP0091/CMP0141 for MSVC settings in FortranOnly testBrad King2023-10-021-1/+1
| * | | | | | Fortran: Save CMAKE_LINKER variable persistently for MSVC ABIBrad King2023-10-021-1/+2
| * | | | | | CMakeDetermineCompilerABI: Add option to skip implicit link info parsingBrad King2023-10-021-32/+40
| * | | | | | CMakeParseImplicitLinkInfo: Detect link lines using link.exe and lld-linkBrad King2023-10-0214-6/+144
* | | | | | | Merge topic 'cxxmodules-verify-c++20' into release-3.28Brad King2023-10-031-11/+18
|\ \ \ \ \ \ \
| * | | | | | | cxxmodules: Fix CMP0155 NEW behavior when C++ compile features are not knownBrad King2023-10-031-11/+18
|/ / / / / / /
* | | | | | | Begin 3.28 release versioningBrad King2023-10-031-3/+3
* | | | | | | Help: Drop development topic notes to prepare releaseBrad King2023-10-032-9/+0
* | | | | | | Merge topic 'doc-3.28-relnotes'Brad King2023-10-0336-218/+208
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | Help: Update Sphinx versionadded directives for 3.28 releaseBrad King2023-10-031-0/+2
| * | | | | | Help: Organize and revise 3.28 release notesBrad King2023-10-031-93/+136
| * | | | | | Help: Consolidate 3.28 release notesBrad King2023-10-0334-216/+161
| * | | | | | Help: Fix versionadded indentation in cmake-generator-expressions(7) manualBrad King2023-10-031-2/+2
* | | | | | | Merge topic 'cmDebugTools-add-header'Brad King2023-10-033-0/+57
|\ \ \ \ \ \ \
| * | | | | | | cmDebugTools: add headerBen Boeckel2023-10-013-0/+57
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'release-3.27'Brad King2023-10-030-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'FindPostgreSQL-16' into release-3.27Brad King2023-10-031-2/+2
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'FindPostgreSQL-16'Brad King2023-10-031-2/+2
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | |
| * | | | | | | FindPostgreSQL: Add support for version 16Brad King2023-10-021-2/+2
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2023-10-031-1/+1
| |_|/ / / / |/| | | | |