summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix test build step for various plaformsGravatar John Bledsoe2023-09-201-1/+2
|
* Fix build for recent zig C naming changesGravatar John Bledsoe2023-09-201-1/+1
|
* readme: clarify where/how to get the hash value in the build.zig.zonGravatar Vincent Rischmann2023-09-181-0/+10
|
* update readme for latest zigGravatar Vincent Rischmann2023-09-181-5/+19
|
* readme: clarify how to use the official package managerGravatar Vincent Rischmann2023-09-171-0/+3
|
* remove old sourcehut build filesGravatar Vincent Rischmann2023-09-173-71/+0
|
* update sqlite to 3.43.1Gravatar John Bledsoe2023-09-152-90/+99
|
* Merge branch 'update-sqlite'Gravatar Vincent Rischmann2023-09-013-6465/+15873
|\
| * update sqlite to 3.43.0Gravatar Vincent Rischmann2023-09-013-6465/+15873
|/
* update to Zig 0.11Gravatar Meghan Denny2023-08-171-1/+1
| | | | workaround for https://github.com/ziglang/zig/issues/16663
* build.zig: use b.addModule rather than .createModule and .modules.putGravatar Kitty-Cricket Piapiac2023-08-051-2/+1
|
* build.zig.zon: indentGravatar Kitty-Cricket Piapiac2023-08-051-2/+2
|
* README.md: update table of contentsGravatar Kitty-Cricket Piapiac2023-08-051-0/+1
|
* README.md: official package managerGravatar Kitty-Cricket Piapiac2023-08-051-1/+24
|
* remove gyro.zzzGravatar Kitty-Cricket Piapiac2023-08-051-16/+0
| | | | gyro is now an archived project
* build.zig.zonGravatar Kitty-Cricket Piapiac2023-08-051-0/+4
|
* build.zig: add sqlite artifactGravatar Kitty-Cricket Piapiac2023-08-051-0/+16
|
* build.zig: register moduleGravatar Kitty-Cricket Piapiac2023-08-051-0/+3
| | | | this is so it can be referenced by the package manager
* build: fix for latest zigGravatar Vincent Rischmann2023-07-311-12/+18
|
* DynamicStatement.all: use iteratorAllocGravatar Meghan2023-07-101-1/+1
| | | Statement.all already does
* test: add default value for TestUser.ColorGravatar Meghan2023-07-071-0/+1
|
* readField remove unreachable and support default value in string backed enumsGravatar Meghan2023-07-071-2/+1
|
* cast builtins removed typeGravatar Meghan2023-07-061-2/+2
|
* support packed structs as columns backed by their int typeGravatar Meghan2023-07-061-2/+7
|
* Merge branch 'update-latest-zig'Gravatar Vincent Rischmann2023-07-024-77/+72
|\
| * update for latest zigGravatar Vincent Rischmann2023-07-024-77/+72
|/
* fuzz: fix for latest zigGravatar Vincent Rischmann2023-06-221-1/+1
|
* update for latest zigGravatar Vincent Rischmann2023-06-211-6/+6
|
* replace std.math.max with @maxGravatar Vincent Rischmann2023-06-181-1/+1
|
* ci: -fsummary has been replacedGravatar Vincent Rischmann2023-06-181-1/+1
|
* fix for latest zigGravatar Vincent Rischmann2023-06-181-1/+1
|
* ci: always print the summaryGravatar Vincent Rischmann2023-06-041-1/+1
|
* ci: remove redundant run with 22.04Gravatar Vincent Rischmann2023-06-041-1/+1
|
* ci: use checkout@v3Gravatar Vincent Rischmann2023-05-311-2/+2
|
* ci: use setup-zig@v2Gravatar Vincent Rischmann2023-05-311-2/+2
|
* ci: only run the workflow if a zig file is modifiedGravatar Vincent Rischmann2023-05-311-0/+2
|
* update template descriptionGravatar Vincent Rischmann2023-05-311-1/+2
|
* use the new issue template formatGravatar Vincent Rischmann2023-05-312-17/+43
|
* Update issue templatesGravatar Vincent Rischmann2023-05-311-0/+17
|
* add a PR templateGravatar Vincent Rischmann2023-05-311-0/+10
|
* update readmeGravatar Vincent Rischmann2023-05-291-3/+3
|
* replace meta.tagName with @tagNameGravatar Vincent Rischmann2023-05-171-4/+4
|
* Fix build failures on latest ZigGravatar Lue2023-05-173-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 buildGravatar Vincent Rischmann2023-03-181-1/+1
|
* Merge branch 'fix'Gravatar Vincent Rischmann2023-03-111-2/+4
|\
| * fix calls to sqlite3_bind_text in bindFieldGravatar Vincent Rischmann2023-03-111-2/+4
|/
* Merge branch 'fix-latest'Gravatar Vincent Rischmann2023-03-075-150/+182
|\
| * fix for latest zig by running 'zig fmt'Gravatar Vincent Rischmann2023-02-222-18/+18
| |
| * fix testsGravatar Vincent Rischmann2023-02-161-1/+1
| |
| * fix buildGravatar Vincent Rischmann2023-02-161-1/+1
| |