summaryrefslogtreecommitdiff
path: root/build (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-09chore: update to zig 0.15Gravatar Tesseract221-9/+13
Everything other than loadextension works. zig 0.15 remove usingnamespac, so tha whole mechanism has to be reworked, and idk how
2025-02-16stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann1-0/+236
* 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`