| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update help and usage examples | 2022-03-30 | 3 | -12/+12 | |
| * | New `help` api that provides options as to how paramters are printed. | 2022-03-30 | 4 | -100/+702 | |
| * | Fix long param parsing with '-' and '\_' in name | 2022-03-24 | 1 | -2/+6 | |
| * | Fix usage output in README | 2022-03-23 | 2 | -2/+2 | |
| * | Add parseParams and friends | 2022-03-23 | 7 | -391/+447 | |
| * | Refactor parseParam into a state machine | 2022-03-23 | 1 | -64/+279 | |
| * | Workaround infinit loop caused by `try` inside `inline for` | 2022-03-21 | 1 | -19/+59 | |
| * | Allow for clap to parse argument values into types | 2022-03-09 | 13 | -585/+570 | |
| * | Bump actions/checkout from 2.4.0 to 3 | 2022-03-02 | 1 | -2/+2 | |
| * | Revert "Change clap into generating a struct" | 2022-02-25 | 11 | -506/+518 | |
| * | Change clap into generating a struct | 2022-02-25 | 11 | -518/+506 | |
| * | Fix minor typos in README.md | 2022-02-22 | 2 | -2/+8 | |
| * | Update package mod files to MIT | 2022-02-03 | 2 | -2/+2 | |
| * | Refactor the ArgIterator interface | 2022-01-31 | 6 | -331/+37 | |
| * | Relicense to MIT | 2022-01-31 | 1 | -20/+17 | |
| * | Avoid using the print API | 2022-01-05 | 1 | -23/+37 | |
| * | Update usage of process.ArgIterator to be inline with newest zig | 2021-12-29 | 2 | -2/+5 | |
| * | Tag 0.5.00.5.0 | 2021-12-21 | 1 | -1/+1 | |
| * | Master branch now follows zig master | 2021-12-21 | 3 | -8/+2 | |
| * | Merge branch 'zig-master' | 2021-12-21 | 5 | -16/+16 | |
| |\ | |||||
| | * | zig master updates: allocator changes (#60) | 2021-12-06 | 3 | -8/+8 | |
| | * | Fix regression in last commit | 2021-10-11 | 2 | -2/+0 | |
| | * | zig master updates | 2021-10-11 | 3 | -2/+4 | |
| | * | Merge branch 'master' into zig-master | 2021-10-09 | 3 | -9/+8 | |
| | |\ | |||||
| | * | | Update mem.split call for latest zig master | 2021-09-06 | 1 | -1/+1 | |
| | * | | Merge branch 'master' into zig-master | 2021-09-05 | 4 | -12/+25 | |
| | |\ \ | |||||
| | * | | | Update calls to tokenizer | 2021-08-11 | 1 | -1/+1 | |
| | * | | | Update CI to zig master | 2021-07-25 | 1 | -2/+2 | |
| | * | | | Discard unused variable | 2021-07-25 | 1 | -1/+1 | |
| | * | | | Merge branch 'master' into zig-master | 2021-07-17 | 3 | -11/+60 | |
| | |\ \ \ | |||||
| | * | | | | Fix all new compiler errors from zig master | 2021-06-24 | 4 | -5/+7 | |
| | * | | | | Build buildscript with latest version of zig | 2021-06-24 | 1 | -1/+1 | |
| * | | | | | Improve help and usage examples | 2021-11-29 | 4 | -30/+46 | |
| * | | | | | Fix chaining typo | 2021-11-29 | 1 | -3/+3 | |
| * | | | | | Bump actions/checkout from 2.3.5 to 2.4.0 | 2021-11-03 | 1 | -2/+2 | |
| * | | | | | Bump actions/checkout from 2.3.4 to 2.3.5 | 2021-10-18 | 1 | -2/+2 | |
| | |_|_|/ |/| | | | |||||
| * | | | | Fix uses of builtin | 2021-10-09 | 3 | -9/+8 | |
| | |_|/ |/| | | |||||
| * | | | Indent help text on every new line to allow for user-controlled wrapping | 2021-09-05 | 1 | -1/+14 | |
| * | | | Use debug.print instead of deprecated debug.warn in examples | 2021-07-17 | 3 | -11/+11 | |
| | |/ |/| | |||||
| * | | Forward diagnostics down to StreamingClap | 2021-07-16 | 1 | -5/+54 | |
| * | | Update example of `usage` (#45) | 2021-07-06 | 2 | -6/+6 | |
| * | | Fix all new compiler errors from zig master | 2021-06-24 | 4 | -5/+7 | |
| |/ | |||||
| * | Tag 0.4.10.4.1 | 2021-06-24 | 1 | -1/+1 | |
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 4 | -41/+111 | |
| * | parseParam: Set eval quota to std.math.maxInt(u32) | 2021-06-24 | 1 | -0/+10 | |
| * | parse: Copy in arena after using it in parseEx | 2021-06-24 | 1 | -11/+9 | |
| * | Tag `0.4.0`v0.4.0 | 2021-06-05 | 1 | -2/+2 | |
| * | ci: Use zig 0.8.0 | 2021-06-05 | 1 | -2/+2 | |
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 13 | -214/+211 | |
| * | Merge branch 'master' into zig-master | 2021-05-26 | 13 | -373/+300 | |
| |\ | |||||