| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 1 | -33/+87 | |
| * | parseParam: Set eval quota to std.math.maxInt(u32) | 2021-06-24 | 1 | -0/+10 | |
| * | parse: Copy in arena after using it in parseEx | 2021-06-24 | 1 | -11/+9 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -64/+64 | |
| * | Merge branch 'master' into zig-master | 2021-05-26 | 1 | -147/+94 | |
| |\ | |||||
| | * | Modernize codebase | 2021-05-08 | 1 | -140/+71 | |
| | * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -10/+26 | |
| * | | zig master updates | 2021-01-10 | 1 | -21/+21 | |
| |/ | |||||
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -5/+16 | |
| * | Merge branch 'master' into zig-master | 2020-11-10 | 1 | -2/+2 | |
| |\ | |||||
| | * | Better parseParam | 2020-11-10 | 1 | -188/+144 | |
| | * | Improve Diagnostic error message reporting | 2020-11-03 | 1 | -16/+27 | |
| | * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -2/+49 | |
| | * | fix up | 2020-09-06 | 1 | -2/+2 | |
| | * | add documentation to Values enum | 2020-09-06 | 1 | -0/+1 | |
| | * | parse and validate multiple option | 2020-09-06 | 1 | -34/+72 | |
| | * | parse multiple options | 2020-09-06 | 1 | -0/+4 | |
| | * | Fix expected type error on 32 bit systems | 2020-08-15 | 1 | -2/+2 | |
| * | | Better parseParam | 2020-11-10 | 1 | -188/+144 | |
| * | | Improve Diagnostic error message reporting | 2020-11-03 | 1 | -16/+27 | |
| * | | Replace `var` with `anytype` | 2020-11-02 | 1 | -1/+1 | |
| * | | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -2/+49 | |
| * | | fix up | 2020-08-28 | 1 | -2/+2 | |
| * | | add documentation to Values enum | 2020-08-28 | 1 | -0/+1 | |
| * | | parse and validate multiple option | 2020-08-28 | 1 | -34/+72 | |
| * | | parse multiple options | 2020-08-28 | 1 | -0/+4 | |
| * | | update to latest zig | 2020-07-13 | 1 | -10/+10 | |
| |/ | |||||
| * | Merge branch 'master' into zig-master | 2020-04-18 | 1 | -33/+193 | |
| |\ | |||||
| | * | Add clap.usage | 2020-03-05 | 1 | -21/+172 | |
| * | | update to latest zig | 2020-04-11 | 1 | -6/+8 | |
| * | | update for latest zig (typeOf was renamed) | 2019-12-10 | 1 | -5/+5 | |
| * | | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -16/+16 | |
| * | | 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/+41 | |
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -9/+8 | |
| * | use emun literals | 2019-09-05 | 1 | -1/+1 | |
| * | make help message look more like other tools | 2019-08-17 | 1 | -64/+80 | |
| * | adds parseParam | 2019-08-17 | 1 | -49/+200 | |
| * | Embed examples in README during build | 2019-06-21 | 1 | -6/+4 | |
| * | updated to newest version of zig | 2019-06-12 | 1 | -0/+226 | |
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 1 | -376/+0 | |
| * | Zig fmt | 2018-11-13 | 1 | -24/+1 | |
| * | Run tests in all release modes | 2018-11-07 | 1 | -4/+27 | |
| * | Renamed Clap to StreamingClap | 2018-09-17 | 1 | -5/+5 | |
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | |
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | |
| * | Updated to newest @This builtin | 2018-09-15 | 1 | -4/+4 | |
| * | Removed the extended api. Refactored tests | 2018-09-06 | 1 | -0/+376 | |
| * | The old clap now uses core.zig to get the same func as before | 2018-05-20 | 1 | -500/+0 | |
| * | Short args can now take values directly after the arg | 2018-04-27 | 1 | -3/+10 | |