| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Update README.md | 2018-11-15 | 1 | -2/+2 | ||
| | | ||||||
| * | Added help function | 2018-11-15 | 4 | -26/+226 | ||
| | | ||||||
| * | Zig fmt | 2018-11-14 | 3 | -8/+4 | ||
| | | ||||||
| * | Added pub flag/option/positional init funcs to Param | 2018-11-14 | 6 | -36/+40 | ||
| | | ||||||
| * | Restructured and make StreamingClap simpler | 2018-11-14 | 11 | -629/+921 | ||
| | | | | | * Also added a ComptimeClap | |||||
| * | Zig fmt | 2018-11-13 | 2 | -52/+27 | ||
| | | ||||||
| * | Run tests in all release modes | 2018-11-07 | 2 | -5/+30 | ||
| | | ||||||
| * | Renamed Clap to StreamingClap | 2018-09-17 | 2 | -8/+8 | ||
| | | ||||||
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'master' of github.com:Hejsil/zig-clap | 2018-09-15 | 2 | -6/+7 | ||
| |\ | ||||||
| | * | Update .travis.yml | 2018-09-06 | 1 | -0/+1 | ||
| | | | ||||||
| | * | Update README.md | 2018-09-06 | 1 | -2/+2 | ||
| | | | ||||||
| | * | Update README.md | 2018-09-06 | 1 | -6/+6 | ||
| | | | ||||||
| * | | Updated to newest @This builtin | 2018-09-15 | 1 | -4/+4 | ||
| |/ | ||||||
| * | Commented the example | 2018-09-06 | 1 | -18/+38 | ||
| | | ||||||
| * | Added example to tests | 2018-09-06 | 1 | -0/+29 | ||
| | | ||||||
| * | Added travis yml | 2018-09-06 | 1 | -0/+11 | ||
| | | ||||||
| * | Removed the extended api. Refactored tests | 2018-09-06 | 7 | -703/+198 | ||
| | | ||||||
| * | Updated to use pass-by-value where possible | 2018-06-20 | 3 | -24/+25 | ||
| | | ||||||
| * | Updated to newest version of zig | 2018-06-19 | 5 | -177/+148 | ||
| | | ||||||
| * | Removed the settings param | 2018-06-08 | 5 | -496/+47 | ||
| | | ||||||
| * | Removed unused funcs in extended tests | 2018-06-08 | 1 | -19/+0 | ||
| | | ||||||
| * | Added helper functions to construct extended.Param | 2018-06-08 | 2 | -42/+63 | ||
| | | ||||||
| * | Updated to newest pointer syntax | 2018-06-08 | 5 | -49/+46 | ||
| | | ||||||
| * | Reworked extended.zig again! | 2018-06-01 | 3 | -374/+429 | ||
| | | ||||||
| * | 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 | ||
| | | | | | They cannot access parent params yet | |||||
| * | Fixed code handling position | 2018-05-25 | 1 | -7/+7 | ||
| | | ||||||
| * | Added support for accessing sub fields | 2018-05-25 | 1 | -4/+42 | ||
| | | | | | * closes #2 | |||||
| * | Support for command params in core.zig | 2018-05-20 | 3 | -80/+198 | ||
| | | | | | | * Also refactored structure * related: #1 | |||||
| * | 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 | ||
| | | | | | * It haven't been tested yet | |||||
| * | Started work one a simpler core api | 2018-05-18 | 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 | |||||
| * | Short args can now take values directly after the arg | 2018-04-27 | 3 | -10/+23 | ||
| | | | | | * closes #5 | |||||
| * | 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 | ||
| | | | | | | | * More tests * take value options now take a custom parser: closes #3 * using the functional with pattern instead of builder: related #8 | |||||
| * | 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 | ||
| |\ | ||||||