| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | build: use new addModule() API which now returns a Module | 2023-03-06 | 1 | -2/+2 | ||
| * | Mode addModule to the top | 2023-03-01 | 1 | -2/+2 | ||
| * | Delete dependabot.yml. We don't have dependecies | 2023-02-28 | 1 | -8/+0 | ||
| * | build: expose 'clap' module for dependeees (#92) | 2023-02-26 | 1 | -0/+2 | ||
| * | chore: update to latest master | 2023-02-22 | 1 | -2/+2 | ||
| * | ci: Rename release to optimize | 2023-02-06 | 1 | -2/+2 | ||
| * | use new syntax for optimizations | 2023-02-06 | 1 | -2/+2 | ||
| * | Update to latest version of zig | 2023-02-05 | 1 | -12/+15 | ||
| * | Fix misspelled things | 2023-01-12 | 4 | -13/+13 | ||
| * | year++ | 2023-01-04 | 1 | -1/+1 | ||
| * | Update to latest Zig master | 2022-12-20 | 1 | -4/+4 | ||
| * | Fix cicd | 2022-12-09 | 1 | -1/+1 | ||
| * | Update to newest version of zig | 2022-12-09 | 2 | -3/+0 | ||
| * | Handle change to std.ArrayList(T).toOwnedSlice() | 2022-12-01 | 1 | -3/+3 | ||
| * | Workaround stage2 bug | 2022-11-22 | 1 | -1/+3 | ||
| * | Don't iterate all configs in build script | 2022-11-15 | 2 | -22/+12 | ||
| * | Bump goto-bus-stop/setup-zig from 1.3.0 to 2.0.1 | 2022-11-08 | 1 | -2/+2 | ||
| * | 0.6.00.6.0 | 2022-11-01 | 1 | -1/+1 | ||
| * | Fix regression from last commit | 2022-10-03 | 1 | -11/+14 | ||
| * | Add function for getting the prefix of a param name | 2022-10-03 | 1 | -15/+19 | ||
| * | use builtin.Type instead of deprecated builtin.TypeInfo | 2022-09-18 | 1 | -1/+1 | ||
| * | Fix zig-clap for new default compiler | 2022-08-25 | 2 | -46/+65 | ||
| * | Have all tests have a name | 2022-07-28 | 1 | -1/+1 | ||
| * | Update README template | 2022-07-28 | 1 | -0/+5 | ||
| * | Add clap.parsers.enumeration for parsing enums | 2022-07-25 | 3 | -0/+47 | ||
| * | Update LICENSE | 2022-07-25 | 1 | -1/+1 | ||
| * | Specify which version of Zig zig-clap targets | 2022-07-22 | 1 | -0/+5 | ||
| * | Print multi value positionals correctly in `usage` | 2022-04-28 | 1 | -0/+6 | ||
| * | 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 | ||