https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
4127f82 add_library: Document UNKNOWN type of imported targets 02 June 2019, 06:44:47 UTC
7f4a1d8 CMake Nightly Date Stamp 01 June 2019, 04:01:07 UTC
1879288 Merge topic 'vs-add-package-reference' 42e14d90b1 VS: Added support for VS package references for nuget Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Leonid Pospelov <pospelovlm@yandex.ru> Merge-request: !3389 31 May 2019, 17:18:31 UTC
66bba23 Merge branch 'release-3.14' 31 May 2019, 14:39:09 UTC
f3e9a6f CMake 3.14.5 31 May 2019, 13:18:58 UTC
7202533 Merge topic 'ninja-cmcldeps' fd28e24947 Windows-MSVC.cmake: fix disabling of CMAKE_NINJA_CMCLDEPS_RC Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3404 31 May 2019, 13:10:51 UTC
ec4d70b Merge topic 'update-kwsys' 3a7f493b7b Merge branch 'upstream-KWSys' into update-kwsys 9ef1e13bcc KWSys 2019-05-30 (f892bacf) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3401 31 May 2019, 13:09:30 UTC
d8e90be Merge topic 'FindPython-remove-erroneous-code' 4a871d51a3 FindPython*: remove erroneous code Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3400 31 May 2019, 13:08:40 UTC
7e1c3b3 Merge branch 'release-3.14' 31 May 2019, 13:07:44 UTC
82fec37 Merge topic 'vs-depends-dedup' 42bc67bd43 VS: De-duplicate custom command dependencies d03a6fc857 VS: Clarify name of custom commands AdditionalInputs variable fcedf8e552 VS: Isolate custom command input/output generation scopes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3388 31 May 2019, 13:04:47 UTC
0d025f7 Merge topic 'implicit-includes-CPATH' 2d0b0e2b9d Do not exclude include directories made implicit by CPATH Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3395 31 May 2019, 13:03:28 UTC
ebee9ff CMake Nightly Date Stamp 31 May 2019, 04:01:06 UTC
c0b560f Merge topic 'update-vim-syntax' b410dd5a05 Merge branch 'upstream-vim-cmake-syntax' into update-vim-syntax 06434fc274 vim-cmake-syntax 2019-05-29 (c42ede9f) Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3394 30 May 2019, 18:14:22 UTC
dd7ba6f Merge branch 'vs-depends-dedup' into release-3.14 Merge-request: !3388 30 May 2019, 18:11:19 UTC
42bc67b VS: De-duplicate custom command dependencies Avoid listing the same input more than once in custom commands generated in `.vcxproj` and `.csproj` files. In the case of a `.vcxproj` file additionally avoid listing the source to which the command is attached since it is already implicitly a dependency. This is a nice cleanup and also works around a VS 2019 16.1 regression in MSBuild dependency checking. Starting with that version, MSBuild now re-builds custom commands when the list of dependencies has changed. However, its check is confused by duplicate dependencies. De-duplicating them avoids this problem. Co-Author: Brad King <brad.king@kitware.com> Fixes: #19303 30 May 2019, 17:57:03 UTC
d03a6fc VS: Clarify name of custom commands AdditionalInputs variable 30 May 2019, 17:57:03 UTC
fcedf8e VS: Isolate custom command input/output generation scopes 30 May 2019, 17:57:03 UTC
fd28e24 Windows-MSVC.cmake: fix disabling of CMAKE_NINJA_CMCLDEPS_RC 30 May 2019, 17:11:34 UTC
7a8a24d Merge topic 'FindBoost-debug-messages' 35bfc85d95 FindBoost: Refactor debug messages Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3382 30 May 2019, 14:41:14 UTC
42e14d9 VS: Added support for VS package references for nuget 30 May 2019, 14:22:44 UTC
5bb1e9a Merge topic 'doc-mr-resolve-states' 49f5b6f7bf Help: Document the expire and external discussion resolve states Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Ben Boeckel <ben.boeckel@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3377 30 May 2019, 14:09:05 UTC
a6a04cc Merge topic 'fix-clang-warnings' 4fe34b2d29 Fixing warnings generated by clang 8.0 on Windows Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3396 30 May 2019, 13:58:37 UTC
6e8acc5 Merge topic 'string-tar' 57cedb18c0 cmSystemTools: std::string parameters for tar functions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3392 30 May 2019, 13:57:11 UTC
9dad42d Merge topic 'ninja_rule_class' 6136ab5e17 Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods 6a23fbce47 Ninja: Add cmNinjaRule class Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3393 30 May 2019, 13:53:09 UTC
05af177 Merge topic 'tar-zstd-compression' 53cb1f2d04 cmake: Teach cmake -E tar command, Zstandard compression Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3357 30 May 2019, 13:39:35 UTC
3a7f493 Merge branch 'upstream-KWSys' into update-kwsys * upstream-KWSys: KWSys 2019-05-30 (f892bacf) 30 May 2019, 13:31:35 UTC
9ef1e13 KWSys 2019-05-30 (f892bacf) Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit f892bacf6c563b1f6fb843ffb623b434bc2ded4f (master). Upstream Shortlog ----------------- Zsolt Parragi (1): 887b1da5 Fixing issues when building with clang 8.0 on Windows 30 May 2019, 13:31:29 UTC
540a175 Merge branch 'implicit-includes-CPATH' into release-3.14 Merge-request: !3395 30 May 2019, 13:27:17 UTC
2d0b0e2 Do not exclude include directories made implicit by CPATH Entries of the `CPATH` environment variable are implicitly searched as include directories by some C/C++ compilers. Since commit 5990ecb741 (Compute implicit include directories from compiler output, 2018-12-07, v3.14.0-rc1~108^2) these entries are detected by CMake and included in the `CMAKE_{C,CXX}_IMPLICIT_INCLUDE_DIRECTORIES` variables. However, we should not exclude them from explicit specification via `-I` or particularly `-isystem` because they are meant as user-specified include directories that can be re-ordered without breaking compiler builtin headers. In particular, we need explicit requests via `include_directories` with the `SYSTEM` option to result in `-isystem` so that third-party headers do not produce warnings. Co-Author: Ben Boeckel <ben.boeckel@kitware.com> Fixes: #19291 30 May 2019, 13:24:59 UTC
4a871d5 FindPython*: remove erroneous code 30 May 2019, 11:40:46 UTC
49f5b6f Help: Document the expire and external discussion resolve states Our practice of closing MRs temporarily while discussion takes place in a separate issue isn't always well understood by MR authors. Expiring a MR seems to be better understood, but making it clear that it is also a temporary state is helpful. 30 May 2019, 09:45:54 UTC
c68efd1 CMake Nightly Date Stamp 30 May 2019, 04:01:07 UTC
4fe34b2 Fixing warnings generated by clang 8.0 on Windows * Deprecation removals previously specific to MSVC/Intel now also used by clang * String literals were assigned to non const pointers. These are stored in mutable arrays now * An implicit function pointer to pointer conversion is a Microsoft extension warning is suppressed by an explicit reinterpret_cast * The MSVC specific deprecation macro for jsoncpp was moved after the clang macro to avoid redefinition warnings. This is consistent with how jsoncpp fixed the issue in 36d8cfd7 29 May 2019, 16:18:09 UTC
b410dd5 Merge branch 'upstream-vim-cmake-syntax' into update-vim-syntax * upstream-vim-cmake-syntax: vim-cmake-syntax 2019-05-29 (c42ede9f) 29 May 2019, 15:57:17 UTC
06434fc vim-cmake-syntax 2019-05-29 (c42ede9f) Code extracted from: https://github.com/pboettch/vim-cmake-syntax.git at commit c42ede9f70e53a69f98e5bc5df16f834937dd37c (master). Upstream Shortlog ----------------- Patrick Boettcher (6): 4e657a05 update to cmake version 3.13.20181220-g0495c b0ada6e2 add <LANG>-replacing in variables. 60654a65 Update keywords for version 3.14.20190402-g56ae2 33e512bd format brace-encapsulated variables (varname from var) a3628ebb fix keywords of generator-expressions wrongly colored in simple arguments c42ede9f update to cmake version 3.14.20190529-g067a4f 29 May 2019, 15:53:59 UTC
57cedb1 cmSystemTools: std::string parameters for tar functions 29 May 2019, 13:56:08 UTC
067a4f4 Merge topic 'clang-gnulike-support' 74829f01b1 Help: Add notes for topic 'clang-gnulike-support' 19669abe1d Tests: handle string escaping differences with NMake+clang a2a90f41e3 Tests: require C++14 for the Tutorial 4819ff9647 Tests: fix failures with gnu mode clang on windows 26af0b25e7 cmake: use correct stack size with gnu mode clang on windows d44c0db0b2 clang: setup correct configuration in gnu mode b7d5ef23e9 cmGlobalNinjaGenerator: use gnu compatible paths with clang in gnu mode 3d0210d8dc binutils: add the llvm-* variants to the tool lists. ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Francesco Bertolaccini <francesco@bertolaccini.dev> Acked-by: Stanislav Ershov <digital.stream.of.mind@gmail.com> Acked-by: Saleem Abdulrasool <compnerd@compnerd.org> Merge-request: !2992 29 May 2019, 13:22:12 UTC
8b42d56 Merge topic 'FindZLIB-names' 4ff3ab2ac9 FindZLIB: Add more zlib library names Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3384 29 May 2019, 13:19:38 UTC
5a720a3 Merge topic 'samu' a15595e4c9 Ninja: Consider 'samu' when looking for CMAKE_MAKE_PROGRAM Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3380 29 May 2019, 13:18:35 UTC
a1c291e Merge topic 'swift-wrapper' 6baa80d1e3 Modules: correct linker wrapper flag for Swift Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3390 29 May 2019, 13:17:44 UTC
f093ac3 Merge topic 'linker-preference' abea06efdf Modules: setup `CMAKE_Swift_LINKER_PREFERENCE` Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3373 29 May 2019, 13:16:17 UTC
0f9d7dc Merge topic 'findopenmp-new-dates' 26f2b65fec FindOpenMP: Add 5.0 and VS19 spec dates Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3375 29 May 2019, 13:15:09 UTC
6136ab5 Ninja: Use cmNinjaRule as sole parameter in the WriteRule and AddRule methods Instead of passing multiple strings to the `WriteRule` and `AddRule` methods of `cmGlobalNinjaGenerator`, pass only a `cmNinjaRule` instance reference, that is set up beforehand. Adapt calls to `WriteRule` and `AddRule` in multiple places. 29 May 2019, 11:04:52 UTC
6a23fbc Ninja: Add cmNinjaRule class 29 May 2019, 10:59:31 UTC
7c39a9c CMake Nightly Date Stamp 29 May 2019, 04:01:08 UTC
c7db6ce Merge topic 'flex' a7754448f6 FindFLEX: fix example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3379 28 May 2019, 18:59:48 UTC
4ff3ab2 FindZLIB: Add more zlib library names Account for all names that can be generated by the upstream zlib build system. Issue: #18029 28 May 2019, 18:51:45 UTC
35bfc85 FindBoost: Refactor debug messages * Deduplicate code with helper functions * Remove double printing of _boost_TEST_VERSIONS * Fix #19158 * Add printing of a few additional variables 28 May 2019, 18:46:43 UTC
a15595e Ninja: Consider 'samu' when looking for CMAKE_MAKE_PROGRAM `samurai` is an alternative implementation of ninja and is a drop-in replacement. `samu --version` reports the ninja version it is compatible with. 28 May 2019, 18:16:29 UTC
6baa80d Modules: correct linker wrapper flag for Swift This was sitting locally but was missed in previous commits. This enables the use of `LINKER:` when building Swift code bases. 28 May 2019, 16:21:41 UTC
45e4f47 Merge branch 'release-3.14' 28 May 2019, 15:59:22 UTC
dfd2e0a Merge topic 'FindThreads-doc-c++' a38b63c1bb FindThreads: Drop incorrect docs about usage with C++ Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3391 28 May 2019, 15:58:07 UTC
22aabdf Merge topic 'cmake_automoc_relaxed_mode_deprecation' df6adb02c0 Autogen: Deprecation release notes for CMAKE_AUTOMOC_RELAXED_MODE 5bf07b9cfc Help: Mark CMAKE_AUTOMOC_RELAXED_MODE as deprecated b5ad572ac1 Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3381 28 May 2019, 15:56:24 UTC
f326591 Merge topic 'FindPython-find_framework' 62d6ed79fb FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3374 28 May 2019, 15:53:21 UTC
76cb43c Merge topic 'GetPrerequisites-use-if-IN_LIST' 3dfc8b9bd6 GetPrerequisites: use if(IN_LIST) instead of foreach Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3299 28 May 2019, 15:51:58 UTC
da0937c Merge topic 'swift-response' 9e5457d3b4 Ninja,Swift: correct response file handling Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3367 28 May 2019, 15:50:28 UTC
56fec2f Merge topic 'FindICU-find-names' 59c392b44e FindICU: Pass explicit NAMES argument to find command calls Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3371 28 May 2019, 15:49:17 UTC
da78d0f Merge topic 'rel-push' 9bf97363b0 Utilities/Release: Replace upload step with a "push" script 3a0ab3ba23 Utilities/Release: Teach upload script to compute version automatically Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3370 28 May 2019, 15:43:24 UTC
540640f Merge topic 'FindBoost-contract-requires-compile-features' b915a42585 FindBoost: Add compiler features for Boost Contract library Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3368 28 May 2019, 15:42:12 UTC
f07d426 Merge branch 'FindThreads-doc-c++' into release-3.14 Merge-request: !3391 28 May 2019, 15:39:39 UTC
a38b63c FindThreads: Drop incorrect docs about usage with C++ Drop the sentence added by commit 5a5a1d90f0 (Help: FindThreads not needed with modern C++., 2019-01-09, v3.14.0-rc1~186^2) about not needing the module with modern C++. The module is often still needed. Fixes: #19297 28 May 2019, 15:36:27 UTC
e13b18e CMake Nightly Date Stamp 28 May 2019, 04:01:06 UTC
ed593cb Merge topic 'doc-typo-CTEST_CUSTOM_WARNING_xxx' 902af25512 Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3378 27 May 2019, 21:55:45 UTC
711f1bf Merge topic 'doc-install-export-android-mk' b7b7f1806a Help: Fix typo in install(EXPORT_ANDROID_MK) example Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3376 27 May 2019, 21:53:43 UTC
df6adb0 Autogen: Deprecation release notes for CMAKE_AUTOMOC_RELAXED_MODE 27 May 2019, 11:13:08 UTC
5bf07b9 Help: Mark CMAKE_AUTOMOC_RELAXED_MODE as deprecated 27 May 2019, 11:13:08 UTC
b5ad572 Autogen: Deprecation message for CMAKE_AUTOMOC_RELAXED_MODE `CMAKE_AUTOMOC_RELAXED_MODE` was added for backwards compatibility with KDE 4, which had its last release in 2014. It does not offer additional features but complicates the `AUTOMOC` code and dependency computation considerably. Projects that use `CMAKE_AUTOMOC_RELAXED_MODE` functionality always got extensive warnings during builds and tips on how to convert to regular mode, which is trivial (see commit e474dcb231, CMake 2.8.7). It's time to consider this feature deprecated and issue a warning at configuration time as well. This adds a configuration time deprecation `AUTHOR_WARNING` for `CMAKE_AUTOMOC_RELAXED_MODE`. 27 May 2019, 11:06:01 UTC
c0e763d CMake Nightly Date Stamp 27 May 2019, 04:01:04 UTC
a775444 FindFLEX: fix example Binaries using flex must link with the detected library. 26 May 2019, 20:34:06 UTC
b7b7f18 Help: Fix typo in install(EXPORT_ANDROID_MK) example 26 May 2019, 14:09:07 UTC
902af25 Help: Fix typo for CTEST_CUSTOM_WARNING_xxx vars These variables apply to the `ctest_build` command, not `ctest_test` Relates: #19217 26 May 2019, 12:31:23 UTC
63f149f CMake Nightly Date Stamp 26 May 2019, 04:01:04 UTC
e32f839 CMake Nightly Date Stamp 25 May 2019, 04:01:11 UTC
abea06e Modules: setup `CMAKE_Swift_LINKER_PREFERENCE` Swift's driver will invoke the C++ driver (`clang++`) to invoke the linker. Additionally, it will configure the command line to deal with the linkage runtime support object (`swiftrt.o` or `swiftrt.obj`) to be added at the right time (similar to C/C++). Since it indirects through `clang++` it will properly setup the linker invocation for C++ and C as well. This should permit the correct linker driver to be invoked in multi-language projects. Closes #19299 24 May 2019, 17:33:25 UTC
26f2b65 FindOpenMP: Add 5.0 and VS19 spec dates Fixes: #19289 24 May 2019, 17:01:28 UTC
62d6ed7 FindPython: Add variable 'Python_FIND_FRAMEWORK' to control frameworks lookup. 24 May 2019, 16:44:43 UTC
4ec2b99 Merge topic 'selective-tar-extracting-and-listing' c8e217e0a7 cmake: tar: Allow selective extracting and listing of archives Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3342 24 May 2019, 14:43:14 UTC
2b8e5a3 Merge topic 'ninja-pool-link-doc-nit' 25b2c7e4cd Help/CMAKE_JOB_POOL_LINK: match the header line with the variable Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3369 24 May 2019, 14:41:48 UTC
3b7894b Merge topic 'fix-armclang-policy' 32e4f236b7 ARMClang: fix policy manipulation in the compiler module Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3365 24 May 2019, 14:40:39 UTC
96189e9 Merge topic 'cmAppend' 006229278b Use cmAppend to append ranges to std::vector instances 999516478d cmAlgorithms: Add cmAppend function Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3366 24 May 2019, 14:39:01 UTC
96a013d Merge topic 'cmTargetMap_definition' 7b4b61a4d3 cmMakefile: Define cmTargetMap type in cmMakefile instead of cmTarget Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3364 24 May 2019, 14:37:38 UTC
ff0fb58 Merge topic 'update-curl' 90766347db curl: Update build within CMake to account for 7.65 changes a39138ef9a Merge branch 'upstream-curl' into update-curl b26487c663 curl 2019-05-22 (885ce314) 2de8af0121 curl: Update script to get curl 7.65.0 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3363 24 May 2019, 14:36:24 UTC
59c392b FindICU: Pass explicit NAMES argument to find command calls This improves readability and avoids an undocumented signature variant. Fixes: #19302 24 May 2019, 14:31:35 UTC
9bf9736 Utilities/Release: Replace upload step with a "push" script Replace the `upload_release.cmake` script with a `push.bash` script that is more configurable from the command line and that does not hard-code any destinations. Instead of using `scp` to access `cmake.org` directly, push the files atomically to a staging directory from which another process will actually upload them. 24 May 2019, 13:51:25 UTC
25b2c7e Help/CMAKE_JOB_POOL_LINK: match the header line with the variable 24 May 2019, 13:31:56 UTC
3a0ab3b Utilities/Release: Teach upload script to compute version automatically Read the version from `Source/CMakeVersion.cmake` instead of repeating it. 24 May 2019, 12:04:11 UTC
2b6f832 Merge branch 'FindBoost-contract-requires-compile-features' into release-3.14 Merge-request: !3368 24 May 2019, 11:15:31 UTC
b915a42 FindBoost: Add compiler features for Boost Contract library 24 May 2019, 11:13:56 UTC
74829f0 Help: Add notes for topic 'clang-gnulike-support' 24 May 2019, 06:43:56 UTC
19669ab Tests: handle string escaping differences with NMake+clang 24 May 2019, 06:43:55 UTC
a2a90f4 Tests: require C++14 for the Tutorial Clang++ on Windows with the MSVC STL requires C++14 to compile. The C++ standard is set to C++14 for the entire tutorial instead of MSVC/clang specific conditions to keep it simple. 24 May 2019, 06:43:55 UTC
4819ff9 Tests: fix failures with gnu mode clang on windows Root causes were: * Using incorrect conditions (assuming MSVC-like command line mode) * Trying to compile the MSVC STL in C++11 mode, when parts of it require C++14 or enabling MS extensions in clang. * Missing flush in a testcase using stdout in a dll and a main part with static crt 24 May 2019, 06:43:42 UTC
c22693b CMake Nightly Date Stamp 24 May 2019, 04:01:06 UTC
26af0b2 cmake: use correct stack size with gnu mode clang on windows 23 May 2019, 21:35:42 UTC
d44c0db clang: setup correct configuration in gnu mode 23 May 2019, 21:35:33 UTC
9e5457d Ninja,Swift: correct response file handling The response file was being written but not used due to the wrong variable being configured for Swift. Swift does compile+link in a single phase and does not use the `<OBJECTS>` placeholder. Use the `<SWIFT_SOURCES>` placeholder instead for the response file substitution which serves the same purpose. 23 May 2019, 21:05:37 UTC
0062292 Use cmAppend to append ranges to std::vector instances 23 May 2019, 14:19:49 UTC
c8e217e cmake: tar: Allow selective extracting and listing of archives 23 May 2019, 14:08:22 UTC
9995164 cmAlgorithms: Add cmAppend function The new `cmAppend` function simplifies appending ranges of values to a `std::vector`. 23 May 2019, 13:32:23 UTC
f03a80a Merge topic 'genex-target-property-lifetime' 5a1af142f1 Genex: Fix value lifetimes in nested TARGET_PROPERTY evaluation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3362 23 May 2019, 13:22:37 UTC
back to top