| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2018-09-06 | Removed the extended api. Refactored tests | 1 | -376/+0 | ||
| 2018-06-20 | Updated to use pass-by-value where possible | 1 | -3/+3 | ||
| 2018-06-19 | Updated to newest version of zig | 1 | -33/+32 | ||
| 2018-06-08 | Updated to newest pointer syntax | 1 | -13/+13 | ||
| 2018-06-01 | Reworked extended.zig again! | 1 | -2/+4 | ||
| 2018-06-01 | The arg iterator is now responsible for allocation instead of core.Clap | 1 | -33/+34 | ||
| 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 | 1 | -121/+0 | ||
| 2018-05-31 | Reworked the core. | 1 | -140/+172 | ||
| 2018-05-31 | Support for basic sub commands | 1 | -1/+1 | ||
| They cannot access parent params yet | |||||
| 2018-05-20 | Support for command params in core.zig | 1 | -39/+119 | ||
| * Also refactored structure * related: #1 | |||||
| 2018-05-20 | The old clap now uses core.zig to get the same func as before | 1 | -35/+32 | ||
| 2018-05-19 | core.zig tested and ready for action! | 1 | -32/+185 | ||
| 2018-05-19 | Finished the first draft of the core | 1 | -22/+175 | ||
| * It haven't been tested yet | |||||
| 2018-05-18 | Started work one a simpler core api | 1 | -0/+78 | ||
| * This api will then be used to recreate the current api * Users who don't want the complicate api can also use the simpler one | |||||