summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cpack-nuget-dependency-groups'Brad King2024-06-0411-17/+298
|\
| * CPack/NuGet: Build dependencies in groupsAlex Opie2024-06-0311-17/+298
* | Merge topic 'gui-trailing-slash-on-dirs'Brad King2024-06-041-3/+9
|\ \
| * | CMakeGUI: Sanitize source and build dirs the same as command lineCraig Scott2024-06-011-3/+9
* | | Merge topic 'cxx-checks-icpx-overriding'Brad King2024-06-041-1/+3
|\ \ \
| * | | cm_cxx_features: Filter out icpx -Woverriding-t-option warningsBrad King2024-06-031-1/+3
* | | | Merge topic 'cxx-checks-distcc'Brad King2024-06-041-0/+2
|\ \ \ \
| * | | | cm_cxx_features: Ignore distcc warningsMartin Mokry2024-06-021-0/+2
* | | | | CMake Nightly Date StampKitware Robot2024-06-041-1/+1
* | | | | Merge branch 'release-3.29'Brad King2024-06-031-2/+2
|\ \ \ \ \
| * | | | | CMake 3.29.4v3.29.4Brad King2024-06-032-3/+3
* | | | | | Merge branch 'release-3.29'Brad King2024-06-030-0/+0
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge branch 'release-3.28' into release-3.29Brad King2024-06-031-0/+7
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'release-3.28'Brad King2024-06-031-0/+7
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | / / / | |_|_|/ / / |/| | | | |
| * | | | | CMake 3.28.6v3.28.6Brad King2024-06-032-1/+8
* | | | | | Merge topic 'cmake-C-crash'Brad King2024-06-038-6/+59
|\ \ \ \ \ \
| * | | | | | Fix crash in target-specific commands called from initial cache scriptBrad King2024-06-018-6/+59
| | |_|_|/ / | |/| | | |
* | | | | | Merge topic 'checklanguage-modulepath'Brad King2024-06-031-0/+1
|\ \ \ \ \ \
| * | | | | | CheckLanguage: Pass along CMAKE_MODULE_PATHDarryl Pogue2024-05-301-0/+1
* | | | | | | Merge topic 'file-accept-empty-lists'Brad King2024-06-037-21/+29
|\ \ \ \ \ \ \
| * | | | | | | file(): TOUCH, TOUCH_NOCREATE and MAKE_DIRECTORY accept empty listsCraig Scott2024-05-317-21/+29
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'ep-disable-source-changes'Brad King2024-06-036-2/+49
|\ \ \ \ \ \ \
| * | | | | | | ExternalProject,FetchContent: Avoid CMAKE_DISABLE_SOURCE_CHANGES errorCraig Scott2024-05-316-2/+49
| |/ / / / / /
* | | | | | | Merge topic 'doc-presets-cwd'Craig Scott2024-06-031-15/+21
|\ \ \ \ \ \ \
| * | | | | | | Help: Presets read by --preset must be in the source directoryCraig Scott2024-06-021-15/+21
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2024-06-031-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2024-06-021-1/+1
* | | | | | Merge topic 'doc-find_package-typical-usage'Craig Scott2024-06-011-6/+24
|\ \ \ \ \ \
| * | | | | | Help: Start find_package() docs with a new "Typical Usage" sectionCraig Scott2024-05-311-6/+24
| |/ / / / /
* | | | | | Merge topic 'doc-cpack-reuse-CMakeFindBinUtils'Craig Scott2024-06-011-9/+12
|\ \ \ \ \ \
| * | | | | | Help: Improve and clarify wording for CPACK_<TOOL>_EXECUTABLECraig Scott2024-05-311-9/+12
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2024-06-011-1/+1
| |_|/ / / |/| | | |
* | | | | Merge topic 'ci-msvc-14.40'Brad King2024-05-314-25/+44
|\ \ \ \ \
| * | | | | gitlab-ci: Update Windows builds to MSVC 14.40 toolsetBrad King2024-05-301-12/+12
| * | | | | Tests: Update BuildDepends test for VS 17.10Brad King2024-05-301-13/+22
| * | | | | cmake-gui: Suppress MSVC deprecation warnings from Qt headersBrad King2024-05-302-0/+10
* | | | | | Merge topic 'ci-intel-windows'Brad King2024-05-312-8/+24
|\ \ \ \ \ \ | |/ / / / /
| * | | | | ci: Update to IntelLLVM 2024.1.0 on WindowsBrad King2024-05-302-6/+22
| * | | | | ci: Fix tags of Intel and IntelLLVM jobs on WindowsBrad King2024-05-301-2/+2
* | | | | | Merge topic 'update-kwsys'Brad King2024-05-312-0/+115
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-KWSys' into update-kwsysBrad King2024-05-302-0/+115
| |\ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| | * | | | | KWSys 2024-05-30 (cb379374)KWSys Upstream2024-05-302-0/+115
* | | | | | | Merge topic 'cpack-deb-shlibdeps'Brad King2024-05-3111-18/+294
|\ \ \ \ \ \ \
| * | | | | | | CPackDeb: dpkg-shlibdeps shall consider dependency components, tooDeniz Bahadir2024-05-3011-18/+294
* | | | | | | | Merge topic 'dep-provider-try_compile'Brad King2024-05-3114-5/+187
|\ \ \ \ \ \ \ \
| * | | | | | | | try_compile: Propagating top level includes into whole-project callsCraig Scott2024-05-3014-5/+187
* | | | | | | | | Merge topic 'FindMPI-FujitsuClang'Brad King2024-05-311-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | |
| * | | | | | | | FindMPI: Add support for FujitsuClang wrappersdomke2024-05-301-0/+3
* | | | | | | | | CMake Nightly Date StampKitware Robot2024-05-311-1/+1
| |_|_|/ / / / / |/| | | | | | |
* | | | | | | | Merge topic 'update-curl'Brad King2024-05-30159-4221/+6835
|\ \ \ \ \ \ \ \