| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2023-09-21 | Don't specify the type of the variable | 1 | -1/+1 | ||
| Not sure what's going on with the name mangling introduced in https://github.com/ziglang/zig/commit/9ea2076663730ab6ac9cad5cb5f84e58198d4d95 but we don't actually have to specify the type of the variable here. Remove it so that we don't have to care. Fixes #135 | |||||
| 2023-09-20 | Fix build for recent zig C naming changes | 1 | -1/+1 | ||
| 2023-07-02 | update for latest zig | 1 | -18/+18 | ||
| 2023-02-22 | fix for latest zig by running 'zig fmt' | 1 | -6/+6 | ||
| 2022-12-26 | fix for latest zig | 1 | -35/+35 | ||
| 2022-12-01 | fix for latest zig | 1 | -1/+1 | ||
| 2022-11-01 | vtab: fix tests when using a db file instead of in memory | 1 | -2/+2 | ||
| 2022-09-18 | remove debug print | 1 | -7/+0 | ||
| 2022-09-18 | add the virtual table implementation | 1 | -0/+1302 | ||