Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | iOS: Add IOS variable | Ruslan Baratov | 2019-03-05 | 1 | -0/+2 |
| | | | | | | | Since commit 11da882a12 (Apple: Introduce separate system name for iOS, tvOS, and watchOS, 2018-01-15, v3.14.0-rc1~14^2~1) we support setting `CMAKE_SYSTEM_NAME` to `iOS`. Existing iOS toolchain files already set `IOS` as a short-hand variable, so do the same here. | ||||
* | Apple: Introduce separate system name for iOS, tvOS, and watchOS | Gregor Jasny | 2019-02-04 | 1 | -0/+7 |
- Remove code signing requirements for non-macOS - Do not set deployment target for non-macOS - Build static library for compiler feature detection for non-macOS - Use framework to run CompilerId tests for watchOS - Port tests to new SDK handling - Add new Apple cross-compiling section to toolchain documentation Closes: #17870 |