| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-03 | zig-15: build binary builds | Mitchell Hashimoto | |
| 2025-09-21 | build: many more lazy dependencies, defer deps add unless needed | Mitchell Hashimoto | |
| This makes more dependencies lazy. This has a practical effect of reducing the number of dependencies that need to be downloaded when running certain zig build steps. This is all limited because we're blocked on an upstream Zig issue: https://github.com/ziglang/zig/issues/21525 This prevents us from fully avoiding downloading many dependencies, but at least they're relatively small. One major improvement here is the usage of `lazyImport` for `zig-wayland` that prevents downloading `zig_wayland` unconditionally on all platforms. On macOS, we don't download this at all anymore. Another, weirder change is that all our transitive dependencies are now marked lazy (e.g. glslang's upstream source) even if the glslang build always requires it. This was necessary because without this, even if we simply referenced glslang in the root build.zig, it would force the source package to download unconditionally. This no longer happens. | |||
| 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-03-12 | update all packages to new hash for caching | Mitchell Hashimoto | |
| 2025-03-11 | Zig 0.14 | Mitchell Hashimoto | |
| 2024-06-24 | begin 0.13 update process -- very broken | Mitchell Hashimoto | |
| 2024-04-17 | working on more zig breaking changes | Mitchell Hashimoto | |
| 2024-02-26 | build API change: update usage of addCSourceFiles | Krzysztof Wolicki | |
| 2024-01-15 | Use addCSourceFiles with dependency instead of manually adding files in a loop | Krzysztof Wolicki | |
| 2024-01-03 | WIP: Update to new build module API after Zig PR #18160 | Krzysztof Wolicki | |
| Temporarily change dependency sources to forks until they update | |||
| 2023-10-07 | pkg/libxml2: download using zig package manager | Mitchell Hashimoto | |
| 2023-10-01 | pkg/libxml2 | Mitchell Hashimoto | |
