summaryrefslogtreecommitdiff
path: root/tools/preprocess_files.zig (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-161-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_filesGravatar Vincent Rischmann2023-11-231-2/+2
|
* Fix build failures on latest ZigGravatar Lue2023-05-171-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 filesGravatar Vincent Rischmann2022-09-181-0/+254