summaryrefslogtreecommitdiff
path: root/tools (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-02-13stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann1-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`
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
2021-10-18remove the tools directoryGravatar Vincent Rischmann2-36/+0
this isn't used
2021-03-13tools: copy the c directory before since it basically never changesGravatar Vincent Rischmann2-2/+2
2021-03-13add two dockerfiles to build with debian and fedoraGravatar Vincent Rischmann2-0/+36