| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-12-13 | Update README.md | 1 | -1/+3 | ||
| Use suggested code edit. Co-authored-by: Vincent Rischmann <vincent@rischmann.fr> | |||||
| 2024-12-14 | readme: fix examples | 1 | -2/+4 | ||
| 2024-12-14 | readme: fix typo | 1 | -1/+1 | ||
| 2024-12-14 | readme: fix examples | 1 | -1/+5 | ||
| 2024-12-14 | readme: fix examples | 1 | -3/+7 | ||
| 2024-12-14 | readme: fix example | 1 | -0/+2 | ||
| 2024-12-14 | readme: fix wording | 1 | -3/+3 | ||
| 2024-12-14 | readme: fix example | 1 | -1/+1 | ||
| 2024-12-14 | readme: define the allocator | 1 | -0/+2 | ||
| 2024-12-14 | readme: fix table used in example | 1 | -2/+2 | ||
| 2024-12-14 | readme: fix example | 1 | -1/+1 | ||
| 2024-12-14 | readme: define the allocator | 1 | -0/+4 | ||
| 2024-12-14 | fix table used in example | 1 | -1/+1 | ||
| 2024-12-14 | update readme | 1 | -2/+3 | ||
| 2024-12-14 | update readme | 1 | -0/+2 | ||
| 2024-12-11 | fixup README.md | 1 | -2/+2 | ||
| spanZ is no longer in the standard. Found an alternate way to run the example. Updating readme for the next guy. | |||||
| 2024-12-08 | readme: update table of contents | 1 | -5/+0 | ||
| 2024-12-08 | readme: stop recommending zigmod | 1 | -27/+0 | ||
| `zig fetch` works well enough | |||||
| 2024-12-08 | update readme | 1 | -1/+0 | ||
| 2024-12-08 | readme: stop supporting using a git submodule | 1 | -64/+0 | ||
| The official package manager works fine enough now that I don't wan't to support this use case myself; if people want to use Git submodules they'll have to figure it out themselves. | |||||
| 2024-12-08 | update readme | 1 | -20/+2 | ||
| 2024-12-08 | update readme | 1 | -37/+43 | ||
| 2024-08-31 | readme: link the demo repository | 1 | -2/+6 | ||
| 2024-08-31 | readme: remove note about not compiling, it's obsolete | 1 | -2/+0 | ||
| 2024-07-14 | update fixme | 1 | -25/+25 | ||
| Fixes #163 | |||||
| 2024-02-07 | Update README.md | 1 | -1/+1 | ||
| Update installation instructions for latest zig master | |||||
| 2023-10-30 | fix exec() examples in readme | 1 | -2/+2 | ||
| Closes #140 | |||||
| 2023-09-18 | readme: clarify where/how to get the hash value in the build.zig.zon | 1 | -0/+10 | ||
| 2023-09-18 | update readme for latest zig | 1 | -5/+19 | ||
| 2023-09-17 | readme: clarify how to use the official package manager | 1 | -0/+3 | ||
| 2023-08-05 | README.md: update table of contents | 1 | -0/+1 | ||
| 2023-08-05 | README.md: official package manager | 1 | -1/+24 | ||
| 2023-05-29 | update readme | 1 | -3/+3 | ||
| 2022-12-06 | readme: add a note about the maintenance status | 1 | -0/+3 | ||
| 2022-08-29 | Remove unnecessary linkLibC() when static linking | 1 | -1/+0 | ||
| 2022-08-29 | Fix error formatting in readme for the newest zig 3685+dae7aeb33 | 1 | -1/+1 | ||
| 2022-08-20 | readme: clearly document which Zig version is supported | 1 | -0/+8 | ||
| 2022-08-17 | `addPackage` is redundant | 1 | -1/+1 | ||
| 2022-08-17 | change `[]const u8` to `std.build.FileSource` | 1 | -1/+1 | ||
| 2022-08-17 | change a way to use bundled sqlite3 | 1 | -1/+1 | ||
| 2022-06-26 | readme: fix allocator usage | 1 | -1/+1 | ||
| 2022-04-21 | readme: add note about complex allocations | 1 | -0/+35 | ||
| 2022-04-21 | readme: add note about allocator for custom types | 1 | -0/+5 | ||
| 2022-04-21 | document the custom type binding and reading | 1 | -1/+30 | ||
| 2022-04-21 | fix readme | 1 | -1/+1 | ||
| 2022-04-17 | readme: specify we're talking about _SQL_ functions | 1 | -2/+3 | ||
| 2022-04-17 | readme: fix formatting | 1 | -4/+4 | ||
| 2022-04-17 | readme: add a table of contents | 1 | -1/+33 | ||
| 2022-04-17 | document the aggregate function in the readme | 1 | -5/+42 | ||
| 2022-04-03 | add documentation for user defined functions | 1 | -0/+30 | ||