| Commit message (Expand) | Author | Files | Lines | |
|---|---|---|---|---|
| 2022-10-03 | Fix regression from last commit | 1 | -11/+14 | |
| 2022-10-03 | Add function for getting the prefix of a param name | 1 | -15/+19 | |
| 2022-09-18 | use builtin.Type instead of deprecated builtin.TypeInfo | 1 | -1/+1 | |
| 2022-08-25 | Fix zig-clap for new default compiler | 1 | -37/+50 | |
| 2022-07-28 | Have all tests have a name | 1 | -1/+1 | |
| 2022-04-28 | Print multi value positionals correctly in `usage` | 1 | -0/+6 | |
| 2022-03-30 | New `help` api that provides options as to how paramters are printed. | 1 | -92/+686 | |
| 2022-03-24 | Fix long param parsing with '-' and '\_' in name | 1 | -2/+6 | |
| 2022-03-23 | Add parseParams and friends | 1 | -341/+389 | |
| 2022-03-23 | Refactor parseParam into a state machine | 1 | -64/+279 | |
| 2022-03-21 | Workaround infinit loop caused by `try` inside `inline for` | 1 | -19/+59 | |
| 2022-03-09 | Allow for clap to parse argument values into types | 1 | -181/+365 | |
| 2022-02-25 | Revert "Change clap into generating a struct" | 1 | -48/+217 | |
| 2022-02-25 | Change clap into generating a struct | 1 | -217/+48 | |
| 2022-01-31 | Refactor the ArgIterator interface | 1 | -4/+10 | |
| 2022-01-05 | Avoid using the print API | 1 | -23/+37 | |
| 2021-12-06 | zig master updates: allocator changes (#60) | 1 | -2/+2 | |
| 2021-09-06 | Update mem.split call for latest zig master | 1 | -1/+1 | |
| 2021-09-05 | Indent help text on every new line to allow for user-controlled wrapping | 1 | -1/+14 | |
| 2021-08-11 | Update calls to tokenizer | 1 | -1/+1 | |
| 2021-06-24 | Fix all new compiler errors from zig master | 1 | -1/+1 | |
| 2021-06-24 | Fix all new compiler errors from zig master | 1 | -1/+1 | |
| 2021-06-24 | Stay under 100 chars per line in all the code | 1 | -33/+87 | |
| 2021-06-24 | parseParam: Set eval quota to std.math.maxInt(u32) | 1 | -0/+10 | |
| 2021-06-24 | parse: Copy in arena after using it in parseEx | 1 | -11/+9 | |
| 2021-05-26 | Update to latest zig in preperation for 0.8.0 | 1 | -64/+64 | |
| 2021-05-08 | Modernize codebase | 1 | -140/+71 | |
| 2021-04-28 | Refactor Diagnostic (and others) into a ParseOption struct | 1 | -10/+26 | |
| 2021-01-10 | zig master updates | 1 | -21/+21 | |
| 2020-11-10 | Deprecate ComptimeClap in favor of parseExv0.3.0 | 1 | -5/+16 | |
| 2020-11-10 | Better parseParam | 1 | -188/+144 | |
| 2020-11-10 | Better parseParam | 1 | -188/+144 | |
| 2020-11-03 | Improve Diagnostic error message reporting | 1 | -16/+27 | |
| 2020-11-03 | Improve Diagnostic error message reporting | 1 | -16/+27 | |
| 2020-11-02 | Replace `var` with `anytype` | 1 | -1/+1 | |
| 2020-11-02 | Report error context in Diagnostic (#26) | 1 | -2/+49 | |
| 2020-11-02 | Report error context in Diagnostic (#26) | 1 | -2/+49 | |
| 2020-09-06 | fix up | 1 | -2/+2 | |
| 2020-09-06 | add documentation to Values enum | 1 | -0/+1 | |
| 2020-09-06 | parse and validate multiple option | 1 | -34/+72 | |
| 2020-09-06 | parse multiple options | 1 | -0/+4 | |
| 2020-08-28 | fix up | 1 | -2/+2 | |
| 2020-08-28 | add documentation to Values enum | 1 | -0/+1 | |
| 2020-08-28 | parse and validate multiple option | 1 | -34/+72 | |
| 2020-08-28 | parse multiple options | 1 | -0/+4 | |
| 2020-08-15 | Fix expected type error on 32 bit systems | 1 | -2/+2 | |
| 2020-07-13 | update to latest zig | 1 | -10/+10 | |
| 2020-04-11 | update to latest zig | 1 | -6/+8 | |
| 2020-03-05 | Add clap.usage | 1 | -21/+172 | |
| 2019-12-10 | update for latest zig (typeOf was renamed) | 1 | -5/+5 |