- Mar 13, 2019
-
-
Brad King authored
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.
-
Brad King authored
* upstream-zstd: zstd 2018-12-27 (470344d3)
-
Code extracted from: https://github.com/facebook/zstd.git at commit 470344d33e1d52a2ada75d278466da8d4ee2faf6 (v1.3.8).
-
Brad King authored
- Mar 12, 2019
-
-
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
-
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
-
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.
-
Sylvain Joubert authored
-
Kitware Robot authored
-
- Mar 07, 2019
-
-
Brad King authored
Merge-request: !3075
-
d7ca0a26 Help: add code-block directive Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3074
-
Kyle Edwards authored
-
46c58303 Help: provide example for HTTPHEADER option to ctest_submit Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3072
-
Zack Galbreath authored
-
1166aa5c ctest: refactor some code Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3064
-
Avoid creating unnecessary `cmCompileGeneratorExpression` instances. Use runtime polymorphism to avoid the full genex infrastructure when a property value does not contain a genex. Issue: #18965
-
Brad King authored
Merge-request: !3071
-
Brad King authored
-
0bf44180 VS: Encode newlines in XML attributes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !3065
-