| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | chore: Update setup-zig to v2update-zig-setup-to-v2 | 2025-05-07 | 3 | -14/+21 | |
| * | doc: Don't autogenerate the README | 2025-03-27 | 3 | -164/+0 | |
| * | Release 0.10.00.10.0 | 2025-03-05 | 1 | -1/+1 | |
| * | Add minimum_zig_version | 2025-03-05 | 1 | -0/+1 | |
| * | chore: Update to latest version of zig | 2025-03-03 | 1 | -3/+12 | |
| * | chore: bump deploy-pages action version | 2025-02-24 | 1 | -1/+1 | |
| * | Update README.md.template | 2025-02-24 | 1 | -3/+3 | |
| * | Update README.md | 2025-02-24 | 1 | -3/+3 | |
| * | chore: Update upload-pages-artifact | 2025-02-21 | 1 | -1/+1 | |
| * | chore: Update upload-artifact | 2025-02-21 | 1 | -1/+1 | |
| * | fix: More than 2 positionals not parsing correctly | 2025-02-21 | 1 | -26/+44 | |
| * | chore: update to zig version 0.14.0-dev.2837+f38d7a92c | 2025-01-19 | 1 | -2/+2 | |
| * | Patch up README and fix comments in example files. (#143) | 2024-11-25 | 6 | -56/+52 | |
| * | refactor: switch on signedness | 2024-11-15 | 1 | -33/+27 | |
| * | fix: add uint parsing function | 2024-11-15 | 1 | -17/+54 | |
| * | chore: Update to latest version of zig | 2024-11-04 | 1 | -9/+38 | |
| * | fix: Subcommand example comments needs a scroll to be read | 2024-10-24 | 2 | -12/+12 | |
| * | docs: Add subcommand example | 2024-10-24 | 4 | -3/+215 | |
| * | feat: Support multiple positionals of different types | 2024-10-24 | 5 | -78/+192 | |
| * | refactor: positonals type now depend on the number of values taken | 2024-10-22 | 1 | -35/+94 | |
| * | refactor: Always access using full namespace | 2024-10-22 | 12 | -281/+232 | |
| * | feat: Add `terminating_positional` to `clap.ParseOptions` | 2024-10-22 | 1 | -3/+49 | |
| * | chore: Correct eval branch quota comment in `countParams` | 2024-10-22 | 1 | -2/+2 | |
| * | refactor: Remove workaround in `parseEx` that required `anyerror` | 2024-10-22 | 1 | -47/+22 | |
| * | Move updated README to template | 2024-09-21 | 1 | -7/+12 | |
| * | Make installation section of readme even more clear | 2024-09-16 | 1 | -7/+12 | |
| * | fix: Cicd use `with: master` as `latest` is the default | 2024-09-13 | 2 | -2/+6 | |
| * | chore: Use mlugg/setup-zig instead of goto-bus-stop/setup-zig | 2024-09-13 | 2 | -9/+3 | |
| * | chore: Run jobs weekly instead of daily | 2024-09-13 | 1 | -1/+1 | |
| * | adapt to latest zig changes | 2024-08-30 | 2 | -5/+5 | |
| * | count codepoints instead of bytes, to determine width | 2024-08-30 | 2 | -16/+162 | |
| * | feat: Allow for the assignment separator to be configured | 2024-07-18 | 4 | -116/+188 | |
| * | Update to newest version of zig | 2024-07-17 | 1 | -1/+1 | |
| * | Update to latest zig0.9.0 | 2024-06-16 | 1 | -4/+4 | |
| * | Add installation instructions to README | 2024-06-09 | 2 | -0/+30 | |
| * | gitignore: Add new zig-cache folder | 2024-05-31 | 1 | -1/+1 | |
| * | Update for latest zig | 2024-05-30 | 1 | -1/+1 | |
| * | Use b.path instead of manually setting the fields | 2024-05-16 | 1 | -3/+3 | |
| * | Updated `build.zig` to support Zig 0.13.0-dev.211+6a65561e3 | 2024-05-16 | 1 | -3/+3 | |
| * | Remove zig.mod0.8.0 | 2024-04-21 | 1 | -5/+0 | |
| * | Arguments: Ensure no member of `fields` is undefined | 2024-03-30 | 1 | -2/+9 | |
| * | Updated to latest zig | 2024-03-12 | 1 | -1/+1 | |
| * | LICENSE: Remove year | 2024-02-24 | 1 | -1/+1 | |
| * | cicd: Only depend on major versions | 2024-02-02 | 2 | -3/+3 | |
| * | Remove gyro.zzz | 2024-02-02 | 1 | -14/+0 | |
| * | Update to latest version of zig | 2024-01-09 | 2 | -2/+8 | |
| * | Update to latest master | 2024-01-05 | 1 | -5/+5 | |
| * | Add autodoc website | 2024-01-02 | 3 | -0/+61 | |
| * | Remove the default allocator from `ParseOptions` | 2023-12-13 | 6 | -10/+41 | |
| * | Fix short only params not getting fields in `Arguments` | 2023-11-16 | 1 | -10/+11 |