- Mar 13, 2019
-
-
Split these classes out into their own sources.
-
da2e5889 cmake: Upgrade 'cmake -E' commands description Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3089
-
b53766b2 CUDA: Support compiler id and version generator expressions b544e34a All VersionNode use the same capitalization pattern Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3085
-
2c280acd JsonCpp: Ignore deprecation warnings Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3091
-
Brad King authored
-
Brad King authored
-
f3cedf38 VS: Revert "Use MSBuild matching toolset host architecture" Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3090
-
7593bdf4 CMake: Fix WiX installer downgrades with versioned binaries Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3087
-
Kitware Robot authored
-
- Mar 12, 2019
-
-
Chuck Atkins authored
-
Brad King authored
Merge-request: !3090
-
Brad King authored
Revert commit da402a08 (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
-
Bartosz Kosiorek authored
Fixes: #13204
-
05774d4b FindBoost: always define BOOST_ALL_DYN_LINK for Boost::dynamic_linking Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3083
-
463c2fba Genex: Teach SHELL_PATH to support a list of paths 21da25d2 Tests: Generalize GeneratorExpression MSYS path conversion workaround Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3057
-
Brad King authored
Merge-request: !3087
-
Brad King authored
Merge-request: !3087
-
Since commit 5b9da05b (Windows: Embed version information into CMake binaries, 2017-10-25, v3.11.0-rc1~411^2) our binaries have version information that prevents a `.msi` downgrade from replacing them by default. Configure the re-install mode: * a: reinstall all files regardless of version * m: rewrite all per-machine registry entries * u: rewrite all per-user registry entries * s: reinstall shortcuts and icons Fixes: #19006
-
Kitware Robot authored
-
- Mar 11, 2019
-
-
The purpose of the `Boost::dynamic_linking` interface library is to cause `BOOST_ALL_DYN_LINK` to be defined. Do this on all platforms instead of just Windows. In particular, using Boost::log trivial_logger requires to set BOOST_ALL_NO_LIB when Boost::Log is compiled as dynamic library. Fixes: #17813
-
Robert Maynard authored
Introduce the CUDA_COMPILER_ID and CUDA_COMPILER_VERSION generator expressions.
-
Robert Maynard authored
-
Extend the genex added by commit ca6ba3fe (Genex: Add a SHELL_PATH expression, 2015-09-24, v3.4.0-rc1~37^2) to accept a `;`-list of paths, convert them all, and generate a list separated by the native shell `PATH``` separator.
-
Brad King authored
Use MSYS2's `MSYS2_ARG_CONV_EXCL` environment variable to prevent path conversion where possible.
-
4fe56a67 FindSWIG: mark_as_advanced SWIG_EXECUTABLE for cleaner cache display Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3077
-
Kitware Robot authored
-
- Mar 10, 2019
-
-
Kitware Robot authored
-
- Mar 09, 2019
-
-
Kitware Robot authored
-
- Mar 08, 2019
-
-
6ae5fffd Optimize target properties processing at generation step Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3062
-
bf1e7330 cmAlgorithms: Refactor cmRemoveDuplicates Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3029
-
538e699e Help: for command enable_testing, explain relation to module CTest. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3070
-
d5331713 FindThreads: Use complete program to test for pthreads in libc Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3040
-
adba2945 Utilities/Release: Update to Qt 5.12 on Windows builds 58426958 Utilities/Release: Update for using Windows 10 SDK Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3079
-
Brad King authored
-
Brad King authored
-
47389c56 install: Do not crash on imported global target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3071
-
4ca5a815 C++ feature checks: Match warnings more strictly Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3075
-
Brad King authored
-
Brad King authored
In commit e903a9fc (Utilities/Release: Create a Windows 64-bit binary, 2016-03-16, v3.6.0-rc1~235^2~2) we added a `_USING_V110_SDK71_` macro to tell the MSVC standard library headers they were using an older SDK. The environment in which our Windows binaries are produced has been updated to use a Windows 10 SDK now that we do not need to support WinXP, so we can drop the definition.
-