summaryrefslogtreecommitdiff
path: root/pkg/utf8proc
AgeCommit message (Collapse)Author
2025-09-23deps: removing utf8procPaal Øye-Strømme
utf8proc is no longer being used Per #808, it should be removed. Link: https://github.com/ghostty-org/ghostty/discussions/6931 Link: https://github.com/ghostty-org/ghostty/discussions/2563
2025-07-22build-system: Replace deprecated usages of addStaticLibrary with addLibrary ↵Jayson Reis
(#8029) Hi there, this is just a low-hanging fruit and it also prepares the way for the future 0.15, which removes addStaticLibrary. Please, let me know what to do on the `// TODO` comments.
2024-08-16pkg/utf8proc: yeet usingnsMitchell Hashimoto
2024-02-26build API change: update usage of addCSourceFilesKrzysztof Wolicki
2024-02-08add utf8proc back for benchMitchell Hashimoto
2023-11-07replace utf8proc with ziglyphMitchell Hashimoto
2023-10-01pkg/pixman, utf8procMitchell Hashimoto
2023-10-01pkg/utf8procMitchell Hashimoto
2023-09-14windows: initial support for zig build testJonathan Marler
Makes progress getting "zig build test" to work on windows. Mostly fixed issues around build configuration and added some branches throughout the Zig code to return/throw errors for unimplemented parts. I also added an initial implementation for getting the home dir.
2023-08-02update zigMitchell 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
2023-02-14new build systemMitchell Hashimoto
2022-09-30-Dtest-exe flag to build and install test executablesMitchell Hashimoto
This will be used to copy tests to other platforms.
2022-08-29utf8proc: add grapheme break APIMitchell Hashimoto
2022-08-20add utf8proc so we can detect unicode char widthMitchell Hashimoto