- May 13, 2021
-
-
Brad King authored
-
- May 12, 2021
-
-
Brad King authored
The "Not" in the method name is backward from its logic.
-
Brad King authored
Our call to `MaybeConvertToRelativePath` uses paths that always pass the "maybe" checks. Use `ForceToRelativePath` directly.
-
Brad King authored
-
bca69d42 gitlab-ci: add codespell lint job bf35f384 gitlab-ci: rename lint builds to start in lint: f89c1a55 UseJava: Avoid non-word "compilability" in documentation Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6118
-
Brad King authored
-
Brad King authored
-
dfaf55fb Xcode: add extra '$(inherited)' entries using InheritBuildSettingAttribute. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6077
-
5e8fa0b7 Source: Minor code improvements Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6116
-
18bd63af ci: enable FindProtobuf gRPC test on Linux builds 27adb6c7 gitlab-ci: update Debian base images 89478e64 gitlab-ci: update to Fedora 34 base images 6ff48b86 ci: add gRPC to Debian and Fedora base images 4ad8bfcd ci: add codespell to Fedora base image fa261d1b ci: add Qt 6 to Fedora base image 82fc490f ci: update to Fedora 34 for Linux base images a69e6dba gitlab-ci: update to Fedora 34 for upload jobs ... Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !6117
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
-
Brad King authored
Also add 'cmake' tag to match the rest of our jobs.
-
Kitware Robot authored
-
- May 11, 2021
-
-
Brad King authored
-
Brad King authored
-
Vitaly Stakhovsky authored
-
d0c31cbf Windows: Use real artifact versioning symlinks if possible Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6093
-
169da7cd Do not show RESOURCE DESTINATION warning for MACOSX_BUNDLE Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6104
-
ce97b790 Source: Remove unnecessary comparisons to nullptr Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6112
-
140fe8c3 Help: Document CTEST_SCRIPT_DIRECTORY variable Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6111
-
3e03f359 UseJava: Add RESOURCES with NAMESPACE to add_jar() Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Smit-tay <damnedyankee@gmail.com> Merge-request: !6071
-
66be3485 cmake: add supported platforms to cmake -E capabilties report Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6102
-
2c9e623e Find{BLAS,LAPACK}: Add support for the NVHPC LAPACK library Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6089
-
-
9fbbebe3 GNU: C++23 support c9a1e06a GNU: Final C++20 flags 05f8c817 GNU: C++17 default version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6108
-
9fbbebe3 GNU: C++23 support c9a1e06a GNU: Final C++20 flags 05f8c817 GNU: C++17 default version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6108
-
Kitware Robot authored
-
- May 10, 2021
-
-
6c657173 cmake-gui: Address deprecation warnings with Qt6 Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Sankhesh Jhaveri <sankhesh.jhaveri@kitware.com> Merge-request: !6107
-
Vitaly Stakhovsky authored
-
-
add_jar() currently requires (undocumented) that resources be supplied as relative paths. The resources *may* then end up in a path which does not reflect the original path particularly when performing out-of-source builds. This change adds a RESOURCE (and NAMESPACE) parameter and a function to add the names resources into the named namespace within the jar- and thus address both of these problems. Fixes: #22101
-