| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-05-26 | Update to latest zig in preperation for 0.8.0 | 6 | -24/+16 | ||
| 2021-05-08 | Modernize codebase | 6 | -23/+18 | ||
| * 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 | 3 | -20/+20 | ||
| 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 | 5 | -5/+5 | ||
| 2020-11-10 | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2 | -12/+3 | ||
| 2020-11-10 | Better parseParam | 2 | -6/+2 | ||
| 2020-11-10 | Better parseParam | 2 | -6/+2 | ||
| 2020-11-02 | Report error context in Diagnostic (#26) | 4 | -6/+32 | ||
| 2020-11-02 | Report error context in Diagnostic (#26) | 4 | -6/+32 | ||
| 2020-09-06 | adjust examples, README template | 4 | -9/+17 | ||
| 2020-08-28 | adjust examples, README template | 4 | -9/+17 | ||
| 2020-04-18 | Run zig fmt on buildv0.2.0 | 3 | -6/+6 | ||
| 2020-04-11 | update examples to latest zig | 4 | -5/+4 | ||
| 2020-03-05 | Better readme for usage | 1 | -11/+2 | ||
| 2020-03-05 | Add clap.usage | 2 | -0/+43 | ||
| 2019-12-09 | update for latest zig (varargs is no more) | 3 | -9/+9 | ||
| 2019-12-01 | update for latest zig | 5 | -6/+6 | ||
| 2019-11-27 | Add clap.parse as the simplest way of using the lib | 4 | -39/+71 | ||
| 2019-11-09 | Breaking: OsIterator will now get the exe on init | 2 | -10/+4 | ||
| 2019-08-17 | correct comptime-clap-error.zig example | 2 | -7/+5 | ||
| 2019-08-17 | more features in README.md | 1 | -0/+2 | ||
| 2019-08-17 | make help message look more like other tools | 1 | -2/+2 | ||
| 2019-08-17 | add missing word | 1 | -1/+1 | ||
| 2019-08-17 | adds parseParam | 3 | -25/+12 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-08-06 | build with latest version of zig | 2 | -10/+2 | ||
| 2019-06-21 | Embed examples in README during build | 4 | -5/+125 | ||
| fixes #11 | |||||
| 2019-06-12 | updated to newest version of zig | 2 | -15/+32 | ||
| 2019-01-17 | Refactored the arg iterators to new be static interface implementations | 2 | -8/+6 | ||
| * This makes arg iterators easier to understand and implement * It should also be faster than using the fieldToParent builtin | |||||
| 2018-11-15 | Changed Names.prefix to Names.both | 2 | -4/+4 | ||
| 2018-11-15 | Added help function | 2 | -26/+19 | ||
| 2018-11-14 | Added pub flag/option/positional init funcs to Param | 2 | -6/+6 | ||
| 2018-11-14 | Restructured and make StreamingClap simpler | 2 | -0/+101 | ||
| * Also added a ComptimeClap | |||||