| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 1 | -2/+1 | |
| | | |||||
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -28/+42 | |
| | | |||||
| * | Modernize codebase | 2021-05-08 | 1 | -10/+10 | |
| | | | | | | | | | * 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 | ||||
| * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -11/+8 | |
| | | | | | | | 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. | ||||
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -4/+4 | |
| | | |||||
| * | Better parseParam | 2020-11-10 | 1 | -3/+1 | |
| | | |||||
| * | Improve Diagnostic error message reporting | 2020-11-03 | 1 | -1/+1 | |
| | | |||||
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -5/+9 | |
| | | |||||
| * | reverse the order of these | 2020-08-28 | 1 | -9/+9 | |
| | | |||||
| * | fix up | 2020-08-28 | 1 | -5/+8 | |
| | | |||||
| * | separate options into single and multiple | 2020-08-28 | 1 | -25/+35 | |
| | | | | | This avoids allocations if you never use multiple arguments. | ||||
| * | parse and validate multiple option | 2020-08-28 | 1 | -8/+15 | |
| | | |||||
| * | parse multiple options | 2020-08-28 | 1 | -9/+22 | |
| | | |||||
| * | update for latest zig | 2019-12-01 | 1 | -4/+4 | |
| | | |||||
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -0/+143 | |