summaryrefslogtreecommitdiff
path: root/build/Preprocessor.zig (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-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-23fix preprocess_filesGravatar Vincent Rischmann1-2/+2
2023-05-17Fix build failures on latest ZigGravatar Lue1-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-18add a tool to preprocess filesGravatar Vincent Rischmann1-0/+254