| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix for latest zig | 2024-12-19 | 1 | -2/+2 | |
| | | |||||
| * | fix for latest zig | 2024-08-29 | 1 | -11/+11 | |
| | | |||||
| * | Latest zig master has renamed std.rand to std.Random | 2024-06-23 | 1 | -1/+1 | |
| | | |||||
| * | fix for latest zig | 2024-04-14 | 1 | -9/+20 | |
| | | | | | Also some major refactoring around the query parsing state. | ||||
| * | fix for latest zig | 2023-12-06 | 1 | -2/+2 | |
| | | |||||
| * | add the fasFn helper | 2023-11-23 | 1 | -10/+10 | |
| | | |||||
| * | use our helper to check a typ has a specific declaration | 2023-11-23 | 1 | -10/+19 | |
| | | |||||
| * | Update vtab.zig | 2023-11-21 | 1 | -9/+9 | |
| | | |||||
| * | Don't specify the type of the variable | 2023-09-21 | 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 | ||||
| * | Fix build for recent zig C naming changes | 2023-09-20 | 1 | -1/+1 | |
| | | |||||
| * | update for latest zig | 2023-07-02 | 1 | -18/+18 | |
| | | |||||
| * | fix for latest zig by running 'zig fmt' | 2023-02-22 | 1 | -6/+6 | |
| | | |||||
| * | fix for latest zig | 2022-12-26 | 1 | -35/+35 | |
| | | |||||
| * | fix for latest zig | 2022-12-01 | 1 | -1/+1 | |
| | | |||||
| * | vtab: fix tests when using a db file instead of in memory | 2022-11-01 | 1 | -2/+2 | |
| | | |||||
| * | remove debug print | 2022-09-18 | 1 | -7/+0 | |
| | | |||||
| * | add the virtual table implementation | 2022-09-18 | 1 | -0/+1302 | |