| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix zig-clap for new default compiler | 2022-08-25 | 1 | -9/+15 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -1/+1 | |
| * | Fix regression in last commit | 2021-10-11 | 1 | -1/+0 | |
| * | zig master updates | 2021-10-11 | 1 | -0/+1 | |
| * | Merge branch 'master' into zig-master | 2021-10-09 | 1 | -1/+0 | |
| |\ | |||||
| | * | Fix uses of builtin | 2021-10-09 | 1 | -1/+0 | |
| | * | Fix all new compiler errors from zig master | 2021-06-24 | 1 | -0/+1 | |
| * | | Fix all new compiler errors from zig master | 2021-06-24 | 1 | -0/+1 | |
| * | | Build buildscript with latest version of zig | 2021-06-24 | 1 | -1/+1 | |
| |/ | |||||
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -14/+4 | |
| * | Modernize codebase | 2021-05-08 | 1 | -2/+2 | |
| * | Don't format in build script | 2020-11-29 | 1 | -8/+0 | |
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -2/+1 | |
| * | Merge branch 'master' into zig-master | 2020-11-10 | 1 | -0/+3 | |
| |\ | |||||
| | * | Fix expected type error on 32 bit systems | 2020-08-15 | 1 | -0/+3 | |
| * | | add build step id | 2020-08-22 | 1 | -1/+1 | |
| |/ | |||||
| * | Run zig fmt on buildv0.2.0 | 2020-04-18 | 1 | -0/+3 | |
| * | Merge branch 'master' into zig-master | 2020-04-18 | 1 | -0/+2 | |
| |\ | |||||
| | * | Add clap.usage | 2020-03-05 | 1 | -0/+2 | |
| * | | rebuild readme | 2020-04-11 | 1 | -1/+1 | |
| * | | update to latest zig | 2020-04-11 | 1 | -1/+1 | |
| * | | update for latest zig | 2020-03-01 | 1 | -1/+1 | |
| * | | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -3/+2 | |
| * | | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| |/ | |||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -3/+5 | |
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -0/+5 | |
| * | make help message look more like other tools | 2019-08-17 | 1 | -13/+13 | |
| * | adds parseParam | 2019-08-17 | 1 | -0/+1 | |
| * | Embed examples in README during build | 2019-06-21 | 1 | -0/+27 | |
| * | updated to newest version of zig | 2019-06-12 | 1 | -4/+4 | |
| * | Changed Names.prefix to Names.both | 2018-11-15 | 1 | -2/+2 | |
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 1 | -0/+48 | |
| * | Removed the extended api. Refactored tests | 2018-09-06 | 1 | -42/+0 | |
| * | Updated to newest version of zig | 2018-06-19 | 1 | -3/+2 | |
| * | Removed the settings param | 2018-06-08 | 1 | -4/+1 | |
| * | Updated to newest pointer syntax | 2018-06-08 | 1 | -1/+1 | |
| * | Started work on the proper structure for the lib | 2018-05-31 | 1 | -0/+46 | |