https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
8d70ed5 CMake 3.13.0-rc3 07 November 2018, 12:50:43 UTC
3bad96c Merge branch 'FindOpenMP-log-errors' into release-3.13 Merge-request: !2574 07 November 2018, 12:41:34 UTC
272c4c3 FindOpenMP: Log error output 07 November 2018, 12:38:54 UTC
db0445f FindOpenMP: Fix warnings with -Wstrict-prototypes With -Wstrict-prototype -Werror, the check would fail 07 November 2018, 12:38:54 UTC
263d28b Merge branch 'cpack-doc-gen-names' into release-3.13 Merge-request: !2563 06 November 2018, 16:50:28 UTC
77f8393 Merge branch 'backport-FindBoost-explicit-arch-tag' into release-3.13 Merge-request: !2568 06 November 2018, 16:28:26 UTC
4725506 Merge branch 'rename-cpack-ext-generator' into release-3.13 Merge-request: !2566 06 November 2018, 16:27:41 UTC
12deb05 Help: Use correct CPack generator names CPack generator names were not used consistently throughout the documentation, resulting in ambiguity about what the correct name was for use with the `cpack -G` option. With the changes in this commit, the cpack-generators(7) page of the manual now shows the correct names and other help pages no longer use inconsistent or incorrect names. 06 November 2018, 05:42:38 UTC
1e08b62 FindBoost: Add explicit Boost_ARCHITECTURE option Boost 1.66 and above built with `--layout=versioned` add an architecture tag to the library file names. We already try to compute this tag automatically when `CMAKE_CXX_COMPILER_ARCHITECTURE_ID` is available, but that is currently not computed everywhere. Add an explicit `Boost_ARCHITECTURE` option that a user can set to specify the architecture tag. Issue: #17701 05 November 2018, 15:55:15 UTC
fe997d8 Merge branch 'blaslapack95' into release-3.13 Merge-request: !2560 05 November 2018, 13:11:13 UTC
f1a3e4e FindLAPACK: Correct library name and symbol searched in LAPACK95 wrapper The symbol "CHEEV", originally used to determine if a library provides Fortran 95 wrappers for LAPACK, has been replaced by "cheev_f95". "CHEEV" is provided by libmkl_intel_(i)lp64, which does not provide the generic Fortran 95 wrappers. Instead, libmkl_lapack95_(i)lp64 does; one of the specializations of the type-generic interfaces contained in that library is "lapack_f95". Also, FindLAPACK used libmkl_intel_(i)lp64 instead of the correct libmkl_lapack95_(i)lp64 library for LAPACK95 functionality. This has been fixed, too. 05 November 2018, 13:00:02 UTC
970b18e FindBLAS: Correct symbol searched in BLAS95 wrapper The symbol "SGEMM", originally used to determine if a library provides Fortran 95 wrappers for BLAS, has been replaced by "sgemm_f95". "SGEMM" is provided by libmkl_intel_(i)lp64, which does not provide the generic Fortran 95 wrappers. Instead, libmkl_blas95_(i)lp does; one of the specializations of the type-generic interfaces contained in that library is "sgemm_f95". 05 November 2018, 13:00:02 UTC
20d5e77 CPack: Rename Ext generator to External Ext and External were used inconsistently in the code and the docs. This change converts all uses of Ext to External, including within variable names used by the generator. 05 November 2018, 12:56:03 UTC
36280e6 Merge branch 'custom-command-work-dir-genex' into release-3.13 Merge-request: !2559 05 November 2018, 12:48:39 UTC
4cd0594 Merge branch 'update-curl' into release-3.13 Merge-request: !2550 05 November 2018, 12:48:22 UTC
03d00d6 Merge branch 'cpack-gen-docs-link' into release-3.13 Merge-request: !2562 05 November 2018, 01:04:40 UTC
c12eefa Help: Fix generators link in cpack(1) manual Minor rewording around the updated link and extra blank line added to improve readability and remove a potential ambiguity around the same area. Fixes: #18545 03 November 2018, 21:50:22 UTC
98d5941 add_custom_{command,target}: Fix WORKING_DIRECTORY leading genex Since commit v3.13.0-rc1~39^2 (add_custom_{command,target}: WORKING_DIRECTORY generator expressions, 2018-09-22) the `WORKING_DIRECTORY` option accepts generator expressions. Fix support for the case of a leading generator expression by deferring conversion to an absolute path until after evaluation of the generator expression. Fixes: #18543 03 November 2018, 12:39:45 UTC
c1ad511 curl: backport upstream fix to 7.62.0 regression Backport upstream curl commit 2c5ec339ea (Curl_follow: accept non-supported schemes for "fake" redirects, 2018-11-01) to get a fix to curl issue 3210, a regression in 7.62.0. 02 November 2018, 12:14:12 UTC
a567f53 Merge branch 'server-file-monitor-check' into release-3.13 Merge-request: !2556 01 November 2018, 13:02:41 UTC
03bf934 curl: Modernize tiny test code used for build inside CMake Drop unused code. Report the error message on failure. Format the source file using clang-format. 01 November 2018, 12:55:50 UTC
eb52529 server: Fix assertion failure on directory paths in file monitor Fixes: #18532 01 November 2018, 11:25:17 UTC
8f04306 Merge branch 'FindProtobuf-threads' into release-3.13 Merge-request: !2551 31 October 2018, 14:29:14 UTC
03454b0 FindProtobuf: Add missing link dependencies on threads Protobuf headers have dependencies on threads. On UNIX platforms this requires linking to a threads library. We've long done this in the `Protobuf_LIBRARIES` result variable. However, the imported targets added by commit v3.9.0-rc1~81^2~2 (FindProtobuf: add targets, 2017-05-17) and commit v3.9.0-rc1~68^2 (FindProtobuf: Rename imported targets to match upstream names, 2017-05-22) were missing a dependency on threads. Add the dependency to the imported targets, and to the variables `Protobuf_LITE_LIBRARIES` and `Protobuf_PROTOC_LIBRARIES`. While this did not seem to matter in practice for a long time, protobuf 3.6 throws exceptions in some cases when threads are missing. Fixes: #18533 31 October 2018, 14:24:01 UTC
2b3c1bb curl: Update build within CMake to account for 7.62 changes 31 October 2018, 13:50:04 UTC
636bcef Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2018-10-30 (19667715) 31 October 2018, 13:46:23 UTC
9835e90 curl 2018-10-30 (19667715) Code extracted from: https://github.com/curl/curl.git at commit 196677150f711a96c38ed123e621f1d4e995b2e5 (curl-7_62_0). 31 October 2018, 13:41:28 UTC
9c65747 curl: Update script to get curl 7.62.0 31 October 2018, 13:40:47 UTC
3065a8a Merge branch 'fix-custom-target-with-csharp' into release-3.13 Merge-request: !2549 31 October 2018, 13:36:38 UTC
09e36f9 Merge branch 'FindPostgreSQL-11' into release-3.13 Merge-request: !2547 31 October 2018, 13:33:56 UTC
a56edad CSharp: Fix regression in VS project type selection for custom target A target created by `add_custom_target` should always be a `.vcxproj` file even if it has `.cs` sources involved in custom commands and such. The latter case was broken by refactoring in commit v3.12.0-rc1~160^2~7 (remove TargetIsCSharpOnly() and use methods from cmGeneratorTarget, 2018-03-19). The reason is that the `HasLanguage` method added by commit v3.12.0-rc1~239^2~6 (cmGeneratorTarget: add HasLanguage() as wrapper for GetLanguages(), 2018-03-19) does not check the target type and so is not a suitable check for deciding the project file extension. The `HasLanguage` method was an attempt at an abstraction that turns out not to work very well. Replace it with a dedicated `IsCSharpOnly` method that considers the target type, sources, and non-transitive `LINKER_LANGUAGE`. Fixes: #18515 31 October 2018, 13:13:19 UTC
eea851b FindPostgreSQL: Search for version 11 30 October 2018, 09:04:09 UTC
76d826f Merge branch 'UseSWIG-typos' into release-3.13 Merge-request: !2542 29 October 2018, 20:17:58 UTC
67b1911 Merge branch 'FindBoost-stacktrace' into release-3.13 Merge-request: !2541 29 October 2018, 20:11:02 UTC
b27cf72 FindBoost: Add support for stacktrace components Define the headers associated to `boost_stacktrace_*`. Fixes: #17297 29 October 2018, 20:09:56 UTC
b8e2c42 Merge branch 'flang-preprocess-source' into release-3.13 Merge-request: !2545 29 October 2018, 18:26:01 UTC
8d782ad Flang: Fix command-line used to preprocess sources Running flang with `-E` now ignores any `-o` option and always prints preprocessed output to stdout. Use shell redirection to place it in a file instead. Fixes: #18497 29 October 2018, 18:23:58 UTC
37cf805 Merge branch 'qccDepfile' into release-3.13 Merge-request: !2540 29 October 2018, 16:51:19 UTC
99728fe QNX: Update qcc depfile flags to be compliant with ccache Pass the flags to the preprocessor phase via `-Wp,`. This is accepted both by qcc and ccache. 29 October 2018, 16:50:55 UTC
2fc4341 UseSWIG: Add target language and input file in command description 29 October 2018, 16:09:48 UTC
f366228 Merge branch 'cuda-filter-device-link-libs' into release-3.13 Merge-request: !2536 29 October 2018, 16:02:46 UTC
3c31ec7 CUDA: Filter out non-static libraries during device linking Since commit v3.12.0-rc1~278^2 (CUDA: Pass more link libraries to device linking, 2018-03-27) we consider every link library during device linking and use `-Xnvlink` to pass those that do not end in `.a`. However, nvlink breaks on versioned shared library names such as `.so.1`. Work around this problem by not passing library paths that do not end in `.a` or `.lib`. nvlink would not find device symbols in them anyway. Fixes: #18504 29 October 2018, 15:57:29 UTC
87d38b4 Merge branch 'UseSWIG-multi-input' into release-3.13 Merge-request: !2539 29 October 2018, 15:47:26 UTC
44cef5f Merge branch 'set_directory_properties-script-mode' into release-3.13 Merge-request: !2544 29 October 2018, 15:45:49 UTC
bb57cb8 UseSWIG: multiple input files must be supported in version 2 Fixes: #18506 29 October 2018, 15:39:03 UTC
50572d6 set_directory_properties: Restore in script mode Since commit v3.10.0-rc1~391^2~3 (Add directory property 'LABELS' and CMAKE_DIRECTORY_LABELS variable, 2017-06-23) this command was accidentally not allowed in script mode. It was dropped because `ctest -S` mode needs to start with CMake's normal script mode and then replace the `set_directory_properties` implementation. Restore the normal `set_directory_properties` in script mode and then add special logic to replace it in ctest. Also add a test case. Fixes: #18523 29 October 2018, 15:37:32 UTC
20fd16e UseSWIG: Typo, add missing letter 29 October 2018, 14:00:11 UTC
97624af Merge branch 'doc-updates' into release-3.13 Merge-request: !2530 26 October 2018, 13:37:41 UTC
2f9c253 Help: clarify "LINKER:" prefix usage Fixes: #18503 26 October 2018, 13:36:53 UTC
e1dc842 Merge branch 'FindMPI-pthread-cuda' into release-3.13 Merge-request: !2529 25 October 2018, 14:48:14 UTC
e2d54e5 FindMPI: Pass -pthread to CUDA compiler through -Xcompiler When adding this flag to imported targets, wrap it in a generator expression to use `-Xcompiler` to pass the flag for CUDA. Fixes: #17929 25 October 2018, 14:41:19 UTC
44cc305 CMake 3.13.0-rc2 25 October 2018, 11:52:24 UTC
ef91680 Merge branch 'FindBoost-1.69' into release-3.13 Merge-request: !2522 25 October 2018, 11:41:36 UTC
364fb69 FindBoost: Add support for upcoming Boost 1.69 This makes the module usable with Boost from its current master. 25 October 2018, 11:39:48 UTC
82db7cb Merge branch 'cmake-gui-vs-open-space' into release-3.13 Merge-request: !2524 25 October 2018, 11:34:57 UTC
e178bd4 cmake-gui: Fix "Open Project" for VS IDE with space in path Do not encode the path for a shell until after we check that it exists. Fixes: #18501 25 October 2018, 11:32:26 UTC
9f7b609 Merge branch 'fix-no-testing' into release-3.13 Merge-request: !2520 24 October 2018, 19:52:03 UTC
a834bca Tests: Add missing BUILD_TESTING conditions We should not call `add_test` unless `BUILD_TESTING` is enabled. Fixes: #18500 24 October 2018, 19:51:17 UTC
d81c4db Merge branch 'cuda-thread-flags' into release-3.13 Merge-request: !2512 24 October 2018, 14:52:46 UTC
5d48191 Merge branch 'tar-warnings' into release-3.13 Merge-request: !2519 24 October 2018, 14:52:37 UTC
95c8a03 cmake: Distinguish '-E tar' warnings from errors copying data The logic added by commit v3.12.0-rc1~62^2 (cmake: Teach '-E tar' to report errors copying data, 2018-05-16) incorrectly reports failure in the case of ARCHIVE_WARN. Convert this case to a warning. Fixes: #18496 24 October 2018, 14:51:11 UTC
2cc050b CUDA: Add test for device linking when host linking uses threads Convert the `CudaOnly.LinkSystemDeviceLibraries` test to a new `Cuda.ProperDeviceLibraries` test. The former covered only the `cublas_device` library which is removed by CUDA 10. Extend the new test to also cover various cases of using threads. Issue: #18008 24 October 2018, 14:15:48 UTC
83c13ca FindThreads: Pass -pthread to CUDA compiler through -Xcompiler Fixes: #18008 24 October 2018, 14:15:41 UTC
cf92fd9 Merge branch 'cuda-filter-device-link-items' into cuda-thread-flags 24 October 2018, 14:14:32 UTC
e768d96 CUDA: Filter out host link flags during device linking Since commit v3.12.0-rc1~278^2 (CUDA: Pass more link libraries to device linking, 2018-03-27) we consider every link item during device linking. However, items that start in `-` may be host-specific link flags that nvcc will not understand during device linking. Filter such items using a white list. In particular, this allows `-pthread` to be used for host linking while not polluting the device link line. Issue: #18008 24 October 2018, 13:54:25 UTC
f87d5f1 Merge branch 'vs-csharp-win32-flags' into release-3.13 Merge-request: !2516 23 October 2018, 15:06:52 UTC
35fe47b Merge branch 'vs-csharp-in-custom-target' into release-3.13 Merge-request: !2515 23 October 2018, 15:06:44 UTC
8e56e8b VS: Fix CSharp support for win32res: and win32icon: flags Add a missing `:` to these entries in the flag table. The user value is always required and must come after the `:`. Fixes: #18486 23 October 2018, 15:03:42 UTC
d004d8c VS: Fix crash on CSharp sources in a custom target The target generator does not compute ClOptions for custom targets, so we should not use them either. Fixes: #18377, #18485 23 October 2018, 14:58:42 UTC
718033b Merge branch 'GNUInstallDirs-kfreebsd-man' into release-3.13 Merge-request: !2511 22 October 2018, 16:59:23 UTC
b2d7ab8 GNUInstallDirs: Don't use BSD info and man paths on GNU/kFreeBSD 22 October 2018, 16:58:54 UTC
ec13ba3 Merge branch 'update-curl' into release-3.13 Merge-request: !2509 22 October 2018, 16:55:14 UTC
8b5cd17 Merge branch 'curl-ssize_t' into release-3.13 Merge-request: !2513 22 October 2018, 16:55:05 UTC
3dc484e curl: add missing type sizes for 'long long' and '__int64' When generating `curl_config.h`, add size information for `long long` and `__int64` types. These are needed as candidates for defining the `ssize_t` type because on MSVC, `long` is not the same size as `size_t`. This problem did not affect upstream curl because it computes the `ssize_t` type in CMake code where all sizes are available. CMake's port computes it in preprocessor logic because universal binaries on macOS do not know type sizes until compile time. Fixes: #18477 22 October 2018, 16:02:38 UTC
0310024 curl: Update build within CMake to account for 7.61 changes The_CURL_STATICLIB option was replaced by BUILD_SHARED_LIBS. Drop our own CURL_STATICLIB compile definition because it is now provided by curl's usage requirements. 22 October 2018, 12:55:40 UTC
b9d1107 curl: Backport to work with CMake 3.1 again Curl 7.61.1 requires CMake 3.4 to build from source and also exposes a dependency on OpenSSL imported targets. Revert that part of the changes imported from curl upstream. 22 October 2018, 12:51:01 UTC
e9e8dce Merge branch 'upstream-curl' into update-curl * upstream-curl: curl 2018-09-04 (432eb5f5) 22 October 2018, 12:48:58 UTC
18812a9 curl 2018-09-04 (432eb5f5) Code extracted from: https://github.com/curl/curl.git at commit 432eb5f5c254ee8383b2522ce597c9219877923e (curl-7_61_1). 22 October 2018, 12:24:16 UTC
ded211a curl: Update script to get curl 7.61.1 22 October 2018, 12:23:52 UTC
de1dec7 Merge branch 'update-kwsys' into release-3.13 Merge-request: !2506 19 October 2018, 14:29:07 UTC
bb6d439 Merge branch 'deployqt4-cmp0080-fix' into release-3.13 Merge-request: !2494 19 October 2018, 14:14:31 UTC
a833c24 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2018-10-19 (c2f29d2e) 19 October 2018, 14:03:25 UTC
43cb257 KWSys 2018-10-19 (c2f29d2e) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit c2f29d2e929e58e36b4986d3ff5364a0d825cfca (master). Upstream Shortlog ----------------- Ben Boeckel (1): a5caf8a4 cmake: support an alias target Modestas Vainius (1): 162b3ed7 SystemInformation: Fix compilation on GNU/{kFreeBSD,Hurd} 19 October 2018, 14:03:25 UTC
15bbff0 DeployQt4: Do not include BundleUtilities at configure time Due to CMP0080, BundleUtilities can no longer be included at configure-time. However, DeployQt4 contains some functions which are meant to be used at configure-time, and some which are meant to be used at install-time and use BundleUtilities. This change breaks the file into two sections: common functions and install-time functions. BundleUtilities is now only included at install-time, thus fixing the policy warning. Fixes: #18466 19 October 2018, 13:54:10 UTC
f3719a7 Merge branch 'doc-target_link_libraries-item-quoting' into release-3.13 Merge-request: !2503 18 October 2018, 17:33:29 UTC
18cff26 Help: Clarify command-line encoding of target_link_libraries items Items that have full paths will be quoted automatically. Other items are treated as command-line string fragments and get no automatic escaping. Document the behavior for each item kind. Fixes: #18467 18 October 2018, 17:31:24 UTC
65bea5b DeployQt4: Convert to 2-space indentation 18 October 2018, 16:03:14 UTC
9bfb63b Help: Convert DeployQt4 to block-style comment 18 October 2018, 16:03:14 UTC
09daee0 Merge branch 'update-vim-syntax' into release-3.13 Merge-request: !2500 18 October 2018, 11:55:26 UTC
3aa258d Merge branch 'upstream-vim-cmake-syntax' into update-vim-syntax * upstream-vim-cmake-syntax: vim-cmake-syntax 2018-10-18 (64ff4bd7) 18 October 2018, 11:53:55 UTC
c949393 vim-cmake-syntax 2018-10-18 (64ff4bd7) Code extracted from: https://github.com/pboettch/vim-cmake-syntax.git at commit 64ff4bd793c247da5a1772fffad91378dddf03b9 (master). Upstream Shortlog ----------------- Patrick Boettcher (1): 64ff4bd7 break line after each high-lighting keyword 18 October 2018, 11:52:33 UTC
2646fd8 Merge branch 'rel-doc-qthelp' into release-3.13 Merge-request: !2497 18 October 2018, 11:39:07 UTC
fc67505 Merge branch 'revert-server-iface-sources' into release-3.13 Merge-request: !2495 18 October 2018, 11:38:57 UTC
1d5c8b8 Utilities/Release: Add qthelp docs to binary archives Fixes: #18465 17 October 2018, 18:38:46 UTC
284a38e cmake-server: Revert "Support codemodel filegroups for INTERFACE_SOURCES" Revert commit v3.13.0-rc1~144^2 (cmake-server: Support codemodel filegroups for INTERFACE_SOURCES, 2018-08-10). The changes activate code paths not meant to be used with interface libraries. Another approach will be needed to expose this information later. This revert has to be done by hand because the code in question has been changed somewhat since the changes were made, and was also factored out to another source file. Fixes: #18463 17 October 2018, 18:02:39 UTC
ab0edaa Merge branch 'document-dollar-in-varnames' into release-3.13 Merge-request: !2479 16 October 2018, 15:03:08 UTC
82a4822 CMP0053: document that `$` is a valid literal variable character This was overlooked in the initial implementation of CMP0053. However, an additional policy to reject it again is not worth it. Instead, add tests and document the behavior. Fixes: #17883 15 October 2018, 17:59:39 UTC
eca87ee Merge branch 'update_debug_target_properties' into release-3.13 Merge-request: !2480 15 October 2018, 14:21:01 UTC
01fae46 Merge branch 'FindPkgConfig-operator-docs' into release-3.13 Merge-request: !2481 15 October 2018, 14:16:18 UTC
7f2bc70 FindPkgConfig: Document support for > and < operators This was left out of commit v3.13.0-rc1~14^2 (FindPkgConfig: support also > and < operators for version compares, 2018-10-02). 15 October 2018, 14:14:51 UTC
back to top