- Sep 30, 2021
-
-
Christophe authored
-
- Sep 28, 2021
-
-
Christophe authored
-
Christophe authored
-
- Sep 23, 2021
-
-
Christophe authored
-
Christophe authored
-
Christophe authored
Removed hack to force linker type to msvc as it doesnt seem to be required anymore and causes issue on macOS/linux
-
Christophe authored
-
- Sep 22, 2021
-
-
Christophe authored
-
Christophe authored
-
Christophe authored
-
- Sep 21, 2021
-
-
Christophe authored
-
Christophe authored
Based on https://github.com/fastbuild/fastbuild/issues/632 it is not correct to use PreBuildDependencies as the node will not be rebuilt if the dependency changes, contrary to ExecInput
-
Christophe authored
-
Christophe authored
-
- Sep 17, 2021
-
-
Christophe authored
-
- Aug 05, 2021
-
-
Christophe authored
-
- Aug 03, 2021
-
-
Christophe authored
-
- Aug 02, 2021
-
-
Christophe authored
(CurrentSourceDirectory not CurrentBinaryDirectory)
-
- Jul 29, 2021
-
-
Christophe authored
-
Christophe authored
-
- Jul 28, 2021
-
-
Christophe authored
-
- Jul 26, 2021
-
-
Christophe authored
-
Christophe authored
-
Christophe authored
-
- Jun 21, 2021
- Jun 20, 2021
-
-
Craig Scott authored
In 5e941a54 (ExternalProject: Ensure git fetch if updating to hash we don't have yet, 2021-05-09), the form ${ref}^{commit} was used to ensure the ref was treated as a commit. When running under a MSYS2 or Cygwin shell, the {commit} part can be translated by the shell, leaving it as ${ref}^commit, which git doesn't understand. Use the equivalent but safer form ${ref}^0, since it won't be subject to the shell substitution issue. Fixes: #22299
-
- Jun 18, 2021
-
-
Brad King authored
Running `xcode -version` on an ARM box prints content to stderr: objc[...]: Class ... is implemented in both... One of the two will be used. Which one is undefined. Capture and parse only stdout. Otherwise we might configure test behavior for the wrong version of Xcode.
-
- Jun 17, 2021
-
-
c017098d CMake: Allow override of unexpected non-flow-control commands Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6232
-
947f0c8b VS: Do not apply '/external:W*' flag table mapping on VS < 16.10 e59a208b cmGlobalVisualStudio10Generator: Adopt GetVSInstanceVersion method d6d4af0e cmGlobalVisualStudio10Generator: Move static functions to anonymous namespace Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6233
-
- Jun 16, 2021
-
-
Brad King authored
Since commit 9054cd05 (VS: Add flag table entries for '/external:W*' flags in VS 16.10, 2021-05-28, v3.20.4~10^2) we map flags to the `ExternalWarningLevel` element. VS 16.9 does not support that element, but its `cl` compiler does support the `/external:W*` flags. Filter out the flag table entry on older VS versions. Fixes: #22308
-
Brad King authored
Port from `cmGlobalVisualStudioVersionedGenerator`.
-
Brad King authored
-
Kyle Edwards authored
Fixes: #22310
-
9c988784 gitlab-ci: update macOS jobs to use Xcode 12.5 Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6229
-
- Jun 15, 2021
-
-
Brad King authored
-
- Jun 14, 2021
-
-
e49cbf1d Help: cmake_path: fix erroneous example for IS_PREFIX Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !6223