| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 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 | ||
| fixes #42 related #39 | |||||
| 2021-06-24 | parse: Copy in arena after using it in parseEx | 1 | -11/+9 | ||
| fixes #43 | |||||
| 2021-05-26 | Update to latest zig in preperation for 0.8.0 | 1 | -64/+64 | ||
| 2021-05-08 | Modernize codebase | 1 | -140/+71 | ||
| * Better naming for variables * Follow naming style of enums * Use `writer()` instead of `outStream()` * Change many initializers to be a one liner * Don't explicitly initialize fields to their default value | |||||
| 2021-04-28 | Refactor Diagnostic (and others) into a ParseOption struct | 1 | -10/+26 | ||
| This allows for default arguments, which we can also extend without breaking peoples code in the future. This is a breaking change right now though. | |||||
| 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 | ||
| fixes #23 | |||||
| 2020-07-13 | update to latest zig | 1 | -10/+10 | ||
| var -> anytype | |||||
| 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 | ||
| 2019-12-09 | update for latest zig (varargs is no more) | 1 | -16/+16 | ||
| 2019-12-01 | update for latest zig | 1 | -1/+1 | ||
| 2019-11-27 | Add clap.parse as the simplest way of using the lib | 1 | -0/+41 | ||
| 2019-10-06 | fmt, mv src/ clap/ and run fmt on build | 1 | -9/+8 | ||
| 2019-09-05 | use emun literals | 1 | -1/+1 | ||
| 2019-08-17 | make help message look more like other tools | 1 | -64/+80 | ||
| 2019-08-17 | adds parseParam | 1 | -49/+200 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-06-21 | Embed examples in README during build | 1 | -6/+4 | ||
| fixes #11 | |||||
| 2019-06-12 | updated to newest version of zig | 1 | -90/+40 | ||
| 2018-11-15 | Changed Names.prefix to Names.both | 1 | -16/+14 | ||
| 2018-11-15 | Renamed helpEx to helpFull and added a new helpEx that wraps helpFull | 1 | -4/+40 | ||
| 2018-11-15 | Added help function | 1 | -0/+134 | ||
| 2018-11-14 | Zig fmt | 1 | -3/+2 | ||
| 2018-11-14 | Added pub flag/option/positional init funcs to Param | 1 | -9/+13 | ||
| 2018-11-14 | Restructured and make StreamingClap simpler | 1 | -0/+105 | ||
| * Also added a ComptimeClap | |||||