https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
cde5a04 Adds CDT9 generator (experimental) 22 March 2019, 14:12:11 UTC
6f6ec0b Merge remote-tracking branch 'upstream/master' 19 March 2019, 21:14:33 UTC
8c0b7aa Merge topic 'cmake--install' 73f23d1e00 cmake: add '--install <dir>' option Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Alex Turbov <i.zaufi@gmail.com> Acked-by: Bartosz <gang65@poczta.onet.pl> Acked-by: Cristian Adam <cristian.adam@gmail.com> Rejected-by: Alex Turbov <i.zaufi@gmail.com> Merge-request: !3069 19 March 2019, 17:39:18 UTC
f1e5326 Merge topic 'improve-tar-command' 8634576dcb cmake: Don't interrupt archive creation if unable to read a file. c7c6a4a2cc Help: Update 'tar' documentation with supported arguments 7c47fd8cd1 cmake: tar: Display warning when no files provided during archive creation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3080 19 March 2019, 17:37:59 UTC
d2101e9 Merge topic 'xcodegen-use-std-string' 482d9ef9a8 cmGlobalXCodeGenerator: Prefer std::string over char* Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3111 19 March 2019, 12:59:23 UTC
3c4f92c Merge topic 'is-valid-utf8' 53184a727d cm_utf8: add an is_valid function Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3104 19 March 2019, 12:58:39 UTC
6bbc82b Merge topic 'CheckTypeSize-decl-warning' 0adb0e0178 CheckTypeSize: Fix with clang '-Werror,-Wmissing-variable-declarations' Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3112 19 March 2019, 12:57:51 UTC
51a1a7e Merge topic 'FindBLAS-mklroot' 90b7758489 FindBLAS: respect MKLROOT and MKL_ROOT if available Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3108 19 March 2019, 12:56:37 UTC
0587c4b Merge topic 'file_time_comparison' ec3c968de2 cmake: Use scopes to limit temporary object lifetime 1de0c827a1 cmDependsC: Read cache file modification time only once 5536cec46e Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare 98d4846953 Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS a6d75a1ce0 Substitute FileComparison in variable names with FileTimeCache 216416219a Rename cmFileTimeComparison to cmFileTimeCache 3160258393 cmFileTimeComparison: Replace anonymous private class with std::map 103aa9e46a cmFileTimeComparison: Use cmFileTime internally ... Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3101 19 March 2019, 12:55:18 UTC
146b959 Merge topic 'environment-modules' dfea916d3c FindEnvModules: Provide a CMake interface to environment modules Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3076 19 March 2019, 12:53:35 UTC
a9a4f3b Merge topic 'cray-bad-compiler-option' c213e34d0c cray: Detect bad options passed on the command line Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3110 19 March 2019, 12:52:11 UTC
e67e4db CMake Nightly Date Stamp 19 March 2019, 04:01:08 UTC
53184a7 cm_utf8: add an is_valid function 18 March 2019, 18:18:13 UTC
8634576 cmake: Don't interrupt archive creation if unable to read a file. Rationale: Currently during creation of archive by 'tar', if error appears, it interrupt archive creation. As a result only part of files are archived This behaviour is not consistent with 'copy_directory', native 'tar' and other command behaviour. With this Merge Request this behaviour is fixed. 18 March 2019, 16:55:35 UTC
c7c6a4a Help: Update 'tar' documentation with supported arguments 18 March 2019, 16:08:20 UTC
7c47fd8 cmake: tar: Display warning when no files provided during archive creation 18 March 2019, 16:08:20 UTC
0adb0e0 CheckTypeSize: Fix with clang '-Werror,-Wmissing-variable-declarations' Resolve issue building with missing variable declarations, error: ``` /src/cmake_clang/CMakeFiles/CheckTypeSize/CMAKE_SIZEOF_UNSIGNED_LONG.c:24:6: error: no previous extern declaration for non-static variable 'info_size' [-Werror,-Wmissing-variable-declarations] char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[', ^ 1 error generated. ``` 18 March 2019, 15:56:39 UTC
dfea916 FindEnvModules: Provide a CMake interface to environment modules 18 March 2019, 15:47:35 UTC
875f49c Merge topic 'utf8-fixes' fb5de060bc cm_utf8: reject codepoints above 0x10FFFF a11e5e021b cm_utf8: reject UTF-16 surrogate half codepoints 7111873efd testUTF8: add more test cases bba2b1c89b testUTF8: comment why sequences are invalid Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3097 18 March 2019, 15:28:52 UTC
f6cbb02 Merge topic 'ExternalProject-optimize-git' c58f5e116e ExternalProject: Extend documentation about GIT_TAG usage 8355665f8d ExternalProject: Drop unnecessary 'git submodule init' 00b5f1a1b5 ExternalProject: Simplify generated 'git clone' scripts 98e6822fdf ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3095 18 March 2019, 15:27:59 UTC
23874e4 Merge topic 'FindGLEW-updates' a77a30e657 FindGLEW: Add test a7d853868b FindGLEW: Update implementation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3094 18 March 2019, 15:26:49 UTC
4480769 Merge topic 'release_note_for_cuda_compiler_generator_expressions' 380b2dae55 Add a release note for the cuda compiler generator expressions Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3109 18 March 2019, 15:25:22 UTC
8d179cc Merge topic 'import-zstd' 80af3ddea7 zstd: Disable BMI2 instructions for build within CMake Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3107 18 March 2019, 15:24:30 UTC
ec3c968 cmake: Use scopes to limit temporary object lifetime 18 March 2019, 14:09:11 UTC
1de0c82 cmDependsC: Read cache file modification time only once Using cmFileTime to store and compare file times in cmDependsC allows us to read the cache file modification time only once instead of over and over again for each comparison. 18 March 2019, 14:09:11 UTC
5536cec Rename cmFileTimeCache::FileTimeCompare to cmFileTimeCache::Compare 18 March 2019, 14:09:11 UTC
98d4846 Rename cmFileTimeCache::FileTimesDiffer to cmFileTimeCache::DifferS 18 March 2019, 14:09:11 UTC
a6d75a1 Substitute FileComparison in variable names with FileTimeCache 18 March 2019, 14:09:11 UTC
2164162 Rename cmFileTimeComparison to cmFileTimeCache The name `cmFileTimeCache` reflects the functionality of the class more appropriately. 18 March 2019, 14:09:11 UTC
3160258 cmFileTimeComparison: Replace anonymous private class with std::map After the switch to `cmFileTime`, the anonymous private class of `cmFileTimeComparison` held only a `std::map`. This moves the `std::map` to the `cmFileTimeComparison` class itself and removes the instantiation of an anonymous private class. 18 March 2019, 14:09:10 UTC
103aa9e cmFileTimeComparison: Use cmFileTime internally This replaces OS dependent code in `cmFileTimeComparison` with `cmFileTime` instances that provide the required file time load and comparison operations. A new public `cmFileTimeComparison::Load` method is introduced that, for a given file name, updates the `cmFileTimeComparison` cache on demand and returns a `cmFileTime` instance on success. 18 March 2019, 14:09:10 UTC
6f24c4e New cmFileTime class The new cmFileTime class stores the file modification time as an OS independent nanosecond count. Its main use is to load and compare file modification times in nanosecond and second resolution. 18 March 2019, 14:09:10 UTC
b06f8c9 CMake Nightly Date Stamp 18 March 2019, 04:01:06 UTC
482d9ef cmGlobalXCodeGenerator: Prefer std::string over char* 17 March 2019, 19:41:35 UTC
2833309 CMake Nightly Date Stamp 17 March 2019, 04:01:07 UTC
73f23d1 cmake: add '--install <dir>' option Fixes: #19023 16 March 2019, 17:31:25 UTC
0bd2e3a Merge topic 'pkg-config-linker-flags' b759fa9b8e FindPkgConfig: Set linker flags on imported targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3082 16 March 2019, 10:14:00 UTC
49f606f CMake Nightly Date Stamp 16 March 2019, 04:01:09 UTC
90b7758 FindBLAS: respect MKLROOT and MKL_ROOT if available Fixes: #19052 15 March 2019, 19:13:35 UTC
c213e34 cray: Detect bad options passed on the command line 15 March 2019, 15:38:19 UTC
a77a30e FindGLEW: Add test 15 March 2019, 15:22:32 UTC
a7d8538 FindGLEW: Update implementation Replicate behaviour of upstream GLEW. * define the imported target GLEW::glew for the shared library GLEW * if GLEW_USE_STATIC_LIBS is defined and set to TRUE, this module instead defines the imported target GLEW::glew_s for the static library GLEW * an imported target GLEW::GLEW is created as a copy of either GLEW::glew or GLEW::glew_s * by setting GLEW_VERBOSE you print out the log of the module. Fixes: #17638, #17864, #18989 15 March 2019, 15:22:29 UTC
380b2da Add a release note for the cuda compiler generator expressions 15 March 2019, 15:04:25 UTC
c58f5e1 ExternalProject: Extend documentation about GIT_TAG usage When GIT_SHALLOW is used, the '--depth 1 --no-single-branch' arguments are add. It means that only branch names and tags is downloaded to repository. Most Commit Hash is not working. With this commit the documentation was updated, to describe the limitation of GIT_SHALLOW. 15 March 2019, 15:00:31 UTC
3261f23 Merge topic 'export-package-default-off' 9bede5c4ce export: Disable PACKAGE mode user package registry by default Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Lukas Mosimann <lumosimann@gmail.com> Merge-request: !3041 15 March 2019, 14:45:51 UTC
a6d8165 Merge topic 'ninja-dyndep-touchups' 76e6e01c6c cmNinjaTargetGenerator: use a different depfile for preprocessing 414332ff57 cmake_ninja_dyndep: don't duplicate slashes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3093 15 March 2019, 14:27:55 UTC
5940d18 Merge branch 'release-3.14' 15 March 2019, 14:27:06 UTC
9bede5c export: Disable PACKAGE mode user package registry by default The user package registry populated by the `export()` command causes side effects outside the build and source directories. Such effects should be opt-in rather than op-out. Introduce a policy to change default behavior of `export(PACKAGE)` to do nothing. 15 March 2019, 14:24:47 UTC
0db702c Merge topic 'find_program-windows-share' 00c4ddf75e find_program: Restore leading double slash on Windows network path Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3105 15 March 2019, 14:21:35 UTC
f739654 Merge topic 'FindPython-ensure-correct-architecture-selected' 9a84cb1663 FindPython*: ensure correct architecture is selected. Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3103 15 March 2019, 14:20:28 UTC
7d77607 Merge topic 'vs2019-wow64' 5c50eeaffc VS: Fix x64 host recognition by x86 cmake process Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3102 15 March 2019, 14:19:01 UTC
41d796c Merge topic 'test-FindGTK2-explicit' 28ae243ca6 Tests: Run FindGTK2 tests only when explicitly enabled Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Kyle Edwards <kyle.edwards@kitware.com> Merge-request: !3100 15 March 2019, 14:16:06 UTC
1642619 Merge topic 'cmake-gui-unused-code' dd8c2f3e57 cmake-gui: Drop code not needed with current required CMake version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3099 15 March 2019, 14:14:52 UTC
80af3dd zstd: Disable BMI2 instructions for build within CMake Our nightly and release binaries build in an environment that does not support these instructions. Disable them everywhere for simplicity because CMake's application of this library is not performance-critical. 15 March 2019, 14:05:23 UTC
2efecea CMake Nightly Date Stamp 15 March 2019, 04:01:07 UTC
5b6c6c2 Merge branch 'find_program-windows-share' into release-3.14 Merge-request: !3105 14 March 2019, 18:52:12 UTC
00c4ddf find_program: Restore leading double slash on Windows network path Since commit c76c1ea208 (find_program: Consider CWD only for paths with separator, 2018-05-31, v3.13.0-rc1~413^2) we accidentally convert the leading `//` to just `/` on results with Windows network paths. This was caused by `CollapseCombinedPath` being less robust than `CollapseFullPath`. Restore use of the latter but in a way that preserves the requirement of the above commit to support candidates that are themselves absolute. Fixes: #19049 Issue: #19050 14 March 2019, 18:46:23 UTC
0e652f2 Merge branch 'FindPython-ensure-correct-architecture-selected' into release-3.14 Merge-request: !3103 14 March 2019, 18:01:02 UTC
9a84cb1 FindPython*: ensure correct architecture is selected. Ensure interpreter and libraries architecture matches CMake build configuration. Update documentation about interpreter constraints. Fixes: #19024 14 March 2019, 17:53:57 UTC
8355665 ExternalProject: Drop unnecessary 'git submodule init' Since commit 79410eeb1f (ExternalProject: Initialize Git submodules recursively and on update (#16083), 2016-04-26, v3.6.0-rc1~105^2) our `git submodule update` step uses the `--init` flag. This makes the prior `git submodule init` unnecessary. 14 March 2019, 17:45:35 UTC
00b5f1a ExternalProject: Simplify generated 'git clone' scripts Revise script generation to hard-code selected options instead of building them with logic inside the script. 14 March 2019, 17:44:30 UTC
98e6822 ExternalProject: Re-run 'git clone' when GIT_REMOTE_NAME changes 14 March 2019, 17:44:15 UTC
fb5de06 cm_utf8: reject codepoints above 0x10FFFF These are invalid because the Unicode standard says so (because UTF-16 as specified today cannot encode them). 14 March 2019, 17:26:21 UTC
a11e5e0 cm_utf8: reject UTF-16 surrogate half codepoints 14 March 2019, 17:25:24 UTC
7111873 testUTF8: add more test cases 14 March 2019, 17:24:38 UTC
b5b2415 Merge branch 'vs2019-wow64' into release-3.14 Merge-request: !3102 14 March 2019, 17:24:25 UTC
bba2b1c testUTF8: comment why sequences are invalid 14 March 2019, 17:21:50 UTC
5c50eea VS: Fix x64 host recognition by x86 cmake process In commit 57e48f16f2 (VS: Add Visual Studio 16 2019 generator, 2019-01-09, v3.14.0-rc1~150^2) and commit 0fd742a6ff (VS: Teach VS 2019 generator to select host tools matching host arch, 2019-01-28, v3.14.0-rc1~63^2) we intended to select the `x64` target architecture and `x64` host tools by default on x64 host machines. Fix detection of a x64 host when CMake itself is a 32-bit x86 process. The KWSys SystemInformation `Is64Bits` member is not set correctly, which led to this bug. Pending investigation on the KWSys side, simply test ourselves via `IsWow64Process`. 14 March 2019, 17:19:18 UTC
28ae243 Tests: Run FindGTK2 tests only when explicitly enabled Do not `find_package(GTK2)` by default, as it gives the impression that CMake depends on it to build. We will set `CMake_TEST_FindGTK2` in the cache of automated builds where GTK2 is expected to work. 14 March 2019, 15:17:10 UTC
dd8c2f3 cmake-gui: Drop code not needed with current required CMake version 14 March 2019, 15:15:34 UTC
32a569e Merge topic 'refactor_cmfilecopier' e2e8f6b132 cmFileCommand: Factor out cmFileCopier and cmFileInstaller Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !2664 14 March 2019, 15:13:33 UTC
7bc03aa Merge topic 'string_scopes' 3039fd7a29 cmDependsC: Use faster cmSystemTools::FileTimeCompare b96c3c74dd cmDependsC: Use auto for long type names e81b425019 cmDependsC: Remove useless string preallocation artifact d1a54ee26a cmDepends: Reduce temporary object lifetime with local scopes ae416a6b5c cmLocalUnixMakefileGenerator3: Use std::unique_ptr instead of new/delete 60a407b01c cmLocalUnixMakefileGenerator3: Pass strings instead of recomputing them addd1ce402 cmLocalUnixMakefileGenerator3: Move local strings into local brace scopes Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Brad King <brad.king@kitware.com> Merge-request: !3088 14 March 2019, 15:12:44 UTC
9915003 Merge topic 'import-zstd' 1761a9a546 CMake: Enable use of zstd in libarchive 2cf2921749 zstd: Add CMake build system f92b4b52eb Merge branch 'upstream-zstd' into import-zstd fbaf65639a zstd 2018-12-27 (470344d3) 9337cbfcca zstd: add script to import zstd from upstream Acked-by: Kitware Robot <kwrobot@kitware.com> Acked-by: Bartosz <gang65@poczta.onet.pl> Merge-request: !3092 14 March 2019, 15:08:43 UTC
101621e Merge topic 'xcodescheme' 40be48f890 XCode: Add scheme option XCODE_SCHEME_DEBUG_AS_ROOT Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3084 14 March 2019, 15:07:53 UTC
accbf41 Merge topic 'short-commands' 077ab5774c cmake: add short version of '--target <tgt>...' option 071f5e1544 cmake: Reformat '--parallel' and '--verbose' options in help Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3078 14 March 2019, 15:06:19 UTC
46ad0f7 Merge branch 'release-3.14' 14 March 2019, 14:28:16 UTC
bf02d62 CMake 3.14.0 14 March 2019, 13:08:05 UTC
e1af248 CMake Nightly Date Stamp 14 March 2019, 04:01:08 UTC
b759fa9 FindPkgConfig: Set linker flags on imported targets 13 March 2019, 22:42:44 UTC
e2e8f6b cmFileCommand: Factor out cmFileCopier and cmFileInstaller Split these classes out into their own sources. 13 March 2019, 18:06:32 UTC
3039fd7 cmDependsC: Use faster cmSystemTools::FileTimeCompare The file stat caching feature of the local cmFileTimeComparison instance is unused in the addressed context. To avoid the allocation and initialization overhead of cmFileTimeComparison use cmSystemTools::FileTimeCompare instead. 13 March 2019, 17:01:03 UTC
1761a9a CMake: Enable use of zstd in libarchive Build zstd as part of CMake or find one on the system. Modify our port of libarchive to use the zstd configured for use with CMake. Issue: #18657 13 March 2019, 14:47:21 UTC
2cf2921 zstd: Add CMake build system Although the upstream has a CMake build system, it is meant for the complete package. Add a simple one to build just the static library we need within CMake. 13 March 2019, 14:47:16 UTC
f92b4b5 Merge branch 'upstream-zstd' into import-zstd * upstream-zstd: zstd 2018-12-27 (470344d3) 13 March 2019, 14:46:32 UTC
fbaf656 zstd 2018-12-27 (470344d3) Code extracted from: https://github.com/facebook/zstd.git at commit 470344d33e1d52a2ada75d278466da8d4ee2faf6 (v1.3.8). 13 March 2019, 14:46:29 UTC
9337cbf zstd: add script to import zstd from upstream 13 March 2019, 14:46:14 UTC
80b761b Merge topic 'update-documentation' da2e588935 cmake: Upgrade 'cmake -E' commands description Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3089 13 March 2019, 14:19:21 UTC
7b81b1c Merge topic 'cuda_compiler_generator_expressions' b53766b205 CUDA: Support compiler id and version generator expressions b544e34af6 All VersionNode use the same capitalization pattern Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3085 13 March 2019, 14:16:25 UTC
40ad7ca Merge topic 'ignore-json-deprecated-warnings' 2c280acdf8 JsonCpp: Ignore deprecation warnings Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3091 13 March 2019, 14:15:10 UTC
c0f53f7 Merge branch 'release-3.14' 13 March 2019, 14:12:53 UTC
61023e0 Merge branch 'release-3.13' 13 March 2019, 14:12:51 UTC
1b8c5a0 Merge topic 'revert-vs-msbuild-arch' f3cedf381e VS: Revert "Use MSBuild matching toolset host architecture" Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3090 13 March 2019, 14:08:57 UTC
d7c4a8a Merge topic 'wix-cmake-downgrade-fix' 7593bdf4e8 CMake: Fix WiX installer downgrades with versioned binaries Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3087 13 March 2019, 14:08:03 UTC
f74bb65 CMake Nightly Date Stamp 13 March 2019, 04:01:07 UTC
76e6e01 cmNinjaTargetGenerator: use a different depfile for preprocessing If the compile rule also needs a depfile, the names now no longer collide. 12 March 2019, 19:37:07 UTC
414332f cmake_ninja_dyndep: don't duplicate slashes 12 March 2019, 19:37:07 UTC
2c280ac JsonCpp: Ignore deprecation warnings 12 March 2019, 17:14:02 UTC
1b6a304 Merge branch 'revert-vs-msbuild-arch' into release-3.14 Merge-request: !3090 12 March 2019, 17:01:57 UTC
f3cedf3 VS: Revert "Use MSBuild matching toolset host architecture" Revert commit da402a081b (VS: Use MSBuild matching toolset host architecture, 2019-01-28, v3.14.0-rc1~50^2). Multiple people have reported that the 64-bit `amd64/msbuild` tool fails in cases that the 32-bit `msbuild` works. Drop our change pending further investigation and hopefully a fix to VS. Fixes: #18904, #19037 Issue: #18219 12 March 2019, 16:53:06 UTC
da2e588 cmake: Upgrade 'cmake -E' commands description Fixes: #13204 12 March 2019, 15:01:33 UTC
back to top