aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/darwin
AgeCommit message (Collapse)Author
2025-11-04libc: Update macOS headers to SDK 26.1Linus Groh
2025-09-16libc: Update macOS headers to SDK 26.0Linus Groh
2025-05-31libc: update macOS headers to SDK 15.5Linus Groh
2025-05-12libc: update macOS headers to SDK 15.2Linus Groh
2024-12-13macos: vendored libc: bump to SDK 15.1Michael Dusan
2023-09-25macos: better SDK version detectionMichael Dusan
SDK version detection: - read SDKSettings.json before inferral from SDK path - vendored libc: add SDKSettings.json for SDK version info resolveLibSystem: - adjust search order to { search_dirs, { sysroot or vendored }} - previous search order was { sysroot, search_dirs, vendored }
2023-09-25macos: vendored libc: combine headers: part 1Michael Dusan
- combine *-macos-* → any-macos-any - SDK headers as a single tree support targeting multiple arch/versions - bump to SDK 14.0 (release candidate)
2023-04-01libc: update macOS libSystem.13.tbdJakub Konka
2023-03-25libc: update macOS libSystem stubsJakub Konka
2022-10-25darwin: remove libSystem.10.tbdJakub Konka
2022-10-25darwin: add libSystem.13.tbdJakub Konka
2021-11-25Version libSystem shipped with zig toolchainJakub Konka
We will mimick the same solution as with the headers: * `libSystem.10.tbd` * `libSystem.11.tbd` * `libSystem.12.tbd` and so on...
2021-06-24zld: parse libSystem tbd stub when linkingJakub Konka