https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
1ae6ab1 [Intel]: Add INTEL Dpcpp compiler identification, check __INTEL_DPCPP_COMPILER__ via _compiler_id_pp_test to deect INTEL DPCPP compiler detection. 21 September 2020, 20:31:28 UTC
efdd143 Merge topic 'vs-win-sdk-custom-max' ba497111f6 VS: Add option for custom Win10 SDK version maximum Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5150 26 August 2020, 14:28:07 UTC
ff92b0e Merge branch 'release-3.18' 26 August 2020, 14:26:52 UTC
6585661 Merge topic 'FindJNI-arm64' 44dffbcc94 FindJNI: Add arm64 support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5162 26 August 2020, 14:26:52 UTC
807aaae Merge topic 'FindJNI-arm64' into release-3.18 44dffbcc94 FindJNI: Add arm64 support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5162 26 August 2020, 14:26:52 UTC
57c1be6 Merge topic 'cuda-std-for-msvc' into release-3.18 bed315a0da CUDA: Support setting CUDA14/17 when using MSVC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5160 26 August 2020, 14:25:44 UTC
cd03fb1 Merge branch 'release-3.18' 26 August 2020, 14:25:44 UTC
bf0262f Merge topic 'cuda-std-for-msvc' bed315a0da CUDA: Support setting CUDA14/17 when using MSVC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5160 26 August 2020, 14:25:44 UTC
ee70fe4 CMake Nightly Date Stamp 26 August 2020, 04:02:20 UTC
ba49711 VS: Add option for custom Win10 SDK version maximum Since commit 83ddc4d289 (VS: Do not select a Windows SDK too high for current VS version, 2017-08-07, v3.13.0-rc1~72^2~2) we enforce a maximum SDK version for the VS 2015 generator. The blog post linked in the original commit is no longer available, but it can be seen here: * https://web.archive.org/web/20190108032520/https://blogs.msdn.microsoft.com/chuckw/2018/10/02/windows-10-october-2018-update/ In particular, it states: > VS 2015 Users: The Windows 10 SDK (15063, 16299, 17134, 17763) > is officially only supported for VS 2017. However, in some circumstances a higher version can be used. Add a `CMAKE_VS_WINDOWS_TARGET_PLATFORM_VERSION_MAXIMUM` to override the generator's default maximum SDK version. Fixes: #20633 25 August 2020, 19:27:38 UTC
44dffbc FindJNI: Add arm64 support On 64-bit ARM, JVM directories have an arm64 suffix. 25 August 2020, 18:34:02 UTC
4767548 Merge topic 'automoc_timestamp_nmc_fix' into release-3.18 a48bb185c3 AutoGen: Fix moc and uic dependencies when building Qt itself Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5153 25 August 2020, 17:58:28 UTC
675be01 Merge branch 'release-3.18' 25 August 2020, 17:58:28 UTC
979a5bd Merge topic 'automoc_timestamp_nmc_fix' a48bb185c3 AutoGen: Fix moc and uic dependencies when building Qt itself Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5153 25 August 2020, 17:58:28 UTC
a48bb18 AutoGen: Fix moc and uic dependencies when building Qt itself When building Qt itself, the moc and uic executables are spcecified via a generator expression of the form $<TARGET_FILE:Qt6::moc>, which ends populating Moc's and Uic's 'Executable' field but not the ExecutableTarget and ExecutableTargetName fields. In such a scenario, the code in cmQtAutoGenInitializer::InitAutogenTarget fails to add a dependency on moc (or uic), because ExecutableTarget is null. First try to add a dependency on the ExecutableTarget if it's not empty, otherwise try to add a dependency on the path specified in the 'Executable' field. Issue: #21118 25 August 2020, 16:29:23 UTC
5e212ca Merge topic 'osx_asm_architectures' 940fc62962 macOS: Respect OSX_ARCHITECTURES for ASM Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5152 25 August 2020, 14:40:20 UTC
f035dde Merge topic 'win32-executable-genex' 3ef0c40962 WIN32_EXECUTABLE: Add support for generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5146 25 August 2020, 14:33:00 UTC
ea67dbc Merge topic 'file_generate_target' 27a912193b file(GENERATE): Add TARGET argument Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5131 25 August 2020, 14:31:02 UTC
0b0dc86 Merge topic 'unk_imported_location' 359c500a24 cmTarget: Raise error if imported target location is not set Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5113 25 August 2020, 14:30:14 UTC
a65f95b Merge topic 'update-curl' 387ea71853 curl: Set build options the way we need for CMake 7d0fa4a943 Merge branch 'upstream-curl' into update-curl 7ceb56989f curl 2020-08-19 (9d954e49) c156948327 curl: Update script to get curl 7.72.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5143 25 August 2020, 14:28:19 UTC
7e7c7fd Merge branch 'release-3.18' 25 August 2020, 14:26:54 UTC
4294526 Merge topic 'msvc_static_assert' 95bc11dbb4 MSVC: Record support for c_static_assert Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5148 25 August 2020, 14:26:54 UTC
d2c3dea Merge topic 'msvc_static_assert' into release-3.18 95bc11dbb4 MSVC: Record support for c_static_assert Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5148 25 August 2020, 14:26:54 UTC
d9aa99d CMake Nightly Date Stamp 25 August 2020, 04:01:11 UTC
9e61327 Merge topic 'fetchcontent-source-dir' b972e25276 FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5156 24 August 2020, 22:29:13 UTC
353d266 Merge topic 'known_features_docs' 268fcc2782 Help: Separate C++ compile feature by standard Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5151 24 August 2020, 22:23:58 UTC
bed315a CUDA: Support setting CUDA14/17 when using MSVC Fixes #20953 24 August 2020, 13:53:38 UTC
6db6913 CMake Nightly Date Stamp 24 August 2020, 04:01:17 UTC
b972e25 FetchContent: Fix SOURCE_DIR, BUILD_DIR when disconnected or overridden Fixes: #21123 23 August 2020, 08:38:47 UTC
269d1a8 CMake Nightly Date Stamp 23 August 2020, 04:01:09 UTC
268fcc2 Help: Separate C++ compile feature by standard Additionally, mention that no fine-grained features are available for C++ 17 and beyond. Co-Authored-By: Craig Scott <craig.scott@crascit.com> 23 August 2020, 03:49:40 UTC
940fc62 macOS: Respect OSX_ARCHITECTURES for ASM Fixes #20771. 22 August 2020, 06:16:21 UTC
08170b1 CMake Nightly Date Stamp 22 August 2020, 04:01:14 UTC
6cbaa8e Merge topic 'clang-cl-restore-preprocess' 7b083d59c2 clang-cl: Restore rules to create preprocessed and assembly output Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5142 21 August 2020, 13:31:08 UTC
3ef0c40 WIN32_EXECUTABLE: Add support for generator expressions 21 August 2020, 13:17:27 UTC
359c500 cmTarget: Raise error if imported target location is not set Previously we would synthesize <TARGET_NAME>-NOTFOUND as the location. This would then end up on the link line and cause build failures. Policy CMP0110 is added to control this behaviour. Fixes #19080, #19943. 21 August 2020, 12:38:39 UTC
692bc2d CMake Nightly Date Stamp 21 August 2020, 04:01:09 UTC
27a9121 file(GENERATE): Add TARGET argument Adds TARGET argument to file(GENERATE) to make resolving generator expressions requiring a target possible. Implements #21101, fixes #21074. 20 August 2020, 14:41:52 UTC
95bc11d MSVC: Record support for c_static_assert Supported since MSVC 19.28.29115 (VS 16.8.0 Preview 1.0). 20 August 2020, 13:45:47 UTC
8de3a25 Merge branch 'release-3.18' 20 August 2020, 13:21:33 UTC
aaa5eab CMake 3.18.2 20 August 2020, 12:20:32 UTC
2a8f363 Merge topic 'fix-file-generate-cmp0070' 462b6d83e8 file(GENERATE): Test source properties 1977f7833b file(GENERATE): Update existing tests 04fbd7566a file(GENERATE): Fix missing check for policy CMP0070 2dc2732f67 file(GENERATE): Refactor outputFileName calculation a9602bb41e file(GENERATE): Refactor inputFileName calculation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5090 20 August 2020, 11:59:23 UTC
692d259 Merge topic 'doc-git-describe' e05b200be2 Help/dev: Update CMake Review Process document to suggest 'git describe' Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5149 20 August 2020, 11:57:19 UTC
4fc1dd2 Merge topic 'FindMPI-cuda-pthread' into release-3.18 47abe5f225 FindMPI: Fix regression in pthread guard Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5147 20 August 2020, 11:55:23 UTC
579ada3 Merge branch 'release-3.18' 20 August 2020, 11:55:23 UTC
e029cb1 Merge topic 'FindMPI-cuda-pthread' 47abe5f225 FindMPI: Fix regression in pthread guard Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Raul Tambre <raul@tambre.ee> Merge-request: !5147 20 August 2020, 11:55:23 UTC
590b879 Merge topic 'gitlab-ci-msvc-14.27' into release-3.18 983cb0c891 gitlab-ci: Update Windows builds to MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5144 20 August 2020, 11:53:12 UTC
8414855 Merge branch 'release-3.18' 20 August 2020, 11:53:12 UTC
4535963 Merge topic 'gitlab-ci-msvc-14.27' 983cb0c891 gitlab-ci: Update Windows builds to MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5144 20 August 2020, 11:53:12 UTC
4abd3a6 Merge branch 'release-3.18' 20 August 2020, 11:49:28 UTC
d13b010 Merge topic 'msvc_c11' f4373feda8 Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5145 20 August 2020, 11:49:27 UTC
eeaa890 Merge topic 'msvc_c11' into release-3.18 f4373feda8 Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5145 20 August 2020, 11:49:27 UTC
e05b200 Help/dev: Update CMake Review Process document to suggest 'git describe' Using `git describe --contains` is the preferred way to reference a commit relative to a tag. 20 August 2020, 11:29:06 UTC
47abe5f FindMPI: Fix regression in pthread guard Fix a regression with MPI and CUDA<10.2 that did let `-pthread` flags slip to nvcc again. In commit b725a19072 (FindMPI: Deny -fexceptions from NVCC, 2020-07-02, v3.18.0-rc4~12^2) we accidentally forgot to use the variable containing the replacement result. Fixes: #21108 20 August 2020, 10:52:45 UTC
b544a1e CMake Nightly Date Stamp 20 August 2020, 04:01:12 UTC
983cb0c gitlab-ci: Update Windows builds to MSVC 19.27 19 August 2020, 18:53:46 UTC
f4373fe Tests: Fix RunCMake.try_compile test for C standards with MSVC 19.27 Since commit f7347f28c7 (MSVC: Record support for C11 and c_restrict, 2020-08-09) we know about MSVC C language standards. Update the `RunCMake.try_compile` test to be aware of this even when CMake is itself configured by an older CMake that does not know this. 19 August 2020, 18:52:52 UTC
387ea71 curl: Set build options the way we need for CMake 19 August 2020, 17:07:30 UTC
7d0fa4a Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2020-08-19 (9d954e49) 19 August 2020, 16:50:05 UTC
7ceb569 curl 2020-08-19 (9d954e49) Code extracted from: https://github.com/curl/curl.git at commit 9d954e49bce3706a9a2efb119ecd05767f0f2a9e (curl-7_72_0). 19 August 2020, 16:44:30 UTC
c156948 curl: Update script to get curl 7.72.0 19 August 2020, 16:44:12 UTC
162583b Merge topic 'CMakeDetermineCXXCompiler-clang-typo' 10d7445dd8 clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5140 19 August 2020, 15:51:03 UTC
80b9c44 Merge topic 'ccmake-no-form-warnings' 16accdc76e ccmake: suppress warnings in third-party form code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5141 19 August 2020, 15:49:18 UTC
cb5c8e6 Merge topic 'cpack-wix-custom-xmlns' 267de3ba30 CPack/WiX: Add support for custom XML namespaces Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5132 19 August 2020, 15:48:24 UTC
fed08ce Merge topic 'ExternalProject-retry-only-recoverable' 116b06870d ExternalProject: add INACTIVITY_TIMEOUT argument f24e34975a ExternalProject: retry download on recoverable errors Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5034 19 August 2020, 15:47:34 UTC
f1ec887 Merge topic 'CMakeDependentOption-doc' 91f791b498 CMakeDependentOption: Expand documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5138 19 August 2020, 15:46:29 UTC
5d77051 Merge topic 'buildsystem_documentation_update' cfcb71c530 Help: Update cmake-buildsystem documentation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5123 19 August 2020, 15:45:38 UTC
28ae9d8 Merge branch 'release-3.18' 19 August 2020, 15:40:03 UTC
db16060 Merge topic 'ep-patch-skip-update-dep' 715324742f ExternalProject: Stop configure target from always appearing out-of-date c0b7198ad9 ExternalProject: Stop patch target from always appearing out-of-date Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5136 19 August 2020, 15:40:03 UTC
281a87f Merge topic 'ep-patch-skip-update-dep' into release-3.18 715324742f ExternalProject: Stop configure target from always appearing out-of-date c0b7198ad9 ExternalProject: Stop patch target from always appearing out-of-date Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5136 19 August 2020, 15:40:02 UTC
296e2aa Merge branch 'release-3.18' 19 August 2020, 15:37:55 UTC
833e84c Merge topic 'llvm-rc-quote-cmake' into release-3.18 3937536d16 llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5139 19 August 2020, 15:37:54 UTC
b5198da Merge topic 'llvm-rc-quote-cmake' 447dfddb20 Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmake 3937536d16 llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5139 19 August 2020, 15:37:54 UTC
b55965e Merge branch 'release-3.18' 19 August 2020, 15:36:51 UTC
705a609 Merge topic 'FindPython-enhance-version-extraction-from-lib-name' 72822e26c9 FindPython: enhance robustness of version extraction from library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5135 19 August 2020, 15:36:51 UTC
e9d0059 Merge topic 'FindPython-enhance-version-extraction-from-lib-name' into release-3.18 72822e26c9 FindPython: enhance robustness of version extraction from library name Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5135 19 August 2020, 15:36:51 UTC
612a543 Merge branch 'release-3.18' 19 August 2020, 15:35:25 UTC
09e8de7 Merge topic 'CMakeFindBinUtils-fallback' into release-3.18 6896e50967 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5137 19 August 2020, 15:35:00 UTC
e3f9056 Merge topic 'CMakeFindBinUtils-fallback' 6896e50967 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5137 19 August 2020, 15:32:51 UTC
7b083d5 clang-cl: Restore rules to create preprocessed and assembly output In commit d993ebd4ca (clang-cl: Add '--' before source file, 2020-07-28) we accidentally replaced these rules with those to compile an object file. 19 August 2020, 14:53:48 UTC
462b6d8 file(GENERATE): Test source properties Output files get the source property `GENERATED` which is indirectly checked by adding them to a library. For a missing file that is not generated CMake will abort. With the new behavior according CMP0070 relative files are generated into the binary directory. 19 August 2020, 13:05:53 UTC
1977f78 file(GENERATE): Update existing tests Add the additional CMP0070 warning as expected stderr. The warning occurs twice because the output file name is evaluated multiple times. 19 August 2020, 13:05:53 UTC
04fbd75 file(GENERATE): Fix missing check for policy CMP0070 In commit 82be694c7a (file(GENERATE): Add policy CMP0070 to define relative path behavior, 2017-06-08, v3.10.0-rc1~534^2), one path calculation was forgotten. Because of this the path name according to the old behavior was added to the list of CMake generated files. Fixes: #21038 19 August 2020, 13:05:43 UTC
2dc2732 file(GENERATE): Refactor outputFileName calculation 19 August 2020, 13:03:36 UTC
a9602bb file(GENERATE): Refactor inputFileName calculation 19 August 2020, 13:03:36 UTC
92d7249 CMake Nightly Date Stamp 19 August 2020, 04:01:29 UTC
10d7445 clang: Fix the typo for CMAKE_CXX_COMPILER_ID_TEST_FLAGS Fix typo from commit 270e0d9c4d (Detect the correct target architecture for clang compilers., 2020-07-28). Issue: #21097 18 August 2020, 21:23:54 UTC
447dfdd Merge branch 'backport-3.18-llvm-rc-quote-cmake' into llvm-rc-quote-cmake 18 August 2020, 21:18:38 UTC
3937536 llvm-rc: Fix quoting of path to cmake in CMAKE_RC_COMPILE_OBJECT When the installation path to cmake includes spaces, the `<CMAKE_COMMAND>` is required to have proper quotation of the cmake call. Fixes: #21095 18 August 2020, 21:15:34 UTC
16accdc ccmake: suppress warnings in third-party form code 18 August 2020, 21:09:23 UTC
91f791b CMakeDependentOption: Expand documentation 18 August 2020, 17:33:06 UTC
6896e50 CMakeFindBinUtils: Always consider plain binutils when not cross-compiling Since commit c5dd2ca538 (DetermineCompiler: Relax _CMAKE_TOOLCHAIN_PREFIX detection, 2020-03-25, v3.18.0-rc1~430^2), `_CMAKE_TOOLCHAIN_PREFIX` may be set even when not cross-compiling. In this case we may still need to use binutils without any prefix. Fixes: #21103 18 August 2020, 17:19:24 UTC
31b0571 Merge topic 'FixGraphvizAliasTargets' f7dd74e4ef Graphviz: Fix bug that shows duplicated alias targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5134 18 August 2020, 14:29:06 UTC
2f5cb92 Merge topic 'fotran_module_vs_docs' c5407b95f0 Help: Expand Fortran_MODULE_DIRECTORY documentation. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !5128 18 August 2020, 14:28:22 UTC
44fac4a Merge topic 'findhdf5-targets' 5eff274017 FindHDF5: Remove VTK library type detection a8e0a6b3e4 FindHDF5: Port changes from VTK Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5129 18 August 2020, 14:27:29 UTC
7153247 ExternalProject: Stop configure target from always appearing out-of-date When updates are disconnected, don't depend on skip-update because that target is always considered out of date. Depend directly on the patch target instead because it already depends on the appropriate target regardless of whether updates are disconnected or not. This in turn means nothing depends on the skip-update target, so it has also been removed. Relates: #21086 18 August 2020, 13:27:47 UTC
c0b7198 ExternalProject: Stop patch target from always appearing out-of-date The skip-update target is always considered out-of-date. The change in 7249ba9677 (ExternalProject: Enforce that patch depends on update, 2020-04-03) made the patch target depend on skip-update, which in turn made it always out of date too. The patch command should only be re-run if the download needs to be performed again where updates are disconnected. Fixes: #21086 18 August 2020, 13:21:36 UTC
116b068 ExternalProject: add INACTIVITY_TIMEOUT argument In order to abort transfers on slow connections the ExternalProject command support passing the INACTIVITY_TIMEOUT argument. Fixes: #20992 18 August 2020, 13:16:18 UTC
267de3b CPack/WiX: Add support for custom XML namespaces Add a `CPACK_WIX_CUSTOM_XMLNS` option to specify these. Fixes: #21098 18 August 2020, 11:50:49 UTC
cfcb71c Help: Update cmake-buildsystem documentation Add additional information to the cmake-buildsystem manual: * Add link to "Generator Expressions" in a place which demonstrates a generator expression without linking to what they are. * Update "diagnostic message" for "Compatible Interface Properties" to contain an example of the message sent. * Add information about the macOS FRAMEWORK_VERSION and how "A" is the conventional value to use. 18 August 2020, 11:42:42 UTC
back to top