| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix: Typo in `HelpOptions.markdown_lite` doc comment | 2025-07-22 | 1 | -1/+1 | |
| * | feat: Add `clap.usageToFile` | 2025-07-22 | 1 | -2/+10 | |
| * | feat: Add `clap.helpToFile` | 2025-07-22 | 1 | -0/+13 | |
| * | feat: Add `Diagnostic.reportToFile` | 2025-07-22 | 1 | -2/+10 | |
| * | Update to Zig 0.15.0-dev.1147 | 2025-07-21 | 1 | -66/+62 | |
| * | 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 | |
| * | chore: Update to latest version of zig | 2024-11-04 | 1 | -9/+38 | |
| * | feat: Support multiple positionals of different types | 2024-10-24 | 1 | -68/+182 | |
| * | 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 | 1 | -95/+88 | |
| * | 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 | |
| * | adapt to latest zig changes | 2024-08-30 | 1 | -3/+3 | |
| * | count codepoints instead of bytes, to determine width | 2024-08-30 | 1 | -16/+60 | |
| * | feat: Allow for the assignment separator to be configured | 2024-07-18 | 1 | -0/+23 | |
| * | Update to latest zig0.9.0 | 2024-06-16 | 1 | -4/+4 | |
| * | Arguments: Ensure no member of `fields` is undefined | 2024-03-30 | 1 | -2/+9 | |
| * | Updated to latest zig | 2024-03-12 | 1 | -1/+1 | |
| * | Update to latest version of zig | 2024-01-09 | 1 | -2/+2 | |
| * | Remove the default allocator from `ParseOptions` | 2023-12-13 | 1 | -6/+1 | |
| * | Fix short only params not getting fields in `Arguments` | 2023-11-16 | 1 | -10/+11 | |
| * | Update to latest zig | 2023-06-27 | 1 | -12/+12 | |
| * | Update to latest zig | 2023-06-22 | 1 | -2/+2 | |
| * | Update to latest version of zig | 2023-06-18 | 1 | -1/+1 | |
| * | help,usage: Support multiple positionals (#97) | 2023-06-15 | 1 | -16/+43 | |
| * | Count occurrences of flags (was "Add .count type for flags") (#96) | 2023-04-02 | 1 | -5/+21 | |
| * | chore: update to latest master | 2023-02-22 | 1 | -2/+2 | |
| * | Fix misspelled things | 2023-01-12 | 1 | -9/+9 | |
| * | Update to latest Zig master | 2022-12-20 | 1 | -4/+4 | |
| * | Handle change to std.ArrayList(T).toOwnedSlice() | 2022-12-01 | 1 | -3/+3 | |
| * | Workaround stage2 bug | 2022-11-22 | 1 | -1/+3 | |
| * | Fix regression from last commit | 2022-10-03 | 1 | -11/+14 | |
| * | Add function for getting the prefix of a param name | 2022-10-03 | 1 | -15/+19 | |
| * | use builtin.Type instead of deprecated builtin.TypeInfo | 2022-09-18 | 1 | -1/+1 | |
| * | Fix zig-clap for new default compiler | 2022-08-25 | 1 | -37/+50 | |
| * | Have all tests have a name | 2022-07-28 | 1 | -1/+1 | |
| * | Print multi value positionals correctly in `usage` | 2022-04-28 | 1 | -0/+6 | |
| * | New `help` api that provides options as to how paramters are printed. | 2022-03-30 | 1 | -92/+686 | |
| * | Fix long param parsing with '-' and '\_' in name | 2022-03-24 | 1 | -2/+6 | |
| * | Add parseParams and friends | 2022-03-23 | 1 | -341/+389 | |
| * | Refactor parseParam into a state machine | 2022-03-23 | 1 | -64/+279 | |
| * | Workaround infinit loop caused by `try` inside `inline for` | 2022-03-21 | 1 | -19/+59 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -181/+365 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -48/+217 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -217/+48 | |
| * | Refactor the ArgIterator interface | 2022-01-31 | 1 | -4/+10 | |
| * | Avoid using the print API | 2022-01-05 | 1 | -23/+37 | |
| * | zig master updates: allocator changes (#60) | 2021-12-06 | 1 | -2/+2 |