summaryrefslogtreecommitdiff
path: root/tools (follow)
Commit message (Collapse)AuthorAgeFilesLines
* stop vendoring the sqlite C code, rework the buildGravatar Vincent Rischmann2025-02-131-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
|
* remove the tools directoryGravatar Vincent Rischmann2021-10-182-36/+0
| | | | this isn't used
* tools: copy the c directory before since it basically never changesGravatar Vincent Rischmann2021-03-132-2/+2
|
* add two dockerfiles to build with debian and fedoraGravatar Vincent Rischmann2021-03-132-0/+36