summaryrefslogtreecommitdiff
path: root/pkg/macos/foundation/array.zig
AgeCommit message (Collapse)Author
2025-10-03Zig 0.15: zig fmtMitchell Hashimoto
2025-05-07core: fixup callconv(.C) -> callconv(.c)Jeffrey C. Ollie
https://ziglang.org/download/0.14.0/release-notes.html#Calling-Convention-Enhancements-and-setAlignStack-Replaced
2024-08-16pkg/macos: foundation yeet usingnsMitchell Hashimoto
2024-04-04font/coretext: respect quirks fonts for shaperMitchell Hashimoto
2024-04-04pkg/macos: add missing functions to macos/foundationMitchell Hashimoto
2023-10-03font/coretext: score discovered fontsMitchell Hashimoto
2023-10-02pkg/macos: MutableArray, sortingMitchell Hashimoto
2023-08-28macos: add necessary functions for variation axes queryingMitchell Hashimoto
2023-06-30Update Zig (#164)Mitchell Hashimoto
* update zig * pkg/fontconfig: clean up @as * pkg/freetype,harfbuzz: clean up @as * pkg/imgui: clean up @as * pkg/macos: clean up @as * pkg/pixman,utf8proc: clean up @as * clean up @as * lots more @as cleanup * undo flatpak changes * clean up @as
2022-10-01macos: test listing fontsMitchell Hashimoto
2022-09-30macos: CFArrayMitchell Hashimoto