- Apr 13, 2020
-
-
Ben Boeckel authored
CMake has lots of instances of this which is outside the scope of this topic right now.
-
Ben Boeckel authored
-
Ben Boeckel authored
CMake isn't ready for this yet.
-
9be48c4d Tests: Add coverage for special characters in include directories dc0dc974 Xcode: Fix quoting of paths with square brackets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4591
-
-
cd449c61 FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4598
-
cd449c61 FindMPI: Add the pgi compiler wrapper names used by IBM Spectrum MPI Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4598
-
Brad King authored
-
Brad King authored
-
0b495b6c Merge branch 'upstream-KWSys' into update-kwsys 4ab6fcd6 KWSys 2020-04-10 (b62956f5) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4594
-
d86fcc63 CUDAToolkit: Deduce toolkit binary directory from compiler path only for NVCC 87e98bf8 CUDA: Forward CMAKE_CUDA_COMPILER_TARGET in try_compile() 60e60b92 GNU: Disable depfiles in try-compile mode only for GCC 5f02add3 CUDA: Refactor PTX compilation flag into compiler modules 25439c7d Clang: Refactor CXX standard flags into __compiler_clang_cxx_standards() Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4567
-
Kitware Robot authored
-
- Apr 12, 2020
-
-
525c730a Help: FindPython: fix typos and add some clarifications Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4599
-
Kitware Robot authored
-
- Apr 11, 2020
-
-
10ee9611 Help: Improve wording of CMAKE_CURRENT_FUNCTION_LIST_DIR docs 22fbc404 Help: Add cross-references for CMAKE_CURRENT_FUNCTION* docs d2b13968 Help: Minor grammar cleanups of CMAKE_CURRENT_FUNCTION* docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Alex Turbov <i.zaufi@gmail.com> Merge-request: !4595
-
-
10ee9611 Help: Improve wording of CMAKE_CURRENT_FUNCTION_LIST_DIR docs 22fbc404 Help: Add cross-references for CMAKE_CURRENT_FUNCTION* docs d2b13968 Help: Minor grammar cleanups of CMAKE_CURRENT_FUNCTION* docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Brad King <brad.king@kitware.com> Acked-by:
Alex Turbov <i.zaufi@gmail.com> Merge-request: !4595
-
a293d05c Help: Fix unescaped asterisks in docs for SKIP_PRECOMPILE_HEADERS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4592
-
-
a293d05c Help: Fix unescaped asterisks in docs for SKIP_PRECOMPILE_HEADERS Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4592
-
Marc Chevrier authored
-
Kitware Robot authored
-
- Apr 10, 2020
-
-
Chuck Atkins authored
-
dab57d3f FindOpenAL: Fix documentation typos Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4596
-
86e6349e find_program: Find programs that are executable but not readable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4571
-
Nguyễn Gia Phong authored
-
603a532b cmCursesLongMessageForm: avoid unnecessary string allocation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sylvain Joubert <joubert.sy@gmail.com> Merge-request: !4590
-
14ffa6e9 Find{BLAS,LAPACK}: Add support for ArmPL targets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4502
-
89a843d6 GoogleTest: Add testcase for skipped tests 98868dad GoogleTest: Add support for skipped tests Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !4586
-
This simply runs a mocked test case which uses the prefix for signaling a skipped test. CTest's output is checked for a skipped test result.
-
Skipped tests are currently reported as successful. Using SKIP_REGULAR_EXPRESSION on googletest's output prefix, skipped tests can be detected and accounted accordingly. Using SKIP_RETURN_CODE is not possible, googletests exit code is not affected by skipped tests. Fixes: #19669
-
Brad King authored
We have tests for special characters in preprocessor definitions and custom command line arguments. Add such a test for include directories. Currently the Makefiles generators do not escape paths in `depend.make` in all cases, so leave a FIXME comment and skip the test for those. Issue: #20555
-
Brad King authored
The Xcode project file format needs paths containing square brackets ('[' or ']') to be quoted. Issue: #20555
-
Brad King authored
-
Craig Scott authored
The original wording was somewhat confusing in talking about rendering of templates. While technically correct, a less experienced user may not know that terminology. The wording has been updated to more clearly describe the example usage. The old way of implementing the example is not "bad", it was the only way to do things before the CMAKE_CURRENT_FUNCTION_LIST_DIR variable was added. The example has been updated to remove the Bad/Good captions to reflect this. Indentation of the examples was also fixed to make them conform to the guidelines.
-
Brad King authored
# By KWSys Upstream * upstream-KWSys: KWSys 2020-04-10 (b62956f5)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit b62956f5d70fef750e8414342f1566a29e8e7899 (master). Upstream Shortlog ----------------- Ben Boeckel (6): ccab3808 clang-tidy: address readability-isolate-declaration lints 87b57076 clang-tidy: address readability-braces-around-statements lints 13b45a41 clang-tidy: address readability-else-after-return lints ebb48d58 clang-tidy: address google-readability-casting lint 09942f51 testSystemTools: add tests for SplitString 986519af SystemTools: handle splitting a string starting with the separator
-
Craig Scott authored
-
Craig Scott authored
-