- Apr 23, 2021
-
-
Jörg Bornemann authored
Consider the case where the find_package call for QtCore is wrapped in a function call. Then AutoGen cannot determine the Qt version, because it only looks at variables and directory properties. The former don't leave the function scope and the latter are not set by default. As a fallback, locate the moc executable via its target and call it with the --version argument to determine the Qt version. Issue: #22028
-
- Apr 20, 2021
-
-
b5cb26e2 Merge branch 'upstream-KWSys' into update-kwsys d98342d8 KWSys 2021-04-19 (d6139c66) Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6018
-
253aff6c Xcode: Add support of DEPFILE for add_custom_command, part 2 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6015
-
-
6234afdf Help: Document special cases for if(IS_ABSOLUTE) 789307b0 Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6016
-
6234afdf Help: Document special cases for if(IS_ABSOLUTE) 789307b0 Help: Behavior of file(TO_NATIVE_PATH) depends on the host platform Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6016
-
Kitware Robot authored
-
- Apr 19, 2021
-
-
Brad King authored
# By KWSys Upstream * upstream-KWSys: KWSys 2021-04-19 (d6139c66)
-
Code extracted from: https://gitlab.kitware.com/utils/kwsys.git at commit d6139c66c8760552ab6bc4a08401ae8105217469 (master). Upstream Shortlog ----------------- Orgad Shaneh (3): 17f4af9b SystemTools: Use octal base for error messages in permission test f00dd83e SystemTools: Avoid unnecessary assumption of working directory in test case 5b941f33 SystemTools: Adapt permissions test to MSYS
-
ae2c24b0 Tests: Fix warning clang-analyzer-cplusplus.NewDeleteLeaks Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6010
-
-
4c741d94 BinUtils: Restore toolchain prefix detection from compiler name 'c++' Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Thomas Bernard <thomas@famillebernardgouriou.fr> Merge-request: !6011
-
4c741d94 BinUtils: Restore toolchain prefix detection from compiler name 'c++' Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Thomas Bernard <thomas@famillebernardgouriou.fr> Merge-request: !6011
-
-
370bebd9 Add missing 'not' in error messages Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6012
-
370bebd9 Add missing 'not' in error messages Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6012
-
Kitware Robot authored
-
- Apr 18, 2021
-
-
388c347a Help: Fix typo in CMAKE_TOOLCHAIN_FILE docs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6017
-
Kitware Robot authored
-
- Apr 17, 2021
-
-
-
Craig Scott authored
The meaning of "absolute path" was previously assumed knowledge, but a number of special cases were left unspecified. The way some of these are handled differs to the way that cmake_path(IS_ABSOLUTE) works, so document those special cases so that the differing behavior between these two commands is clearly defined.
-
Craig Scott authored
-
Marc Chevrier authored
This MR extend the support of 'DEPFILE' to buildsystem version 1. Issue: #20286
-
Kitware Robot authored
-
- Apr 16, 2021
-
-
-
661ff7f2 gitlab-ci: equally delay all jobs on integration branches Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6013
-
661ff7f2 gitlab-ci: equally delay all jobs on integration branches Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6013
-
Brad King authored
When running a pipeline on an integration branch in `cmake/cmake`, delay the lint jobs just as much as all the others. This avoids starting them unnecessarily during a sequence of merges over a short time range.
-
Fix the warning: `potential leak of memory pointed to by "vp"`.
-
d67cc488 Xcode: Add support of DEPFILE for add_custom_command Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6006
-
c2d2772f try_compile: Improve error message when a file cannot be removed 79a2f1e2 cmcmd: Improve error message from cmake_symlink_{library,executable} 7f890539 cmSystemTools: Return KWSys Status from CreateLink and CreateSymlink Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6007
-
d5c3e4ac cmake: add support for --toolchain command argument 13838bbb CMAKE_TOOLCHAIN_FILE: Document relative path behavior Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5991
-
cc0d2004 Fujitsu: Fix C90 standard flags ec78e86c FujitsuClang: Use GNU-like command-line Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5997
-
-
53d523f2 autogen: fix race in depfile parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6008
-
53d523f2 autogen: fix race in depfile parsing Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6008
-
Joel Johnson authored
-
Since commit b12aec6c (BinUtils: prefer bin utils matching the compiler version extension, 2020-12-11, v3.20.0-rc1~171^2) we recognize `clangg++` and `g++` but not `c++`. Restore `[gc]` in place of `g` in the regex, as we had before that change. Fixes: #22069
-
Kitware Robot authored
-
- Apr 15, 2021
-
-
Kyle Edwards authored
cmReadGccDepfile() calls cmSystemTools::CollapseFullPath(), which is not thread safe due to internal caching. Serialize calls to cmReadGccDepfile() in autogen to avoid thread safety issues. Fixes: #22014
-