| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-02-16 | stop vendoring the sqlite C code, rework the build | 1 | -0/+1 | ||
| * 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-26 | run 'preprocess-files' to update the C headers | 1 | -2/+15 | ||
| 2022-09-18 | c: add header files specifically for building loadable extensions | 1 | -269/+1 | ||
| 2022-09-18 | c: add the sqlite3ext file | 1 | -0/+701 | ||