| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2019-10-06 | fmt, mv src/ clap/ and run fmt on build | 3 | -562/+0 | ||
| 2019-09-05 | use emun literals | 1 | -5/+4 | ||
| 2019-09-05 | always interpret '-' and '--' as positionals | 1 | -19/+11 | ||
| 2019-08-17 | make help message look more like other tools | 1 | -3/+3 | ||
| 2019-08-17 | adds parseParam | 1 | -21/+5 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-08-06 | build with latest version of zig | 1 | -13/+6 | ||
| 2019-06-21 | Embed examples in README during build | 2 | -22/+27 | ||
| fixes #11 | |||||
| 2019-06-12 | updated to newest version of zig | 4 | -408/+166 | ||
| 2019-05-28 | updated to newest version of zig | 1 | -4/+4 | ||
| 2019-02-10 | Updated to newest testing API | 2 | -15/+15 | ||
| 2019-01-17 | Refactored the arg iterators to new be static interface implementations | 3 | -38/+26 | ||
| * 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 | 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 | 3 | -8/+4 | ||
| 2018-11-14 | Added pub flag/option/positional init funcs to Param | 3 | -24/+28 | ||
| 2018-11-14 | Restructured and make StreamingClap simpler | 4 | -0/+675 | ||
| * Also added a ComptimeClap | |||||
| 2018-09-06 | Removed the extended api. Refactored tests | 2 | -609/+0 | ||
| 2018-06-20 | Updated to use pass-by-value where possible | 2 | -16/+17 | ||
| 2018-06-19 | Updated to newest version of zig | 2 | -63/+53 | ||
| 2018-06-08 | Removed the settings param | 1 | -29/+25 | ||
| 2018-06-08 | Added helper functions to construct extended.Param | 1 | -6/+54 | ||
| 2018-06-08 | Updated to newest pointer syntax | 2 | -33/+30 | ||
| 2018-06-01 | Reworked extended.zig again! | 2 | -185/+124 | ||
| 2018-06-01 | The arg iterator is now responsible for allocation instead of core.Clap | 2 | -38/+38 | ||
| 2018-06-01 | Id is now gotten through param of arg | 1 | -2/+2 | ||
| 2018-06-01 | Core args now have a pointer to the param that the arg belongs to | 1 | -11/+11 | ||
| 2018-05-31 | Added example of how to parse Zig args with clap.core | 1 | -21/+23 | ||
| 2018-05-31 | Started work on the proper structure for the lib | 2 | -0/+636 | ||