summaryrefslogtreecommitdiff
path: root/pkg/harfbuzz/build.zig
AgeCommit message (Expand)Author
2025-10-03zig-15: build binary buildsMitchell Hashimoto
2025-07-22build-system: Replace deprecated usages of root_source_file on addTests (#8031)Mitchell Hashimoto
2025-07-23build-system: Replace deprecated usages of root_source_file on addTestsJayson Reis
2025-07-22build-system: Replace deprecated usages of addStaticLibrary with addLibrary (...Jayson Reis
2025-07-10build: `zig build test` runs Xcode tests on macOSMitchell Hashimoto
2025-05-29build: use a libc txt file to point to correct Apple SDKMitchell Hashimoto
2025-03-14build: mark most dependencies as lazyMitchell Hashimoto
2025-03-11Zig 0.14Mitchell Hashimoto
2025-01-03don't make library building logic publicJan200101
2025-01-03always link system freetype2 using pkg-configJan200101
2024-12-31don't build harfbuzz when system integration is enabledJan200101
2024-10-30Fix linking freetype and glslangNyaa97
2024-10-24build: use Zig system packaging optionsMitchell Hashimoto
2024-06-24begin 0.13 update process -- very brokenMitchell Hashimoto
2024-05-09Enable libpng in harfbuzz freetype depQwerasd
2024-04-17working on more zig breaking changesMitchell Hashimoto
2024-01-15build: no more resolved target hackMitchell Hashimoto
2024-01-13build: build produces a broken object file for iOSMitchell Hashimoto
2024-01-10pkg/harfbuzz: get zig build test working on macOSMitchell Hashimoto
2024-01-09pkg/apple-sdk: detect apple sdk based on targetMitchell Hashimoto
2024-01-09pkg/apple-sdk: always require a moduleMitchell Hashimoto
2024-01-09build: use Xcode for the macOS SDKMitchell Hashimoto
2024-01-07Maybe this will help macosKrzysztof Wolicki
2024-01-07Attempt to fix building on macosKrzysztof Wolicki
2024-01-07Add include paths to more modules in pkg/Krzysztof Wolicki
2024-01-07Add include paths to modules in pkg/Krzysztof Wolicki
2024-01-03WIP: Update to new build module API after Zig PR #18160Krzysztof Wolicki
2023-10-07pkg/harfbuzz: download source using zig package managerMitchell Hashimoto
2023-10-01pkg: add test targetsMitchell Hashimoto
2023-10-01fix failing test, freetype needs libpngMitchell Hashimoto
2023-10-01pkg/freetype, harfbuzz modulesMitchell Hashimoto
2023-10-01pkg/harfbuzz needs to use apple sdk for coretextMitchell Hashimoto
2023-10-01use package manager for font stackMitchell Hashimoto
2023-10-01pkg/harfbuzzMitchell Hashimoto
2023-09-14windows: initial support for zig build testJonathan Marler
2023-08-02update zigMitchell Hashimoto
2023-02-27iterating on the new for loop syntaxMitchell Hashimoto
2023-02-14new build systemMitchell Hashimoto
2022-10-02pkg/harfbuzz: add coretext compilation on macOSMitchell Hashimoto
2022-08-29font: Face initializes a hb_font alongside every faceMitchell Hashimoto
2022-08-28pkg/harfbuzz: some functions and testsMitchell Hashimoto
2022-08-28Add harfbuzz build (not used yet)Mitchell Hashimoto