- 25 Sep, 2018 3 commits
-
-
Brad King authored
15e211df Help: Suggest using -A to specify platform for VS generators Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2411
-
Brad King authored
We already suggest `-T` for the toolset. Create a dedicated section for platform selection and suggest `-A`. Provide examples.
-
Kitware Robot authored
-
- 24 Sep, 2018 2 commits
-
-
Brad King authored
72b4c2c4 server: Compile json object generation source separately b4816534 server: Split json dictionary into separate header 85be6721 server: Split json object generation into separate source aabce528 server: factor out json object generation entry points fc43492e cmake: Factor json version object construction into helper Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2408
-
Kitware Robot authored
-
- 23 Sep, 2018 1 commit
-
-
Kitware Robot authored
-
- 22 Sep, 2018 1 commit
-
-
Kitware Robot authored
-
- 21 Sep, 2018 6 commits
-
-
Brad King authored
Declare entry points in a dedicated header and compile the source separately instead of including it in the server implementation.
-
Brad King authored
Move dictionary entries used by the json object generation code into a separate header. These are distinct from the server-only entries used in the protocol implementation.
-
Brad King authored
For now just move the content and `#include` it back in to the original translation unit. That way `git blame` can cleanly track the original lines.
-
Brad King authored
Make entry points for these that do not reference the server code. For now we leave the "cache" object generation alone because its implementation interleaves error handling and the format may not suitable outside a server response.
-
Brad King authored
-
Kitware Robot authored
-
- 20 Sep, 2018 10 commits
-
-
Craig Scott authored
0c709cb2 Add deprecation warnings for policies CMP0063 and below Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2397
-
Brad King authored
b6915932 Help: Add release notes for new BundleUtilities policy eedd91ab BundleUtilities: Disallow inclusion at configure time fd28ea35 Help: Add note for BundleUtilities usage 3925407e Help: Convert BundleUtilities help to block-style comment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2379
-
Brad King authored
bab868be Utilities/Release: Skip spurious ExternalData test for nightly binary Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2404
-
Brad King authored
bfd93b73 FindCUDA: Filter unrelated content in compute capabilities output Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2400
-
Brad King authored
8085799c FindCUDA: Add option to set CUDA_HOST_COMPILER via environment Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2391
-
Brad King authored
-
Brad King authored
cfe77802 Help: TESTS property: clarify usage. Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2401
-
Brad King authored
63eb43f1 Tests: Add VSWinStorePhone for VS 15 2017 173d29a3 Tests: Fix VSWinStorePhone to properly identify VS 14 2015 83ddc4d2 VS: Do not select a Windows SDK too high for current VS version Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2388
-
Brad King authored
7e330505 libuv: Add kFreeBSD platform-specific files 6b7b54d4 bootstrap: Add missing libraries for kFreeBSD Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2394
-
Kitware Robot authored
-
- 19 Sep, 2018 17 commits
-
-
Kyle Edwards authored
-
Kyle Edwards authored
This commit adds a new CMake policy, CMP0080, which prohibits the inclusion of BundleUtilities at configure time. The old behavior is to allow the inclusion.
-
Kyle Edwards authored
The macros defined in BundleUtilities are intended to be used from an install() rule rather than at configure time. Add a note clarifying this.
-
Kyle Edwards authored
-
Brad King authored
This test fails spuriously too often and prevents the nightly binary from finishing. Simply skip it for the nightly binary to allow it to complete more regularly.
-
Soumith Chintala authored
Working around CUDA-level nvrm_gpu log statements to stdout on some embedded platforms (ex. Drive PX2). See-also: https://github.com/pytorch/pytorch/issues/11518#issue-359113249
-
Marc Chevrier authored
-
Brad King authored
afb7f6e4 cmake: Add '-E create_symlink' support on Windows Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2144
-
Brad King authored
638f0011 Add release note for the -S and -B options. de962cc0 CMake: Internally uses -S instead of -H to specify source directory a10d63d5 cmake: -S and -B can be used to specify source and build directories Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2358
-
Brad King authored
7f530cc5 ctest_submit: pass additional info to CDash Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2380
-
Brad King authored
2428422c Fix regression in target output file naming logic d686f81e Restore possibly regressed CMP0018 logic Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !2402
-
Gilles Khouzam authored
VS 2017 needs several components installed to support this test, so enable it only via an explicit option that can be set on specific builders.
-
Gilles Khouzam authored
VS 14 2015 was only identified by the Windows 10 SDK. On machines with only VS 2017 and the Windows 10 SDKs, this would incorrectly identify that VS 2015 was installed. Check for VS 14 2015 with its proper registry entry.
-
Brad King authored
Refactoring in commit f4ff60a8 (cmMakefile: Make GetSafeDefinition return std::string const&, 2018-09-05) accidentally changed the logic for target artifact prefix and suffix names such that setting a PREFIX or SUFFIX target property would cause an empty value to be used. Revert that part of the change and use a simpler alternative. Add a test case. Reported-by:
Alan W. Irwin <irwin@beluga.phys.uvic.ca>
-
Kitware Robot authored
-