- Apr 29, 2020
-
-
Ben Boeckel authored
-
Ben Boeckel authored
-
197b4cbe VS: Add option for per-target PlatformToolset Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4682
-
Add a `VS_PLATFORM_TOOLSET` target property to set `PlatformToolset` in the `.vcxproj` file for specific targets. Document that this is safe only when the named toolset uses the same underlying compiler as the primary toolset. Fixes: #17429
-
8a90ef5a FindLibXslt: use LIBXSLT_LIBRARY as cache variable 1aa7df41 FindLibXslt: provide imported targets dd506714 FindLibXslt: identify libexslt include directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4650
-
5c40e5dd FindVulkan: Prefer VULKAN_SDK env var before standard paths Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4663
-
d3640dbd OpenWatcom: Organize and update C/C++ toolchain command lines 7aa9e89b OpenWatcom: Move non-Windows settings to Modules/Compiler Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4666
-
d2c47c82 FindPython: Add capability to specify Python implementations Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4676
-
Kitware Robot authored
-
- Apr 28, 2020
-
-
Markus Rickert authored
Use LIBXSLT_LIBRARY as cache variable instead of LIBXSLT_LIBRARIES to adhere to documented conventions. Check for defined LIBXSLT_LIBRARIES value to support backwards compatibility.
-
Markus Rickert authored
-
Markus Rickert authored
-
Brad King authored
-
-
Restructure OpenWatcom toolchain support files to simplify adding of new targets DOS, OS/2 and Linux including cross-compilation.
-
Marc Chevrier authored
Through hint Python_FIND_IMPLEMENTATIONS it is possble to specify, as an ordered list, which implementations must be searched for. Currently possible values are: * CPython * IronPython
-
4ed936d1 FindLAPACK: Provide the LAPACK::LAPACK import target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4677
-
4fd28b99 cmOutputConverter::GetFortranFormat(): delete const char* overload Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4671
-
7a0c17f7 cmake-gui: Do not pass CMAKE_{C,CXX}_COMPILER items to cmake if empty Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4664
-
511a03f9 Watcom WMake: Use wmake internal %null command for empty command list Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4670
-
-
69ed5196 FindBoost: Prevent warning with boost 1.73 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4662
-
69ed5196 FindBoost: Prevent warning with boost 1.73 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4662
-
Brad King authored
-
-
c4d09fdc Makefiles: Add Objective C/C++ compilations to compile_commands.json 98aa628f Makefiles: Scan Objective C/C++ preprocessor dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4675
-
c4d09fdc Makefiles: Add Objective C/C++ compilations to compile_commands.json 98aa628f Makefiles: Scan Objective C/C++ preprocessor dependencies Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4675
-
-
b204bae2 target_precompile_headers: Fix documented example using genex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cristian Adam <cristian.adam@gmail.com> Merge-request: !4678
-
b204bae2 target_precompile_headers: Fix documented example using genex Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Cristian Adam <cristian.adam@gmail.com> Merge-request: !4678
-
Brad King authored
Merge-request: !4675
-
Brad King authored
Fixes: #20634
-
Brad King authored
Fixes: #20635
-
Kitware Robot authored
-
- Apr 27, 2020
-
-
In commit 9daf79c5 (FindBoost: Add support for Boost 1.73, 2020-04-19) we forgot to update the version comparison for the warning.
-
-
Brad King authored
Merge-request: !4678
-
Brad King authored
When the path to a header file is specified using a generator expression, evaluation of the genex must produce an absolute path. Update our documented example and add a test covering the case. Fixes: #20617
-