| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | The arg iterator is now responsible for allocation instead of core.Clap | 2018-06-01 | 4 | -59/+61 | |
| * | Id is now gotten through param of arg | 2018-06-01 | 2 | -3/+3 | |
| * | Core args now have a pointer to the param that the arg belongs to | 2018-06-01 | 2 | -79/+183 | |
| * | Added example of how to parse Zig args with clap.core | 2018-05-31 | 3 | -21/+365 | |
| * | Started work on the proper structure for the lib | 2018-05-31 | 9 | -680/+680 | |
| * | Reworked the core. | 2018-05-31 | 2 | -147/+179 | |
| * | Support for basic sub commands | 2018-05-31 | 2 | -133/+269 | |
| * | Fixed code handling position | 2018-05-25 | 1 | -7/+7 | |
| * | Added support for accessing sub fields | 2018-05-25 | 1 | -4/+42 | |
| * | Support for command params in core.zig | 2018-05-20 | 3 | -80/+198 | |
| * | Removed false or none tested advertisement from README | 2018-05-20 | 1 | -1/+1 | |
| * | Removed binary files | 2018-05-20 | 2 | -0/+0 | |
| * | The old clap now uses core.zig to get the same func as before | 2018-05-20 | 6 | -577/+337 | |
| * | core.zig tested and ready for action! | 2018-05-19 | 1 | -32/+185 | |
| * | Finished the first draft of the core | 2018-05-19 | 1 | -22/+175 | |
| * | Started work one a simpler core api | 2018-05-18 | 1 | -0/+78 | |
| * | Short args can now take values directly after the arg | 2018-04-27 | 3 | -10/+23 | |
| * | Added the ability to have argument have indexs | 2018-04-27 | 1 | -48/+81 | |
| * | Fixed test | 2018-04-26 | 1 | -1/+1 | |
| * | Removed breakpoints and fixed a test | 2018-04-26 | 1 | -10/+5 | |
| * | Added updated example and README | 2018-04-26 | 2 | -93/+90 | |
| * | Refactored clap.zig | 2018-04-26 | 1 | -312/+244 | |
| * | Refactor. Preparing for parsing of subcommands | 2018-03-22 | 1 | -204/+211 | |
| * | Merge branch 'master' of github.com:Hejsil/zig-clap | 2018-03-22 | 1 | -0/+98 | |
| |\ | |||||
| | * | Create README.md | 2018-03-21 | 1 | -0/+98 | |
| * | | Fixed compiler errors | 2018-03-22 | 1 | -3/+3 | |
| |/ | |||||
| * | Major refactor of clap | 2018-03-21 | 1 | -288/+388 | |
| * | Removed bits.zig | 2018-03-20 | 2 | -11/+1 | |
| * | Implemented chaining of small arguments | 2018-03-20 | 1 | -7/+61 | |
| * | We now handle arguments "--arg=VALUE" | 2018-03-20 | 1 | -21/+48 | |
| * | Updated help function to not use inline loop. | 2018-03-20 | 1 | -10/+7 | |
| * | Fixed help fn | 2018-03-15 | 1 | -1/+1 | |
| * | Refactored clap to use inline loops where possible. | 2018-03-14 | 2 | -47/+64 | |
| * | Fixed code crashing Zig | 2018-03-14 | 1 | -12/+11 | |
| * | Changed around some code in test | 2018-03-14 | 1 | -21/+23 | |
| * | Added command line argument parser. | 2018-03-14 | 3 | -0/+342 | |
| * | Initial commit | 2018-03-14 | 1 | -0/+24 | |