| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2021-05-26 | Update to latest zig in preperation for 0.8.0 | 1 | -14/+4 | ||
| 2021-05-08 | Modernize codebase | 1 | -2/+2 | ||
| * 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-01-10 | zig master updates | 1 | -1/+1 | ||
| 2020-11-29 | Don't format in build script | 1 | -8/+0 | ||
| We let CI catch unformatted code and let users run fmt in the best way for them | |||||
| 2020-11-10 | Deprecate ComptimeClap in favor of parseExv0.3.0 | 1 | -2/+1 | ||
| 2020-08-22 | add build step id | 1 | -1/+1 | ||
| 2020-08-15 | Fix expected type error on 32 bit systems | 1 | -0/+3 | ||
| fixes #23 | |||||
| 2020-04-18 | Run zig fmt on buildv0.2.0 | 1 | -0/+3 | ||
| 2020-04-11 | rebuild readme | 1 | -1/+1 | ||
| 2020-04-11 | update to latest zig | 1 | -1/+1 | ||
| 2020-03-05 | Add clap.usage | 1 | -0/+2 | ||
| 2020-03-01 | update for latest zig | 1 | -1/+1 | ||
| 2019-12-09 | update for latest zig (varargs is no more) | 1 | -3/+2 | ||
| 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 | -3/+5 | ||
| 2019-10-06 | fmt, mv src/ clap/ and run fmt on build | 1 | -0/+5 | ||
| 2019-08-17 | make help message look more like other tools | 1 | -13/+13 | ||
| 2019-08-17 | adds parseParam | 1 | -0/+1 | ||
| a less verbose way of getting a Param(Help). | |||||
| 2019-06-21 | Embed examples in README during build | 1 | -0/+27 | ||
| fixes #11 | |||||
| 2019-06-12 | updated to newest version of zig | 1 | -4/+4 | ||
| 2018-11-15 | Changed Names.prefix to Names.both | 1 | -2/+2 | ||
| 2018-11-14 | Restructured and make StreamingClap simpler | 1 | -0/+48 | ||
| * Also added a ComptimeClap | |||||
| 2018-09-06 | Removed the extended api. Refactored tests | 1 | -42/+0 | ||
| 2018-06-19 | Updated to newest version of zig | 1 | -3/+2 | ||
| 2018-06-08 | Removed the settings param | 1 | -4/+1 | ||
| 2018-06-08 | Updated to newest pointer syntax | 1 | -1/+1 | ||
| 2018-05-31 | Started work on the proper structure for the lib | 1 | -0/+46 | ||