https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
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
86921f0 Help: document CMAKE_DEBUG_TARGET_PROPERTIES support for LINK properties 12 October 2018, 13:53:22 UTC
769fc9c Merge branch 'FindBoost-mt-release' into release-3.13 Merge-request: !2475 11 October 2018, 18:18:49 UTC
9c75922 FindBoost: Search for -mt variant of release libs We were searching the `-mt` variant for debug libs only. It makes sense for release libs too. 11 October 2018, 18:16:34 UTC
c9b7cd8 Merge branch 'FindPython-updates' into release-3.13 Merge-request: !2476 11 October 2018, 18:14:01 UTC
e23c41b FindPython*: Add missing registry paths Fixes: #18443 11 October 2018, 18:13:31 UTC
d26f5b6 Merge branch 'backport-revert-install-code-script-genex' into release-3.13 Merge-request: !2474 11 October 2018, 12:11:21 UTC
0f48fba install: Revert CODE,SCRIPT support for generator expressions Revert commit v3.13.0-rc1~441^2 (install: Teach CODE,SCRIPT modes to evaluate generator expressions, 2018-05-29). Unfortunately it has been found to break existing code in a real project, e.g. install(CODE [[ message("$<FOOBAR>") ]]) Address this regression by reverting support for the 3.13 release series. Support can be restored later with a policy for compatibility. Issue: #15785 Fixes: #18435 11 October 2018, 11:05:55 UTC
bcfb245 Merge branch 'vs-cuda-pdb' into release-3.13 Merge-request: !2473 10 October 2018, 17:41:44 UTC
faf3d7d VS: Add workaround for CUDA compiler PDB location with space CUDA Toolkit Visual Studio Integration for version 9.2 and above does honor the `ClCompile.ProgramDataBaseFileName` field when telling `nvcc` how to invoke `cl`. Unfortunately it does not quote paths with spaces correctly: -Xcompiler "... /Fd"C:\path\with space\foo.pdb" ..." Work around this by converting the PDB location to a relative path. Likely we could always do this, but for now make a minimal change just for CUDA support. Fixes: #18440 10 October 2018, 17:29:47 UTC
592064e VS: Drop workaround for CUDA compiler PDB location on CUDA 9.2+ The workaround added by commit v3.12.0-rc1~227^2 (VS: Add workaround for CUDA compiler PDB location, 2018-04-13) is not necessary on CUDA 9.2+ because the CUDA Toolkit Visual Studio Integration has fixed the original bug and forwards the `ProgramDataBaseFileName` to the host compiler itself. Make the workaround conditional on the CUDA version. Issue: #18440 10 October 2018, 17:29:47 UTC
fb378fc Tests: Fix Cuda test project names Make them match what `ADD_TEST_MACRO` gives to ctest as the project name to build so that the `.sln` file will be found. 10 October 2018, 17:29:47 UTC
a8a4857 Merge branch 'update-vim-syntax' into release-3.13 Merge-request: !2469 10 October 2018, 11:18:48 UTC
7330a89 Merge branch 'upstream-vim-cmake-syntax' * upstream-vim-cmake-syntax: vim-cmake-syntax 2018-10-10 (ac1957fb) 10 October 2018, 11:17:08 UTC
456d96f vim-cmake-syntax 2018-10-10 (ac1957fb) Code extracted from: https://github.com/pboettch/vim-cmake-syntax.git at commit ac1957fbccd24abc91089517f9116272825f8340 (master). Upstream Shortlog ----------------- Pablo Hernandez-Cerdan (1): baf680ae Add syntax for new cmake variables Patrick Boettcher (5): 2c9d5fda handle bracket-comments and arguments correctly 37d3bcb0 add test for bracket-comments and arguments 99b4a3d9 promote package_config_file-st to .in-file and add test 3ed26c29 update to cmake version 3.13.20181010-ga3598 ac1957fb update README 10 October 2018, 08:55:01 UTC
6784acf CMake 3.13.0-rc1 09 October 2018, 13:04:28 UTC
f6193d9 Merge branch 'FindBISON-fix-verbose-file' into release-3.13 Merge-request: !2467 09 October 2018, 13:01:21 UTC
c64797f FindBISON: Fix "multiple rules generate" error on VERBOSE output When `BISON_TARGET` is called with both VERBOSE <extra-file> REPORT_FILE <file> we add a custom command to copy `<file>` to `<extra-file>`. The change in commit v3.7.1~10^2 (FindBISON: Do not rebuild every time when not VERBOSE, 2016-11-14) incorrectly listed the extra file as an output of the main bison invocation custom command, but it is actually produced by the separate copy command. Fix the logic to always generate `<file>` as an output of the bison command and `<extra-file>` as an output of the copy command. Fixes: #18433 09 October 2018, 12:55:54 UTC
54f0ae5 Merge branch 'string-TIMESTAMP-unset-TZ' into release-3.13 Merge-request: !2464 09 October 2018, 11:33:56 UTC
f23760f string(TIMESTAMP): Fix unset TZ The logic added by commit v3.6.0-rc1~338^2 (CMake: Extend TIMESTAMP sub-commands with new unix time format specifier, 2016-02-16) to restore the `TZ` environment variable does not properly handle the case in which the variable was originally not set. Unset the variable in this case. Fixes: #18431 09 October 2018, 11:26:40 UTC
efa5d5c Merge branch 'doc-regex-backslash' into release-3.13 Merge-request: !2460 09 October 2018, 10:34:34 UTC
fab2c23 Help: Fix documentation of escape sequences in a regex Documentation added by commit 4b35dab891 (Help: Document how escape sequences work in a regex, 2018-07-18) is only correct for backslashes inside `[]` groups. The regex engine does interpret `\` escapes elsewhere. Fix the docs. Inspired-by: R2RT <artur.ryt@gmail.com> Fixes: #18428 09 October 2018, 10:31:37 UTC
92ed3b3 Merge branch 'vs-flag-map-Qspectre' into release-3.13 Merge-request: !2462 09 October 2018, 10:28:57 UTC
0e27990 Merge branch 'mkl_ilp64' into release-3.13 Merge-request: !2444 09 October 2018, 10:28:49 UTC
bb60ed6 VS: Add flag table entry for -Qspectre Add special logic to map this flag to a top-level build setting instead of being in ClCompile. Fixes: #18426 08 October 2018, 18:03:39 UTC
d0fb3e6 Find{BLAS,LAPACK}: Find also ILP64 MKL BLAS and LAPACK Modern Intel MKL packages offer 64-bit BLAS and LAPACK libraries in any of the eight combinations of the following three binary options: - sequential or threaded - LP64 or ILP64 - static or shared The modules FindBLAS and FindLAPACK did not allow full selection of arbitrary combination; in particular, only LP64 variant was used. The original list of possible BLA_VENDOR values related to MKL, Intel10_64lp Intel10_64lp_seq is thus extended by another pair of "vendors", Intel10_64ilp Intel10_64ilp_seq Depending on the selection, either "_lp64", or "_ilp64" MKL libraries are searched for. Some comments in the two CMake modules were modified to indicate that even though the "vendors" contain the number "10", they also apply to all further versions of MKL. 08 October 2018, 17:21:08 UTC
c268fcc Merge branch 'doc-target_link_libraries-keywords-not-genex' into release-3.13 Merge-request: !2449 08 October 2018, 15:52:39 UTC
c2356d6 Merge branch 'project-always-set-desc-url' into release-3.13 Merge-request: !2457 08 October 2018, 15:21:48 UTC
981cdce Merge branch 'add_ctest_progress_docs' into release-3.13 Merge-request: !2454 08 October 2018, 15:21:36 UTC
bad9bc7 Merge branch 'list-SORT-docs' into release-3.13 Merge-request: !2453 08 October 2018, 15:21:23 UTC
cd8c79e Help: Clarify target_link_libraries keywords and generator expressions The `optimized` and `debug` keyword items are meaningful only to the `target_link_libraries` command and have no meaning when produced by a generator expression. State this explicitly. Also recommend use of a quoted argument when the genex itself may contain a semicolon. Fixes: #18424 08 October 2018, 15:18:14 UTC
c780f5e Merge branch 'UseSWIG-php-regression' into release-3.13 Merge-request: !2448 08 October 2018, 15:09:18 UTC
d927378 Merge branch 'autogen-moc-predef-cross-compile' into release-3.13 Merge-request: !2452 08 October 2018, 15:09:08 UTC
f8a086a project(): Ensure DESCRIPTION and HOMEPAGE_URL variables are set If a project() call does not have DESCRIPTION or HOMEPAGE_URL options, it must still set the relevant variables or else those variables will inherit values from an earlier project() call. That is inconsistent with how VERSION is handled and is likely to be unexpected. The docs were also ambiguous about what should happen in such cases. 07 October 2018, 21:28:17 UTC
b27247c project(): Add tests verifying variables set by second project() call 07 October 2018, 21:28:01 UTC
2154ea3 Help: Add missing docs for the ctest --progress option These docs were missing from the changes that introduced the feature in !2240. 07 October 2018, 06:03:36 UTC
fb2cdf4 Help: Use :envvar: links for env vars affecting ctest command 07 October 2018, 06:03:36 UTC
cdf8d79 Help: Improve/fix incorrect docs for list(SORT) sub-options 06 October 2018, 08:10:38 UTC
ecd0fec UseSWIG: fix regression for PHP language Refactoring in commit v3.12.0-rc1~481^2 (UseSWIG: modernize module, 2018-01-29) accidentally regressed support for PHP. Fix it. Fixes: #18421 05 October 2018, 17:11:17 UTC
66f49d1 Android: Add clang --target= flag to compiler predefines command When we set `CMAKE_<LANG>_COMPILER_TARGET` to the Android target architecture, add it to `CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND` also. This is needed to make moc predefines aware of `__ANDROID__`. Fixes: #18425 05 October 2018, 14:23:52 UTC
39534c5 Autogen: Add clang --target= flag to compiler predefines command Respect the compiler target value `CMAKE_<LANG>_COMPILER_TARGET` in `CMAKE_<LANG>_COMPILER_PREDEFINES_COMMAND`. Issue: #18425 05 October 2018, 14:23:52 UTC
3261e18 Merge branch 'doc-find_package-update' into release-3.13 Merge-request: !2446 05 October 2018, 11:54:27 UTC
c90f3df Help: Clarify find_package Module and Config mode relation 04 October 2018, 20:43:40 UTC
26dac50 Help: Remove redundant recommendation We suggest that users prefer the basic signature in two places. Drop the latter and move its related content to a better section. 04 October 2018, 20:43:02 UTC
11058a2 Help: Add internal section link to find_package command docs 04 October 2018, 20:42:42 UTC
aaf5ea2 Help: Add section headers to find_package command The document is pretty long but is already mostly organized into sections. Add explicit section headers. 04 October 2018, 18:57:56 UTC
56310b0 Help: Move find_package NO_POLICY_SCOPE to more appropriate location 04 October 2018, 18:57:56 UTC
336dce1 Help: Add table of contents to find_package command docs 04 October 2018, 18:57:55 UTC
463d59d Help: Rephrase summary in find_package command docs 04 October 2018, 18:57:49 UTC
c4ff696 Merge branch 'doc-osx-vars-as-cache' into release-3.13 Merge-request: !2443 04 October 2018, 18:37:51 UTC
bc57c32 Help: Document CMAKE_OSX_* variables as cache entries The variables * CMAKE_OSX_ARCHITECTURES * CMAKE_OSX_DEPLOYMENT_TARGET * CMAKE_OSX_SYSROOT should be set as cache entries. Document this explicitly. 04 October 2018, 15:23:07 UTC
a9ff6ce Merge branch 'pkgc-op-lt-gt' into release-3.13 Merge-request: !2435 04 October 2018, 14:35:39 UTC
back to top