summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge branch 'release-3.28'Brad King2023-10-060-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cxxmodules-explicit-c++20' into release-3.28Brad King2023-10-069-75/+199
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cxxmodules-explicit-c++20'Brad 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
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2023-10-061-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2023-10-051-1/+1
* | | | | | Merge branch 'release-3.28'Brad King2023-10-040-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge topic 'FindPkgConfig-error' into release-3.28Brad King2023-10-041-3/+3
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'FindPkgConfig-error'Brad King2023-10-041-3/+3
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindPkgConfig: Report not-found package names in fatal error messageAnthony Baker2023-10-031-3/+3
* | | | | | | Merge branch 'release-3.28'Brad King2023-10-040-0/+0
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Merge topic 'LLVMFlang-MSVC' into release-3.28Brad King2023-10-0425-51/+347
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'LLVMFlang-MSVC'Brad 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
* | | | | | | CMake Nightly Date StampKitware Robot2023-10-041-1/+1
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'release-3.28'Brad King2023-10-030-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge topic 'cxxmodules-verify-c++20' into release-3.28Brad King2023-10-031-11/+18
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'cxxmodules-verify-c++20'Brad King2023-10-031-11/+18
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | cxxmodules: Fix CMP0155 NEW behavior when C++ compile features are not knownBrad King2023-10-031-11/+18
| |/ / / / /
* | | | | | Begin post-3.28 developmentBrad King2023-10-033-2/+11
* | | | | | Merge branch 'release-3.28'Brad King2023-10-033-12/+3
|\ \ \ \ \ \ | |/ / / / /
| * | | | | 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
| |_|/ / |/| | |
* | | | Merge topic 'cxxmodules-no-longer-experimental'Brad King2023-10-02175-868/+564
|\ \ \ \