| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Run tests in all release modes | 2018-11-07 | 1 | -4/+27 | ||
| | | ||||||
| * | Renamed Clap to StreamingClap | 2018-09-17 | 1 | -5/+5 | ||
| | | ||||||
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Fix failed compile on windows | 2018-09-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Updated to newest @This builtin | 2018-09-15 | 1 | -4/+4 | ||
| | | ||||||
| * | Removed the extended api. Refactored tests | 2018-09-06 | 1 | -0/+376 | ||
| | | ||||||
| * | The old clap now uses core.zig to get the same func as before | 2018-05-20 | 1 | -500/+0 | ||
| | | ||||||
| * | Short args can now take values directly after the arg | 2018-04-27 | 1 | -3/+10 | ||
| | | | | | * 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 | ||
| | | ||||||
| * | 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 | ||
| | | ||||||
| * | Fixed compiler errors | 2018-03-22 | 1 | -3/+3 | ||
| | | ||||||
| * | Major refactor of clap | 2018-03-21 | 1 | -288/+388 | ||
| | | | | | | | | * You can now specify the field an option is assosiated with * When a match is found, clap will generate code for parsing the argument and setting the field * WIP sub commands * Removed help printing. It'll be back, better and stronger | |||||
| * | Removed bits.zig | 2018-03-20 | 1 | -2/+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 | ||
| | | | | | | Inlining the loop in help made the output quite large for no real gain in perfomance. | |||||
| * | Fixed help fn | 2018-03-15 | 1 | -1/+1 | ||
| | | ||||||
| * | Refactored clap to use inline loops where possible. | 2018-03-14 | 1 | -47/+63 | ||
| | | | | | Time to study the differences in the assemply | |||||
| * | 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 | 1 | -0/+332 | ||
| * Zig crashes when trying to compile this code | ||||||