| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix misspelled things | 2023-01-12 | 1 | -1/+1 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -1/+1 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 1 | -1/+1 | |
| * | Change clap into generating a struct | 2022-02-25 | 1 | -1/+1 | |
| * | Refactor the ArgIterator interface | 2022-01-31 | 1 | -4/+6 | |
| * | Use debug.print instead of deprecated debug.warn in examples | 2021-07-17 | 1 | -3/+3 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -7/+3 | |
| * | Merge branch 'master' into zig-master | 2021-05-26 | 1 | -17/+18 | |
| |\ | |||||
| | * | Modernize codebase | 2021-05-08 | 1 | -10/+8 | |
| | * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 1 | -8/+7 | |
| * | | zig master updates | 2021-01-10 | 1 | -1/+1 | |
| |/ | |||||
| * | Report error context in Diagnostic (#26) | 2020-11-02 | 1 | -1/+10 | |
| * | adjust examples, README template | 2020-08-28 | 1 | -2/+2 | |
| * | Run zig fmt on buildv0.2.0 | 2020-04-18 | 1 | -2/+2 | |
| * | update examples to latest zig | 2020-04-11 | 1 | -1/+1 | |
| * | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -3/+3 | |
| * | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| * | Breaking: OsIterator will now get the exe on init | 2019-11-09 | 1 | -5/+2 | |
| * | build with latest version of zig | 2019-08-06 | 1 | -3/+1 | |
| * | updated to newest version of zig | 2019-06-12 | 1 | -5/+18 | |
| * | Merge branch 'master' of github.com:Hejsil/zig-clap | 2019-01-17 | 1 | -2/+2 | |
| |\ | |||||
| | * | Changed Names.prefix to Names.both | 2018-11-15 | 1 | -2/+2 | |
| * | | Refactored the arg iterators to new be static interface implementations | 2019-01-17 | 1 | -4/+3 | |
| |/ | |||||
| * | Added help function | 2018-11-15 | 1 | -10/+0 | |
| * | Added pub flag/option/positional init funcs to Param | 2018-11-14 | 1 | -3/+3 | |
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 1 | -0/+54 | |