summaryrefslogtreecommitdiffstats
path: root/Modules/Platform/Darwin-Initialize.cmake
Commit message (Expand)AuthorAgeFilesLines
* macOS: Do not incorrectly search for per-arch SDKsBrad King2025-10-291-1/+1
* Xcode: Restore default CMAKE_OSX_DEPLOYMENT_TARGET to run on hostBrad King2025-10-261-3/+33
* Apple: Initialize deployment target after SDKBrad King2025-10-261-15/+15
* macOS: Avoid relying on sw_vers when cross-compiling from another OSBrad King2025-10-221-9/+5
* macOS: Remove outdated condition for CMAKE_OSX_DEPLOYMENT_TARGETBrad King2025-10-221-1/+1
* macOS: Restore RPATH entry for libraries linked from /usr/local/libBrad King2025-04-151-0/+7
* macOS: Do not pass any SDK/-isysroot to compilers by defaultBrad King2024-11-071-46/+21
* macOS: Simplify logic converting CMAKE_OSX_SYSROOT to a pathBrad King2024-11-071-20/+14
* Modules: Fix CMP0159 warnings in modules when tracingJuan Ramos2024-03-291-0/+3
* apple: add preliminary visionOS supportGregor Jasny2023-07-111-1/+3
* enable_language: Establish target platform identification variables earlierBrad King2023-06-071-0/+3
* macOS: Offer control over host architecture on Apple Silicon hostsBrad King2020-12-101-4/+13
* Apple: Update SDK architecture detection for tbd file version 4Tor Arne Vestbø2020-11-051-3/+9
* macOS: Default to arm64 architecture on Apple Silicon hostsBrad King2020-09-301-0/+11
* macOS: Always pick latest SDK if user has not set one explicitlyTor Arne Vestbø2020-07-141-21/+12
* Darwin: prefix internal osx variables with "_" to hide them from usersChuck Cranor2020-07-031-9/+9
* iOS: Fix detection of supported SDK architecturesAlexandru Croitor2020-04-161-11/+76
* Apple: Improve handling of missing SDKs in CMAKE_APPLE_ARCH_SYSROOTSBrad King2020-04-081-2/+2
* Handle multi-arch sysroots on Apple platformsTor Arne Vestbø2019-12-131-0/+79
* Refactor SDK name to path into a functionCristian Adam2019-12-111-11/+15
* Use xcrun instead of xcodebuild for resolving SDK pathTor Arne Vestbø2019-12-091-1/+1
* Apple: Introduce separate system name for iOS, tvOS, and watchOSGregor Jasny2019-02-041-1/+7
* Apple: Use CMAKE_EFFECTIVE_SYSTEM_NAME to share compiler infoGregor Jasny2018-04-181-0/+4
* Darwin: Remove deployment target version checkGregor Jasny2016-11-011-2/+0
* Revert "Xcode: Convert maybe unversioned OSX sysroot into versioned SDK path"Gregor Jasny2016-11-011-4/+2
* OS X: Do not try to set deployment target when cross-compilingGregor Jasny2016-10-171-1/+1
* Xcode: Convert maybe unversioned OSX sysroot into versioned SDK pathGregor Jasny2016-09-251-2/+4
* OS X: Drop warning about SDK and deployment target version mismatchBrad King2016-05-261-10/+0
* Xcode: Adjust deployment target SDK version to host versionGregor Jasny2015-10-121-0/+4
* Xcode: Find fallback SDK if one matching the OS version doesn't exist.Clinton Stimpson2014-05-061-14/+29
* OS X: Factor a Darwin-Initialize module out of Platform/DarwinBrad King2014-04-291-0/+136