https://github.com/Kitware/CMake

sort by:
Revision Author Date Message Commit Date
9278028 CMake 3.16.0-rc2 18 October 2019, 13:23:00 UTC
6dedb97 Merge branch 'pch-makefile-depends' into release-3.16 Merge-request: !3928 17 October 2019, 14:41:43 UTC
797689a PCH: Fix Makefile dependencies to rebuild PCH on header changes Teach the Makefile generator to scan the implicit dependencies of PCH creation. When a header named by `target_precompile_headers` changes the corresponding PCH must be rebuilt and all consumers recompiled. Fixes: #19830 17 October 2019, 14:29:31 UTC
7aab792 Merge branch 'export-target-lang-name' into release-3.16 Merge-request: !3927 17 October 2019, 14:23:36 UTC
0b10b3e cmMakefileTargetGenerator: Inline WriteObjectBuildFile in only call site 16 October 2019, 17:48:14 UTC
0e436c5 install,export: Do not treat language names as target names When generating `IMPORTED_LINK_INTERFACE_LANGUAGES`, do not treat the entries as target names. Fixes: #19846 16 October 2019, 16:48:20 UTC
84e14a5 Merge branch 'doc-pch-compile-language' into release-3.16 Merge-request: !3925 16 October 2019, 14:54:11 UTC
ac75886 PCH: Document and test COMPILE_LANGUAGE genex for per-language header Fixes: #19839 16 October 2019, 14:32:56 UTC
c2a7729 Merge branch 'doc-add_link_options-typos' into release-3.16 Merge-request: !3922 16 October 2019, 13:53:39 UTC
a7ef28b Help: Fix typos and style in add_link_options documentation 16 October 2019, 13:49:08 UTC
3658f44 Merge branch 'swift-cross-compile' into release-3.16 Merge-request: !3921 15 October 2019, 17:29:11 UTC
466ad46 try_compile: support Swift for cross-compilation Ensure that we preserve the `CMAKE_Swift_COMPILER_TARGET` variable to use cross-compilation for testing the Swift compiler if appropriate. 15 October 2019, 17:25:14 UTC
080163a Merge branch 'CMakeFindBinUtils-cleanup' into release-3.16 Merge-request: !3920 15 October 2019, 15:19:53 UTC
c3c751e Merge branch 'FindCurses-tinfow' into release-3.16 Merge-request: !3915 15 October 2019, 15:19:44 UTC
c89794f Merge branch 'FindHDF5-cray' into release-3.16 Merge-request: !3918 15 October 2019, 15:19:31 UTC
4041f6a Merge branch 'doc-static-lib-flags' into release-3.16 Merge-request: !3919 15 October 2019, 15:15:45 UTC
f0da223 CMakeFindBinUtils: Remove unnecessary variable unset calls Some unset calls were added by commit 079b8e2916 (Clang: prefer lld-link over link.exe, 2019-07-11, v3.16.0-rc1~161^2~2) but they are unnecessary since commit 3a82ef78eb (CMakeFindBinUtils: Rename and unset variables for additional names, 2019-07-23, v3.16.0-rc1~332^2~2). Suggested-by: Norbert Lange <nolange79@gmail.com> 15 October 2019, 15:09:06 UTC
9fc87ef FindCurses: use tinfow when wide support is requested 15 October 2019, 13:50:52 UTC
08f4b5d FindHDF5: Append hdf5 to hdf5_hl to avoid undefined references 15 October 2019, 13:47:58 UTC
cd6f0ef FindHDF5: Cray HDF5 Fortran module filename is usually capitalized 15 October 2019, 13:47:58 UTC
fb16e0e Help: Clarify documentation of CMAKE_STATIC_LINKER_FLAGS Issue: #19838 15 October 2019, 13:43:00 UTC
7716be4 Merge branch 'cmake-initial-cache-relative' into release-3.16 Merge-request: !3912 14 October 2019, 20:18:16 UTC
74035b0 Merge branch 'FindOpenMP-clang-HIP-device' into release-3.16 Merge-request: !3911 14 October 2019, 20:18:08 UTC
c9d73b2 cmake: Fix relative path regression in -C Since commit 4ca0526f8a (cmake: Pass -S and -B into PreLoad.cmake and -C scripts, 2019-08-20, v3.16.0-rc1~195^2) the value of `CMAKE_SOURCE_DIR` is the source directory rather than the current working directory. This was correct on its own, but the place storing that value is also used as the base for relative paths specified on the command line. The latter should of course be relative to the current working directory. The fix is to switch to use a full path internally, unless a full path is already specified. Add tests for the behaviour of `-C` under these four circumstances: {with -S, without -S} x {full path, relative path} Fixes: #19827 14 October 2019, 20:17:00 UTC
db5a8d7 FindOpenMP: Add support for HIP clang device pass The HIP clang makes 2 passes when compiling HIP programs: the DEVICE pass and the HOST pass. For openmp, the `-fopenmp` option is only passed to the HOST compilation pass. Therefore, the small test that CMake uses for OpenMP detection fails to compile, and CMake reports failure to detect OpenMP support in the compiler. The suggested solution is to add check for `__HIP_DEVICE_COMPILE__` macro defined by HIP clang for the DEVICE pass to the OpenMP detection test. 12 October 2019, 15:04:45 UTC
6847d81 Merge branch 'no-git-version' into release-3.16 Merge-request: !3910 11 October 2019, 18:36:31 UTC
874396a CMakeVersion: Add option to disable Git suffix Distro maintainers who are building from Git with patches added on may want to disable the automatic Git suffixing, as it does not provide any useful information and simply confuses the end user. Add an undocumented CMake_VERSION_NO_GIT variable to disable this. 11 October 2019, 18:32:09 UTC
b254b06 CMakeVersion: Prefer Git information provided by 'git archive' exports Update the approach from commit fe2c558ba6 (CMakeVersion: Preserve Git information during 'git archive', 2019-07-25, v3.16.0-rc1~337^2) to prefer `export-subst` information. This will allow exported source trees to be imported into unrelated Git repositories while still using the original upstream CMake commit information. 11 October 2019, 17:49:59 UTC
75f361a Merge branch 'InstallRequiredSystemLibraries-redist' into release-3.16 Merge-request: !3909 11 October 2019, 16:08:51 UTC
ecbf654 IRSL: Install vcruntime140_1.dll if available VS 2019 now distributes this additional runtime DLL with its `14.2x` toolsets. Fixes: #19829 11 October 2019, 16:05:51 UTC
2eecd1c IRSL: Prefer MSVC runtime libraries from newest toolset first 11 October 2019, 15:57:39 UTC
820f952 Merge branch 'vs-v142-csharp-flags' into release-3.16 Merge-request: !3908 11 October 2019, 15:19:02 UTC
bbf216f VS: Add toolset v142 CSharp flag table While the flag tables for C and C++ were generated from MSBuild `.xml` files, the CSharp flag tables were written by hand. Copy the `v141` flag table to use for the `v142` toolset. Remove the special case added by commit 626c51f47b (VS: Update for Visual Studio 2019 Preview 2, 2019-01-24, v3.14.0-rc1~74^2) that mapped the v142 flag table lookup to v141 since we now have the real v142 table. Fixes: #19828 11 October 2019, 15:11:20 UTC
d26ef5d Merge branch 'FindPostgreSQL-macports-and-v12' into release-3.16 Merge-request: !3907 11 October 2019, 15:09:46 UTC
ec43d96 FindPostgreSQL: support macports installation scheme Macports installs into `include/postgresql${suffix}`. Add this to the list of supported suffixes. Also copy the non-server `postgresql/${suffix}` path. 11 October 2019, 15:04:13 UTC
908dff4 FindPostgreSQL: support version 12 11 October 2019, 15:04:13 UTC
18f3e28 Merge branch 'iar-8051-support' into release-3.16 Merge-request: !3906 11 October 2019, 14:23:37 UTC
5652e11 IAR: Add 8051 support Issue: #17264 11 October 2019, 14:22:52 UTC
6e51db9 IAR: Fix v850 assembler support file extensions Fix the file extension added by commit 158f3795b8 (IAR: Add v850 assembler support, 2019-09-23, v3.16.0-rc1~70^2). Issue: #17264 11 October 2019, 14:22:52 UTC
3709389 Merge branch 'objc-c++flags' into release-3.16 Merge-request: !3904 11 October 2019, 13:24:24 UTC
3e05637 Merge branch 'doc-unity-build' into release-3.16 Merge-request: !3905 11 October 2019, 12:32:53 UTC
ef5875b Merge branch 'intel-19-compile-features' into release-3.16 Merge-request: !3900 11 October 2019, 12:32:37 UTC
13c8dbd Help: Document CMAKE_UNITY_BUILD/CMAKE_EXPORT_COMPILE_COMMANDS limitation These two options currently do not work well together. Mention this limitation in the documentation. Issue: #19826 11 October 2019, 12:05:59 UTC
ed06d27 Help: Extend documentation of CMAKE_UNITY_BUILD variable 11 October 2019, 12:05:29 UTC
1d9155e Help: Improve UNITY_BUILD documentation formatting 11 October 2019, 12:03:29 UTC
806e01d Objective-C: Do not treat Objective-C files as C++ files When both C and C++ langauges are enabled, the Objective-C files should be treated as C files and not as C++ files. 11 October 2019, 12:01:48 UTC
8aac65a Help: Document CMAKE_UNITY_BUILD in 3.16 release notes 11 October 2019, 11:54:59 UTC
3fb146c Tests: Update CompileFeatures test for Intel 19 with VS 2015 Blacklist `cxx_relaxed_constexpr` for this case because the compiler does not advertise the support in this mode but compiles our example. 10 October 2019, 17:14:42 UTC
847e8bc Intel: Fix default C++ dialect detection on Windows For the Intel Compiler for Windows we have some subtle preprocessor checks in compiler feature detection to detect C++11 and C++14 modes. Use these when detecting the default C++ dialect too. 10 October 2019, 17:14:42 UTC
9150c81 CMake 3.16.0-rc1 10 October 2019, 13:31:05 UTC
580e322 Merge branch 'rename_loglevel_option' into release-3.16 Merge-request: !3899 10 October 2019, 13:21:36 UTC
7bbddeb CLI: Rename --loglevel to --log-level for naming consistency Other multi-word command line options use hyphens to separate the words, so the --loglevel option introduced in CMake 3.15 was inconsistent in this regard. Rename it to --log-level but still support the original --loglevel name to preserve backward compatibility. 10 October 2019, 13:20:50 UTC
e5419f4 Merge branch 'pch-generate' into release-3.16 Merge-request: !3890 10 October 2019, 13:14:58 UTC
b63dc7c Merge branch 'ExternalProject-minor-typos' into release-3.16 Merge-request: !3898 09 October 2019, 13:22:08 UTC
88fa7b7 Merge branch 'vs-16.4-global-targets' into release-3.16 Merge-request: !3896 09 October 2019, 13:19:40 UTC
155d6d8 Merge branch 'file-GENERATE-earlier' into release-3.16 Merge-request: !3895 09 October 2019, 13:19:16 UTC
980d811 Merge branch 'apple-asm-deployment-target' into release-3.16 Merge-request: !3894 09 October 2019, 13:18:43 UTC
1a3a622 Apple: Set Clang ASM compiler features The same is done for the C and CXX language. This initializes compiler flags like the sysroot path or deployment target. Closes: #19794 Suggested-by: Kyle Fleming 09 October 2019, 13:18:33 UTC
5d3b825 ExternalProject: fix some documentation typos 09 October 2019, 12:27:44 UTC
36ded61 PCH: Generate sources during Compute step 09 October 2019, 11:50:25 UTC
04e5f30 VS: Tell VS 16.4 not to verify CMake-provided custom command outputs Extend the fix from commit 0578239d3a (VS: Tell VS 16.4 not to verify SYMBOLIC custom command outputs, 2019-09-23, v3.15.4~2^2) to apply to outputs in CMake-provided targets like `install`. Simply mark these outputs as `SYMBOLIC` too since they are not actually generated. Fixes: #19737 07 October 2019, 21:41:31 UTC
f1fb63b file(GENERATE): Create output file structures even earlier Since commit b80557c7bd (file(GENERATE): Evaluate early to allow generating source files, 2014-11-04, v3.2.0-rc1~398^2) we create the `cmSourceFile` instances marked with a `GENERATED` source file property before tracing source dependencies. Move it to even earlier so that steps in `cmGlobalGenerator::AddAutomaticSources` can operate on all sources. This also avoids the accidental `O(n^2)` calls for `n` local generators that we had previously. This is also needed since commit 83c1657ff7 (Unity build: Generate sources during Compute step, 2019-10-03) to support `file(GENERATE)` outputs as sources in a target with `UNITY_BUILD` enabled. 07 October 2019, 19:22:12 UTC
16613bc Begin 3.16 release versioning 07 October 2019, 14:53:56 UTC
0b24318 Help: Drop development topic notes to prepare release Release versions do not have the development topic section of the CMake Release Notes index page. 07 October 2019, 14:52:56 UTC
ead8986 Merge topic 'doc-3.16-relnotes' ffa1c76ba3 Help: Add missing 3.16 release notes for CPack/DEB descriptions a933d8d84e Help: Organize and revise 3.16 release notes 9c9a6e6023 Help: Consolidate 3.16 release notes Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3889 07 October 2019, 14:49:35 UTC
b734a04 Merge topic 'doc_custom_commands_crosscompile' c6f08a2125 Help: Clarify how target names are handled in custom commands/targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3891 07 October 2019, 14:47:54 UTC
ffa1c76 Help: Add missing 3.16 release notes for CPack/DEB descriptions Add notes for the changes from commit 33c7ea513d (CPackDeb: Use `CPACK_PACKAGE_DESCRIPTION_FILE`, 2019-07-11). Suggested-by: Alex Turbov <i.zaufi@gmail.com> 07 October 2019, 14:45:23 UTC
a933d8d Help: Organize and revise 3.16 release notes Add section headers similar to the 3.15 release notes and move each individual bullet into an appropriate section. Revise a few bullets. Drop bullets covering internal interfaces. 07 October 2019, 14:45:05 UTC
947b02e Merge topic 'export-genex-under-prefix' 3ded5b6da8 install,export: Fix export of a genex following $<INSTALL_PREFIX> Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3886 07 October 2019, 14:34:50 UTC
a023a2e Merge topic 'test-per-config-sources' 9c9e66289a Tests: Enable ConfigSources test on every configuration Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3888 07 October 2019, 14:33:50 UTC
2792829 Merge topic 'doc-install-strip' 12368e6d15 Help: Document install/strip targets for Ninja/UNIX Makefiles generators Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3887 07 October 2019, 14:32:03 UTC
52891c8 CMake Nightly Date Stamp 07 October 2019, 04:01:04 UTC
f2bf78c CMake Nightly Date Stamp 06 October 2019, 04:01:06 UTC
c6f08a2 Help: Clarify how target names are handled in custom commands/targets Fixes: #19771 05 October 2019, 13:11:14 UTC
3da9733 CMake Nightly Date Stamp 05 October 2019, 04:01:05 UTC
12368e6 Help: Document install/strip targets for Ninja/UNIX Makefiles generators 04 October 2019, 15:00:18 UTC
9c9a6e6 Help: Consolidate 3.16 release notes Run the `Utilities/Release/consolidate-relnotes.bash` script to move notes from `Help/release/dev/*` into `Help/release/3.16.rst`. 04 October 2019, 15:00:00 UTC
9c9e662 Tests: Enable ConfigSources test on every configuration Revise the test itself to work in all configurations and verify that certain sources are only built by whatever configuration is tested. 04 October 2019, 14:39:00 UTC
395e5f7 Merge topic 'unity-step' 83c1657ff7 Unity build: Generate sources during Compute step Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3884 04 October 2019, 14:15:08 UTC
a988cc8 Merge topic 'pch-multi-language' 38c1f2ab22 PCH: Fix CMake test files indentation 1144a4fa47 PCH: Add multi-language PCH generation support Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3885 04 October 2019, 14:14:20 UTC
f9e2c17 Merge topic 'pch-clang-pch-regen' bc4f8f4472 PCH: Use clang's own pch functionality instead of the GCC emulation Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3881 04 October 2019, 14:13:00 UTC
3ded5b6 install,export: Fix export of a genex following $<INSTALL_PREFIX> The relative path check added by commit 5838aba1aa (Export: Report error on relative include with genex., 2013-11-26, v3.0.0-rc1~285^2) was added one condition too early. If the value starts in `${_IMPORT_PREFIX}` (which comes from `$<INSTALL_PREFIX>`) then it is an absolute path. Fixes: #19791 04 October 2019, 13:53:22 UTC
6502063 CMake Nightly Date Stamp 04 October 2019, 04:01:06 UTC
38c1f2a PCH: Fix CMake test files indentation 03 October 2019, 21:24:21 UTC
1144a4f PCH: Add multi-language PCH generation support If the target has C files, it will get a C PCH file. The same for C++ files. The linker language is no longer used to determine which language to use for PCH. Fixes: #19790 03 October 2019, 20:58:55 UTC
83c1657 Unity build: Generate sources during Compute step The unity build sources need to be added for all generators. Create them during `cmGlobalGenerator::Compute` to avoid duplicating the calls in every generator. We already handle Qt autogen there too. Issue: #19789 03 October 2019, 18:55:22 UTC
3247506 Merge topic 'ctest-hardware-allocation' e9500271a3 Help: Add documentation for CTest hardware allocation d1f100a415 CTest: Add Json output for PROCESSES property b741ee820d Tests: Add test for CTest hardware allocation feature 3c8a5aad46 Tests: Write tests for cthwalloc helper tool 2d74e54661 Tests: Write cthwalloc helper tool e34de0691b CTest: Allocate hardware to tests aee0964851 CTest: Add bin-packing algorithm c494b2973a CTest: Add cmCTestHardwareAllocator class ... Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3858 03 October 2019, 18:07:52 UTC
d918b4a Merge topic 'FindGTK2-harfbuzz' effafca77e FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3877 03 October 2019, 13:11:36 UTC
4a68c85 Merge topic 'FindJava-all-versions' 3d02593986 FindJava: ensure all versions can be found 14ac253af7 FindJava: tests clean-up Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3871 03 October 2019, 13:10:50 UTC
2921c5e Merge branch 'release-3.15' 03 October 2019, 13:09:50 UTC
96bc0a5 Merge topic 'xcode-scheme-custom-target' 333a2ff099 Merge branch 'backport-xcode-scheme-custom-target' 7cccc5b199 Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets ac9934406d Xcode: Restore CMAKE_XCODE_GENERATE_SCHEME for custom targets Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3878 03 October 2019, 13:09:04 UTC
bc4f8f4 PCH: Use clang's own pch functionality instead of the GCC emulation Fixes: #19786 03 October 2019, 12:43:00 UTC
53dedbd CMake Nightly Date Stamp 03 October 2019, 04:01:07 UTC
effafca FindGTK2: Add harfbuzz to GTK2_INCLUDE_DIRS Fixes: #19531 02 October 2019, 15:31:44 UTC
e950027 Help: Add documentation for CTest hardware allocation 02 October 2019, 13:33:54 UTC
d1f100a CTest: Add Json output for PROCESSES property 02 October 2019, 13:33:54 UTC
b741ee8 Tests: Add test for CTest hardware allocation feature 02 October 2019, 13:33:54 UTC
3c8a5aa Tests: Write tests for cthwalloc helper tool This helper tool is sufficiently complex that it warrants having its own test suite. 02 October 2019, 13:33:54 UTC
2d74e54 Tests: Write cthwalloc helper tool 02 October 2019, 13:33:54 UTC
e34de06 CTest: Allocate hardware to tests 02 October 2019, 13:33:54 UTC
back to top