| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-03 | zig-15: build binary builds | Mitchell Hashimoto | |
| 2025-07-22 | build-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. | |||
| 2025-05-29 | build: use a libc txt file to point to correct Apple SDK | Mitchell Hashimoto | |
| This fixes an issue where Ghostty would not build against the macOS 15.5 SDK. What was happening was that Zig was adding its embedded libc paths to the clang command line, which included old headers that were incompatible with the latest (macOS 15.5) SDK. Ghostty was adding the newer paths but they were being overridden by the embedded libc paths. The reason this was happening is because Zig was using its own logic to find the libc paths and this was colliding with the paths we were setting manually. To fix this, we now use a `libc.txt` file that explicitly tells Zig where to find libc, and we base this on our own SDK search logic. | |||
| 2025-03-13 | for iOS simulator builds for apple M1 as base CPU model | Mitchell Hashimoto | |
| 2025-03-12 | pkg/highway: upgrade to fix compilation issues on LLVM18 | Mitchell Hashimoto | |
| 2025-03-12 | update all packages to new hash for caching | Mitchell Hashimoto | |
| 2025-03-11 | Zig 0.14 | Mitchell Hashimoto | |
| 2025-01-03 | Fix: Update pkg/simdutf/build.zig.zon to match vendored version | azhn | |
| 2024-06-24 | disable AVX512 until Zig issue is resolved | Mitchell Hashimoto | |
| https://github.com/ziglang/zig/issues/20414 | |||
| 2024-06-24 | begin 0.13 update process -- very broken | Mitchell Hashimoto | |
| 2024-05-09 | pkg/simdutf: update to 5.2.8 | Mitchell Hashimoto | |
| 2024-04-17 | working on more zig breaking changes | Mitchell Hashimoto | |
| 2024-02-05 | pkg: remove unused files, add highway API to get targets | Mitchell Hashimoto | |
| 2024-02-05 | move simdutf to a pkg | Mitchell Hashimoto | |
