- Jan 02, 2018
-
-
Kitware Robot authored
-
- Jan 01, 2018
-
-
Kitware Robot authored
-
- Dec 31, 2017
-
-
Kitware Robot authored
-
- Dec 30, 2017
-
-
Kitware Robot authored
-
- Dec 29, 2017
-
-
Kitware Robot authored
-
- Dec 28, 2017
-
-
Kitware Robot authored
-
- Dec 27, 2017
-
-
Kitware Robot authored
-
- Dec 26, 2017
-
-
Kitware Robot authored
-
- Dec 25, 2017
-
-
Kitware Robot authored
-
- Dec 24, 2017
-
-
Kitware Robot authored
-
- Dec 23, 2017
-
-
31d59ff3 Compile CMake as C++17 if supported by the compiler 31c6b9ad Generalize check for C++14 constructs 05af537e cmGlobalNinjaGenerator: Avoid using deprecated std::ptr_fun Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Pavel Solodovnikov <hellyeahdominate@gmail.com> Merge-request: !1614
-
Kitware Robot authored
-
- Dec 22, 2017
-
-
Brad King authored
Add a check that a simple source file can compile as C++17 that uses some of the features we need. Do this only when hosted by CMake 3.8 or above because those versions are aware of C++17. Check for unordered_map as we do in bootstrap since commit 375eca78 (bootstrap: Check support for unordered_map from compiler mode, 2017-11-30). Also maintain the existing C++14 cstdio check.
-
Brad King authored
The check for C++14 and cstdio is a special case of the more general problem of checking that the compiler's C++14 mode supports everything we need. Rename the checks accordingly.
-
40b95ee8 FindPkgConfig: Fix IMPORTED_TARGET NO...PATH option handling b0ff528a FindPkgConfig: Make IMPORTED_TARGET test verify NO...PATH properly Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Rolf Eike Beer <eike@sf-mail.de> Merge-request: !1602
-
Kitware Robot authored
-
- Dec 21, 2017
-
-
Brad King authored
It was deprecated by C++11 and removed by C++17. Use a C++11 lambda.
-
20eef608 Copyright.txt: Update year range to end in 2018 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1613
-
739ae1d0 CPack/IFW: Add option to control deletion of the install directory Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1591
-
cfe4e2db VS: Use 'override' keyword for overridden methods in generator classes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1601
-
099a4ea5 cmcmd: Fix cmake_symlink_library for inconsistent slashes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1612
-
66c0b36d objlib: fix unchecked insertions in `cmGeneratorTarget::GetLanguages` Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1609
-
a9c42e3e FindBLAS: optionally query pkg-config for a library c095e2ad FindBLAS: simplify if() fcf32645 FindBLAS: use FPHSA Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1599
-
8ef14467 Solaris: Fix shadowed declaration warning Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1611
-
d15f199c CTest: Expand 'Label and Subproject Summary' section of manual Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1598
-
Kitware Robot authored
-
- Dec 20, 2017
-
-
Brad King authored
-
Brad King authored
With the Ninja generator we may invoke `cmake_symlink_library` with different slash conventions (`/` versus `\`) for different arguments. Fix comparison of the paths/names given to tolerate this. Fixes: #17579
-
Pavel Solodovnikov authored
-
Brad King authored
-
493ad056 Merge branch 'backport-autogen-nested-lists-fix' into autogen-nested-lists-fix 683e9023 Autogen: Fix for problematic nested list separator 3ce7eece Autogen: Fix for problematic nested lists separator Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1607
-
Brad King authored
Merge-request: !1606
-
Brad King authored
-
In the AutogenInfo.cmake file the separator for nested lists was `@LSEP@` which led to a speed regression because the `@` character triggered an (unsuccessful) expression evaluation. By setting the policy version of the CMake instance in the `_autogen` target to 3.9, the OLD `@` evaluating behavior controlled by policy CMP0053 is disabled. Also the nested lists separator string is changed to `<<<S>>>`, which solves the problem twofold. Issue: #17570
-
4966c8d8 Merge branch 'upstream-KWSys' into update-kwsys 86399e49 KWSys 2017-12-15 (8f755ee9) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1597
-
4b7618d1 CUDA: Fix CUDA_STANDARD selection via cxx_std_11 with CXX_STANDARD 1d2d9c18 cmMakefile: Refactor determining a targets C++ standard level Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1590
-
Craig Scott authored
"single" is a type declared in /usr/include/floatingpoint.h on Solaris, so the local variable of the same name in cmParseArgumentsCommand.cxx was triggering a compiler warning about the local variable shadowing the type.
-
Kitware Robot authored
-
- Dec 19, 2017
-
-
1f3933d3 Address code review feedback 14ebad53 Use IMAGE_FILE_HEADER and add missing Arm 32bit images support 8950183b Add Arm64 support to COFF symbol export feature Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !1603
-
Kitware Robot authored
-