| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: Add `Diagnostic.reportToFile` | 2025-07-22 | 1 | -4/+2 | |
| * | Update to Zig 0.15.0-dev.1147 | 2025-07-21 | 1 | -2/+4 | |
| * | Patch up README and fix comments in example files. (#143) | 2024-11-25 | 1 | -2/+2 | |
| * | feat: Support multiple positionals of different types | 2024-10-24 | 1 | -1/+1 | |
| * | refactor: Always access using full namespace | 2024-10-22 | 1 | -11/+8 | |
| * | Remove the default allocator from `ParseOptions` | 2023-12-13 | 1 | -0/+4 | |
| * | Count occurrences of flags (was "Add .count type for flags") (#96) | 2023-04-02 | 1 | -1/+1 | |
| * | Fix misspelled things | 2023-01-12 | 1 | -1/+1 | |
| * | Add parseParams and friends | 2022-03-23 | 1 | -7/+8 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -11/+13 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -10/+10 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -10/+10 | |
| * | Use debug.print instead of deprecated debug.warn in examples | 2021-07-17 | 1 | -4/+4 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -3/+3 | |
| * | Modernize codebase | 2021-05-08 | 1 | -1/+2 | |
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -6/+5 | |
| * | Better parseParam | 2020-11-10 | 1 | -3/+1 | |
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -1/+10 | |
| * | adjust examples, README template | 2020-08-28 | 1 | -3/+6 | |
| * | Run zig fmt on buildv0.2.0 | 2020-04-18 | 1 | -2/+2 | |
| * | update examples to latest zig | 2020-04-11 | 1 | -1/+1 | |
| * | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -3/+3 | |
| * | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -0/+26 |