| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Fix test build step for various plaforms | 2023-09-20 | 1 | -1/+2 | ||
| | | ||||||
| * | Fix build for recent zig C naming changes | 2023-09-20 | 1 | -1/+1 | ||
| | | ||||||
| * | readme: clarify where/how to get the hash value in the build.zig.zon | 2023-09-18 | 1 | -0/+10 | ||
| | | ||||||
| * | update readme for latest zig | 2023-09-18 | 1 | -5/+19 | ||
| | | ||||||
| * | readme: clarify how to use the official package manager | 2023-09-17 | 1 | -0/+3 | ||
| | | ||||||
| * | remove old sourcehut build files | 2023-09-17 | 3 | -71/+0 | ||
| | | ||||||
| * | update sqlite to 3.43.1 | 2023-09-15 | 2 | -90/+99 | ||
| | | ||||||
| * | Merge branch 'update-sqlite' | 2023-09-01 | 3 | -6465/+15873 | ||
| |\ | ||||||
| | * | update sqlite to 3.43.0 | 2023-09-01 | 3 | -6465/+15873 | ||
| |/ | ||||||
| * | update to Zig 0.11 | 2023-08-17 | 1 | -1/+1 | ||
| | | | | | workaround for https://github.com/ziglang/zig/issues/16663 | |||||
| * | build.zig: use b.addModule rather than .createModule and .modules.put | 2023-08-05 | 1 | -2/+1 | ||
| | | ||||||
| * | build.zig.zon: indent | 2023-08-05 | 1 | -2/+2 | ||
| | | ||||||
| * | README.md: update table of contents | 2023-08-05 | 1 | -0/+1 | ||
| | | ||||||
| * | README.md: official package manager | 2023-08-05 | 1 | -1/+24 | ||
| | | ||||||
| * | remove gyro.zzz | 2023-08-05 | 1 | -16/+0 | ||
| | | | | | gyro is now an archived project | |||||
| * | build.zig.zon | 2023-08-05 | 1 | -0/+4 | ||
| | | ||||||
| * | build.zig: add sqlite artifact | 2023-08-05 | 1 | -0/+16 | ||
| | | ||||||
| * | build.zig: register module | 2023-08-05 | 1 | -0/+3 | ||
| | | | | | this is so it can be referenced by the package manager | |||||
| * | build: fix for latest zig | 2023-07-31 | 1 | -12/+18 | ||
| | | ||||||
| * | DynamicStatement.all: use iteratorAlloc | 2023-07-10 | 1 | -1/+1 | ||
| | | | | Statement.all already does | |||||
| * | test: add default value for TestUser.Color | 2023-07-07 | 1 | -0/+1 | ||
| | | ||||||
| * | readField remove unreachable and support default value in string backed enums | 2023-07-07 | 1 | -2/+1 | ||
| | | ||||||
| * | cast builtins removed type | 2023-07-06 | 1 | -2/+2 | ||
| | | ||||||
| * | support packed structs as columns backed by their int type | 2023-07-06 | 1 | -2/+7 | ||
| | | ||||||
| * | Merge branch 'update-latest-zig' | 2023-07-02 | 4 | -77/+72 | ||
| |\ | ||||||
| | * | update for latest zig | 2023-07-02 | 4 | -77/+72 | ||
| |/ | ||||||
| * | fuzz: fix for latest zig | 2023-06-22 | 1 | -1/+1 | ||
| | | ||||||
| * | update for latest zig | 2023-06-21 | 1 | -6/+6 | ||
| | | ||||||
| * | replace std.math.max with @max | 2023-06-18 | 1 | -1/+1 | ||
| | | ||||||
| * | ci: -fsummary has been replaced | 2023-06-18 | 1 | -1/+1 | ||
| | | ||||||
| * | fix for latest zig | 2023-06-18 | 1 | -1/+1 | ||
| | | ||||||
| * | ci: always print the summary | 2023-06-04 | 1 | -1/+1 | ||
| | | ||||||
| * | ci: remove redundant run with 22.04 | 2023-06-04 | 1 | -1/+1 | ||
| | | ||||||
| * | ci: use checkout@v3 | 2023-05-31 | 1 | -2/+2 | ||
| | | ||||||
| * | ci: use setup-zig@v2 | 2023-05-31 | 1 | -2/+2 | ||
| | | ||||||
| * | ci: only run the workflow if a zig file is modified | 2023-05-31 | 1 | -0/+2 | ||
| | | ||||||
| * | update template description | 2023-05-31 | 1 | -1/+2 | ||
| | | ||||||
| * | use the new issue template format | 2023-05-31 | 2 | -17/+43 | ||
| | | ||||||
| * | Update issue templates | 2023-05-31 | 1 | -0/+17 | ||
| | | ||||||
| * | add a PR template | 2023-05-31 | 1 | -0/+10 | ||
| | | ||||||
| * | update readme | 2023-05-29 | 1 | -3/+3 | ||
| | | ||||||
| * | replace meta.tagName with @tagName | 2023-05-17 | 1 | -4/+4 | ||
| | | ||||||
| * | Fix build failures on latest Zig | 2023-05-17 | 3 | -17/+19 | ||
| | | | | | | | | 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. | |||||
| * | fix build | 2023-03-18 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'fix' | 2023-03-11 | 1 | -2/+4 | ||
| |\ | ||||||
| | * | fix calls to sqlite3_bind_text in bindField | 2023-03-11 | 1 | -2/+4 | ||
| |/ | ||||||
| * | Merge branch 'fix-latest' | 2023-03-07 | 5 | -150/+182 | ||
| |\ | ||||||
| | * | fix for latest zig by running 'zig fmt' | 2023-02-22 | 2 | -18/+18 | ||
| | | | ||||||
| | * | fix tests | 2023-02-16 | 1 | -1/+1 | ||
| | | | ||||||
| | * | fix build | 2023-02-16 | 1 | -1/+1 | ||
| | | | ||||||