| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | stop vendoring the sqlite C code, rework the build | 2025-02-16 | 1 | -8/+46 | |
| | | | | | | | | | | * 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` | ||||
| * | regenerate the loadable-ext-sqlite3.h file | 2024-12-07 | 1 | -3/+3 | |
| | | |||||
| * | regenerate the loadable-ext-sqlite3.h file | 2024-11-30 | 1 | -63/+385 | |
| | | |||||
| * | run 'preprocess-files' to update the C headers | 2023-11-26 | 1 | -181/+583 | |
| | | |||||
| * | c: add header files specifically for building loadable extensions | 2022-09-18 | 1 | -0/+12037 | |