summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMP0128: Enable/disable extensions if standard same as defaultRaul Tambre2021-11-117-28/+47
* Merge branch 'release-3.21' into release-3.22Brad King2021-11-110-0/+0
|\
| * Merge branch 'IntelLLVM-no-xilink' into release-3.21Brad King2021-11-101-1/+1
| |\
* | \ Merge topic 'IntelLLVM-no-xilink' into release-3.22Brad King2021-11-111-1/+1
|\ \ \ | | |/ | |/|
| * | IntelLLVM: Use MSVC linker with MSVC frontend variantWilliam R. Dieter2021-11-101-1/+1
| |/
* | Merge topic 'doc-CMP0128' into release-3.22Craig Scott2021-11-101-1/+3
|\ \
| * | Help: Correct inaccuracies in wording for CMP0128Craig Scott2021-11-081-1/+3
* | | Merge topic 'nmc-reuse-from' into release-3.22Brad King2021-11-091-3/+3
|\ \ \
| * | | PCH: Fixed Ninja Multi-Config and REUSE_FROM for MSVCCristian Adam2021-11-081-3/+3
* | | | Merge topic 'msvc-pch-reuse-config' into release-3.22Brad King2021-11-091-2/+2
|\ \ \ \
| * | | | PCH: Fix REUSE_FROM when Debug and RelWithDebInfo configs differCristian Adam2021-11-081-2/+2
| |/ / /
* | | | Merge topic 'doc-preset-inheritance' into release-3.22Brad King2021-11-091-3/+3
|\ \ \ \
| * | | | Help: Use stronger wording in rule about preset inheritanceYonggang Luo2021-11-081-3/+3
|/ / / /
* | | | Merge topic 'vs-framework-version' into release-3.22Brad King2021-11-0811-39/+182
|\ \ \ \
| * | | | VS: Default TargetFrameworkVersion to v4.7.2 for VS 2022Brad King2021-11-061-0/+6
| * | | | VS: Model a default target frameworkBrad King2021-11-0610-10/+122
| * | | | cmVisualStudio10TargetGenerator: Refactor target framework selectionBrad King2021-11-061-35/+53
| * | | | cmGlobalVisualStudio8Generator: Refactor SetGeneratorPlatformBrad King2021-11-031-4/+11
* | | | | Merge topic 'doc-CUDA_STANDARD' into release-3.22Brad King2021-11-081-5/+11
|\ \ \ \ \
| * | | | | Help: Clarify valid versus supported values for CUDA_STANDARDCraig Scott2021-11-071-5/+11
| | |_|/ / | |/| | |
* | | | | Merge topic 'doc-PKG_CONFIG_ARGN' into release-3.22Craig Scott2021-11-081-16/+33
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Help: Clarify how PKG_CONFIG env var initializes cache varsCraig Scott2021-11-071-16/+33
|/ / / /
* | | | Merge topic 'nmc-cross-config-target-deps' into release-3.22Brad King2021-11-0511-13/+47
|\ \ \ \
| * | | | Ninja Multi-Config: Fix custom command target dependencies in cross-configsBrad King2021-11-046-4/+34
| * | | | Ninja Multi-Config: Fix internal cross-config target dependency orderingBrad King2021-11-041-4/+8
| * | | | Ninja Multi-Config: Fix cross-config custom command dependency tracingBrad King2021-11-044-5/+5
* | | | | Merge topic 'CheckLinkerFlag-policies' into release-3.22Brad King2021-11-051-0/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | CheckLinkerFlag: Set policies needed by the implementationThomas Dickerson2021-11-041-0/+6
|/ / / /
* | | | Merge branch 'release-3.21' into release-3.22Brad King2021-11-040-0/+0
|\ \ \ \ | | |_|/ | |/| |
| * | | Merge branch 'doc-TARGET_RUNTIME_DLLS' into release-3.21Brad King2021-11-032-2/+14
| |\ \ \
| * \ \ \ Merge branch 'msvc-cxx-modules-scanDependencies' into release-3.21Brad King2021-11-031-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'GNUtoMS-vs2022' into release-3.21Brad King2021-11-031-1/+1
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'doc-TARGET_RUNTIME_DLLS' into release-3.22Brad King2021-11-042-2/+14
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Help: Clarify TARGET_RUNTIME_DLLS behavior on imported targetsBrad King2021-11-032-2/+14
| |/ / / / /
* | | | | | Merge topic 'FindHDF5-avoid-duplicate-library-entries' into release-3.22Brad King2021-11-041-0/+8
|\ \ \ \ \ \
| * | | | | | FindHDF5: clear language-specific libraries list before discoveryBen Boeckel2021-11-031-0/+6
| * | | | | | FindHDF5: clear library output variables at the top of the moduleBen Boeckel2021-11-031-0/+2
* | | | | | | Merge topic 'msvc-cxx-modules-scanDependencies' into release-3.22Brad King2021-11-041-1/+1
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | cmScanDepFormat: Accept P1689r4 files with version 1Brad King2021-11-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'FindHDF5-fix-windows-hl-implib-query' into release-3.22Brad King2021-11-041-1/+1
|\ \ \ \ \ \
| * | | | | | FindHDF5: fix variable name when querying `hdf5_hl`'s implibBen Boeckel2021-11-031-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'GNUtoMS-vs2022' into release-3.22Brad King2021-11-041-1/+1
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | GNUtoMS: Add search path for VS 2022 environment scriptsBrad King2021-11-031-1/+1
| | |/ / / | |/| | |
* | | | | Merge topic 'ninja-pdb-dir' into release-3.22Brad King2021-11-042-3/+3
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Ninja: Fix creation of Windows import library directoryBrad King2021-11-031-2/+2
| * | | | cmNinjaTargetGenerator: Replace "their" with "there" in commentBrad King2021-11-031-1/+1
| | |/ / | |/| |
* | | | Merge topic 'help_cmake_lang_extensions_default' into release-3.22Brad King2021-11-0310-19/+36
|\ \ \ \
| * | | | Help: Better explain CMAKE_<LANG>_EXTENSIONS_DEFAULTRaul Tambre2021-11-0210-19/+36
| |/ / /
* | | | Merge topic 'nvhpc-isystem' into release-3.22Brad King2021-11-032-0/+2
|\ \ \ \ | |/ / / |/| | |
| * | | NVHPC: Support SYSTEM include directoriesRobert Maynard2021-11-022-0/+2