| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #172 from JudsenAtFlexgen/Documentation-update | 2024-12-14 | 1 | -2/+4 | |
| |\ | |||||
| | * | Update README.md | 2024-12-13 | 1 | -1/+3 | |
| | * | fixup README.md | 2024-12-11 | 1 | -2/+2 | |
| * | | readme: fix examples | 2024-12-14 | 1 | -2/+4 | |
| * | | readme: fix typo | 2024-12-14 | 1 | -1/+1 | |
| * | | readme: fix examples | 2024-12-14 | 1 | -1/+5 | |
| * | | readme: fix examples | 2024-12-14 | 1 | -3/+7 | |
| * | | readme: fix example | 2024-12-14 | 1 | -0/+2 | |
| * | | readme: fix wording | 2024-12-14 | 1 | -3/+3 | |
| * | | readme: fix example | 2024-12-14 | 1 | -1/+1 | |
| * | | readme: define the allocator | 2024-12-14 | 1 | -0/+2 | |
| * | | readme: fix table used in example | 2024-12-14 | 1 | -2/+2 | |
| * | | readme: fix example | 2024-12-14 | 1 | -1/+1 | |
| * | | readme: define the allocator | 2024-12-14 | 1 | -0/+4 | |
| * | | fix table used in example | 2024-12-14 | 1 | -1/+1 | |
| * | | update readme | 2024-12-14 | 1 | -2/+3 | |
| * | | update readme | 2024-12-14 | 1 | -0/+2 | |
| |/ | |||||
| * | readme: update table of contents | 2024-12-08 | 1 | -5/+0 | |
| * | readme: stop recommending zigmod | 2024-12-08 | 1 | -27/+0 | |
| * | update readme | 2024-12-08 | 1 | -1/+0 | |
| * | readme: stop supporting using a git submodule | 2024-12-08 | 1 | -64/+0 | |
| * | update readme | 2024-12-08 | 1 | -20/+2 | |
| * | update readme | 2024-12-08 | 1 | -37/+43 | |
| * | readme: link the demo repository | 2024-08-31 | 1 | -2/+6 | |
| * | readme: remove note about not compiling, it's obsolete | 2024-08-31 | 1 | -2/+0 | |
| * | update fixme | 2024-07-14 | 1 | -25/+25 | |
| * | Update README.md | 2024-02-07 | 1 | -1/+1 | |
| * | fix exec() examples in readme | 2023-10-30 | 1 | -2/+2 | |
| * | 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 | |
| * | README.md: update table of contents | 2023-08-05 | 1 | -0/+1 | |
| * | README.md: official package manager | 2023-08-05 | 1 | -1/+24 | |
| * | update readme | 2023-05-29 | 1 | -3/+3 | |
| * | readme: add a note about the maintenance status | 2022-12-06 | 1 | -0/+3 | |
| * | Remove unnecessary linkLibC() when static linking | 2022-08-29 | 1 | -1/+0 | |
| * | Fix error formatting in readme for the newest zig 3685+dae7aeb33 | 2022-08-29 | 1 | -1/+1 | |
| * | readme: clearly document which Zig version is supported | 2022-08-20 | 1 | -0/+8 | |
| * | `addPackage` is redundant | 2022-08-17 | 1 | -1/+1 | |
| * | change `[]const u8` to `std.build.FileSource` | 2022-08-17 | 1 | -1/+1 | |
| * | change a way to use bundled sqlite3 | 2022-08-17 | 1 | -1/+1 | |
| * | readme: fix allocator usage | 2022-06-26 | 1 | -1/+1 | |
| * | readme: add note about complex allocations | 2022-04-21 | 1 | -0/+35 | |
| * | readme: add note about allocator for custom types | 2022-04-21 | 1 | -0/+5 | |
| * | document the custom type binding and reading | 2022-04-21 | 1 | -1/+30 | |
| * | fix readme | 2022-04-21 | 1 | -1/+1 | |
| * | readme: specify we're talking about _SQL_ functions | 2022-04-17 | 1 | -2/+3 | |
| * | readme: fix formatting | 2022-04-17 | 1 | -4/+4 | |
| * | readme: add a table of contents | 2022-04-17 | 1 | -1/+33 | |
| * | document the aggregate function in the readme | 2022-04-17 | 1 | -5/+42 | |