- Dec 14, 2020
-
-
d29d034e FindGLUT: Handle Mojave and Big Sur 'tbd' framework files Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5601
-
1a5c1a68 macOS: Add /opt/homebrew to CMAKE_SYSTEM_PREFIX_PATH on Apple Silicon Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Fons Rademakers <fons.rademakers@cern.ch> Merge-request: !5602
-
63db7ae9 cmake: Clear INSTALL file properties between runs Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5603
-
e5a4ffaa execute_process: Improve COMMAND_ERROR_IS_FATAL error capture scenarios Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5588
-
- Dec 11, 2020
-
-
Brad King authored
According to https://brew.sh/2020/12/01/homebrew-2.6.0/ the `/opt/homebrew` directory is recommended for installing ARM architecture brew packages. Fixes: #21585
-
b7f0327d Tests: Cover macOS host architecture selection on Apple Silicon hosts 5f882f6c macOS: Offer control over host architecture on Apple Silicon hosts Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5589
-
ff4d1d44 Help: Clarify scope details of deferred call ids for cmake_language() b4c02a0a Help: Re-sort indexes in the manuals 2c33949c Help: Mention how OPTIMIZE_DEPENDENCIES is initialized 08164823 Help: xref variable that cmake_minimum_required() sets Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5598
-
Brad King authored
Do not keep state across separate project configurations. This is particularly important in `cmake-gui` where those configurations can be for separate projects. Fixes: #21580
-
-
Craig Scott authored
Fixes: #21586
-
- Dec 10, 2020
-
-
Craig Scott authored
-
Craig Scott authored
-
Craig Scott authored
The CMAKE_MINIMUM_REQUIRED_VERSION has long been set by the cmake_minimum_required() command, but the command docs never mentioned this. Only the variable's own docs stated this but the variable isn't very discoverable without it being mentioned in the command's docs as well.
-
Brad King authored
Add test cases verifying that `CMAKE_APPLE_SILICON_PROCESSOR` set as either a cache or environment variable causes that to be selected as the host architecture. Also verify that sources compile using whatever is selected as the host architecture, even when the explicit setting is not used. Issue: #21554
-
Brad King authored
Since commit b6c60f14 (macOS: Default to arm64 architecture on Apple Silicon hosts, 2020-09-28, v3.19.0-rc1~63^2) we use `sysctl` to detect that we are running on Apple Silicon in a way that pierces Rosetta. This always sets `CMAKE_HOST_SYSTEM_PROCESSOR` to be `arm64` on such hosts. However, macOS offers strong support for running processes under an emulated `x86_64` architecture. Teach CMake to select either `arm64` or `x86_64` as the host architecture on Apple Silicon based on the architecture of its own process. When CMake is built as a universal binary, macOS will select whichever slice (architecture) is appropriate under the user's shell, and `CMAKE_HOST_SYSTEM_PROCESSOR` will match. Also offer a `CMAKE_APPLE_SILICON_PROCESSOR` variable and environment variable to provide users with explicit control over the host architecture selection regardless of CMake's own architecture. Finally, if `CMAKE_OSX_ARCHITECTURES` is not set, pass explicit flags to the toolchain to use selected host architecture instead of letting the toolchain pick. Fixes: #21554
-
56a075eb ci: update macOS package to produce universal binaries b184cc25 ci: do not use sccache for macOS packaging 41bddf10 ci: update to pre-built Qt 5.9.9 universal binaries for macOS packages b201dc0d Utilities/Release: Add script to build Qt 5.9.9 macOS universal binaries Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Ben Boeckel <ben.boeckel@kitware.com> Merge-request: !5595
-
Brad King authored
Update our deployment target to macOS 10.10. This is required by Qt 5.9. Fixes: #21565 Issue: #20825
-
Brad King authored
It is not compatible with building for multiple architectures.
-
Brad King authored
-
Brad King authored
These may be used to build a CMake universal binary for macOS that supports both architectures on Apple Silicon and is compatible with OS X 10.10.
-
55193c80 ci: Hard-code XCTest deployment target to 10.15 40877903 Tests: Remove outdated exclusion of tests on OS X 10.3 c404d7f2 Tests: Add cache entry to control XCTest deployment target Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5593
-
8da25e4a ISPC: Treat system includes as '-I' includes Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5591
-
1. COMMAND_ERROR_IS_FATAL ANY will capture errors if the exit code is non zero, there is a timeout or an abnormal exit. 2. COMMAND_ERROR_IS_FATAL LAST will capture if only the last process has an exit code non zero, there is a timeout or an abnormal exit. Fixes: #21562
-
- Dec 09, 2020
-
-
Brad King authored
Avoid using the macOS version running on the CI job host that happens to run the build job.
-
Brad King authored
-
Brad King authored
-
Robert Maynard authored
ISPC doesn't have specific syntax for system includes.
-
- Dec 08, 2020
-
-
cf0c71da Document CMP0112 covers $<TARGET_FILE_NAME,tgt> Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5582
-
afb0ffca FindPython2: avoid doubling the extension in CPython2 SOABI Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5574
-
9af93fef ISPC: Handle OBJECT sources in different directories 72ae15eb ISPC: Ninja properly compute ISPC_HEADER_DIRECTORY location Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5581
-
41b69348 Revert "Intel: Add Intel DPC++ compiler identification" f0babb53 Revert "Intel: Add Intel Clang compiler identification" Acked-by:
Kitware Robot <kwrobot@kitware.com> Acked-by:
Axel Huebl <axel.huebl@plasma.ninja> Merge-request: !5583
-
- Dec 07, 2020
-
-
Brad King authored
Revert commit 887f3a88 (Intel: Add Intel DPC++ compiler identification, 2020-09-21, v3.19.0-rc1~124^2). The compiler has already been released, and is more usable with CMake by pretending to be upstream Clang than by identifying it as a compiler for which we have not implemented support. Fixes: #21551
-
Brad King authored
Revert commit 5c3a93ab (Intel: Add Intel Clang compiler identification, 2020-09-29, v3.19.0-rc1~68^2). The compiler has already been released, and is more usable with CMake by pretending to be upstream Clang than by identifying it as a compiler for which we have not implemented support. Issue: #21551
-
fcabf4a4 macOS: Add architecture flags only for native ASM dialect Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5572
-
Robert Maynard authored
Fixes #21559
-
Robert Maynard authored
-
Robert Maynard authored
-
- Dec 04, 2020
-
-
Ben Boeckel authored
Commit 951640f1 (FindPython: manage SOABI for all Python versions, 2020-08-11) extended support for Python2's SOABI variable in order to support the PyPy interpreter as well. This caused a regression in the way that the SOABI variable was built up for the CPython interpreter. This caused the variable to be set to `.so` which ended up causing a doubling of the resulting `SOABI` variable in the end. Co-Author: Marc Chevrier <marc.chevrier@gmail.com> Fixes: #21548
-
Raul Tambre authored
ASM dialects like NASM have languages names such as ASM_NASM. However such ASM dialects don't support the architecture flags, so match only the full name. Fixes #21553.
-
f25ac39d CMakeDetermineCompilerId: Tolerate stray text around INFO strings 5cb66f17 CMakeDetermineCompilerId: Add whitespace to clarify logic 1ee99104 CMakeDetermineCompilerId: Filter IAR-AVR format INFO strings earlier Acked-by:
Kitware Robot <kwrobot@kitware.com> Merge-request: !5570
-