| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-16 | stop vendoring the sqlite C code, rework the build | 1 | -30/+12 | ||
| * Use the zig package manager to fetch sqlite directly from upstream * Integrate the preprocessing tool directly into the build script This makes it simpler to upgrade the SQLite source code: * use `zig fetch` * run `zig build preprocess-headers` | |||||
| 2023-11-23 | fix preprocess_files | 1 | -2/+2 | ||
| 2023-05-17 | Fix build failures on latest Zig | 1 | -1/+1 | ||
| Now the correct build APIs and `@memset` builtin are used. Unfortunately cImport fails for `aarch64` and `riscv64` targets, but I'm not sure how to fix this. | |||||
| 2022-09-18 | add a tool to preprocess files | 1 | -0/+254 | ||