| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stop vendoring the sqlite C code, rework the build | 2025-02-16 | 1 | -254/+0 | |
| | | | | | | | | | | * 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` | ||||
| * | fix preprocess_files | 2023-11-23 | 1 | -2/+2 | |
| | | |||||
| * | Fix build failures on latest Zig | 2023-05-17 | 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. | ||||
| * | add a tool to preprocess files | 2022-09-18 | 1 | -0/+254 | |