| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | parse: Copy in arena after using it in parseEx | 2021-06-24 | 1 | -11/+9 | ||
| | | | | | fixes #43 | |||||
| * | 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 | ||
| |\ | ||||||
| | * | Modernize codebase | 2021-05-08 | 11 | -304/+194 | ||
| | | | | | | | | | | | | | | | | | * Better naming for variables * Follow naming style of enums * Use `writer()` instead of `outStream()` * Change many initializers to be a one liner * Don't explicitly initialize fields to their default value | |||||
| | * | Refactor Diagnostic (and others) into a ParseOption struct | 2021-04-28 | 7 | -74/+87 | ||
| | | | | | | | | | | | | | This allows for default arguments, which we can also extend without breaking peoples code in the future. This is a breaking change right now though. | |||||
| | * | Add gyro.zzz | 2021-04-08 | 1 | -0/+14 | ||
| | | | ||||||
| | * | zig.mod- add license field | 2021-02-16 | 1 | -0/+2 | ||
| | | | ||||||
| * | | Merge branch 'master' into zig-master | 2021-01-21 | 4 | -10/+13 | ||
| |\| | ||||||
| | * | Create zig.mod | 2020-12-06 | 1 | -0/+3 | ||
| | | | ||||||
| | * | Bump goto-bus-stop/setup-zig from v1.2.5 to v1.3.0 | 2020-11-29 | 1 | -2/+2 | ||
| | | | | | | | | | | | | | | | | | Bumps [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig) from v1.2.5 to v1.3.0. - [Release notes](https://github.com/goto-bus-stop/setup-zig/releases) - [Changelog](https://github.com/goto-bus-stop/setup-zig/blob/default/CHANGELOG.md) - [Commits](https://github.com/goto-bus-stop/setup-zig/compare/v1.2.5...41ae19e72e21b9a1380e86ff9f058db709fc8fc6) Signed-off-by: dependabot[bot] <support@github.com> | |||||
| | * | Create Dependabot config file | 2020-11-29 | 1 | -0/+8 | ||
| | | | ||||||
| | * | Don't format in build script | 2020-11-29 | 1 | -8/+0 | ||
| | | | | | | | | | | | We let CI catch unformatted code and let users run fmt in the best way for them | |||||
| * | | zig master updates | 2021-01-10 | 9 | -32/+32 | ||
| |/ | ||||||
| * | Support all arguments after -- being positionals | 2020-11-21 | 1 | -78/+106 | ||
| | | ||||||
| * | Fix spelling error | 2020-11-21 | 1 | -1/+1 | ||
| | | ||||||
| * | Merge branch 'master' into zig-master | 2020-11-21 | 2 | -9/+271 | ||
| |\ | ||||||
| | * | Implement ShellIterator | 2020-11-21 | 1 | -0/+262 | ||
| | | | | | | | | | fixes #30 | |||||
| | * | Run CI on PR | 2020-11-16 | 1 | -1/+4 | ||
| | | | ||||||
| | * | Update ci | 2020-11-10 | 1 | -8/+5 | ||
| | | | ||||||
| * | | Merge branch 'master' into zig-master | 2020-11-10 | 6 | -77/+26 | ||
| |\| | ||||||
| | * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 6 | -77/+26 | ||
| | | | ||||||
| | * | Update ci to use 0.7.0 | 2020-11-10 | 1 | -2/+2 | ||
| | | | ||||||
| * | | Update ci to use 0.7.0 | 2020-11-10 | 1 | -2/+2 | ||
| |/ | ||||||
| * | Merge branch 'master' into zig-master | 2020-11-10 | 3 | -2/+6 | ||
| |\ | ||||||
| | * | Better parseParam | 2020-11-10 | 6 | -212/+150 | ||
| | | | ||||||
| | * | Improve Diagnostic error message reporting | 2020-11-03 | 4 | -32/+107 | ||
| | | | ||||||
| | * | Report error context in Diagnostic (#26) | 2020-11-02 | 8 | -58/+167 | ||
| | | | ||||||
| | * | adjust examples, README template | 2020-09-06 | 6 | -21/+37 | ||
| | | | ||||||
| | * | reverse the order of these | 2020-09-06 | 1 | -9/+9 | ||
| | | | ||||||
| | * | fix up | 2020-09-06 | 2 | -7/+10 | ||
| | | | ||||||
| | * | add documentation to Values enum | 2020-09-06 | 1 | -0/+1 | ||
| | | | ||||||
| | * | separate options into single and multiple | 2020-09-06 | 1 | -25/+35 | ||
| | | | | | | | | | This avoids allocations if you never use multiple arguments. | |||||
| | * | parse and validate multiple option | 2020-09-06 | 3 | -52/+111 | ||
| | | | ||||||
| | * | parse multiple options | 2020-09-06 | 2 | -9/+26 | ||
| | | | ||||||
| | * | Fix expected type error on 32 bit systems | 2020-08-15 | 3 | -8/+11 | ||
| | | | | | | | | | fixes #23 | |||||
| | * | Create FUNDING.yml | 2020-06-17 | 1 | -0/+1 | ||
| | | | ||||||
| * | | Better parseParam | 2020-11-10 | 6 | -212/+150 | ||
| | | | ||||||
| * | | Improve Diagnostic error message reporting | 2020-11-03 | 4 | -32/+107 | ||
| | | | ||||||
| * | | Replace `var` with `anytype` | 2020-11-02 | 2 | -2/+2 | ||
| | | | ||||||
| * | | Report error context in Diagnostic (#26) | 2020-11-02 | 8 | -58/+167 | ||
| | | | ||||||
| * | | use null sentinel in OsIterator (#27) | 2020-11-01 | 1 | -2/+2 | ||
| | | | ||||||
| * | | adjust examples, README template | 2020-08-28 | 5 | -24/+40 | ||
| | | | ||||||
| * | | reverse the order of these | 2020-08-28 | 1 | -9/+9 | ||
| | | | ||||||
| * | | fix up | 2020-08-28 | 2 | -7/+10 | ||
| | | | ||||||
| * | | add documentation to Values enum | 2020-08-28 | 1 | -0/+1 | ||
| | | | ||||||
| * | | separate options into single and multiple | 2020-08-28 | 1 | -25/+35 | ||
| | | | | | | | | | This avoids allocations if you never use multiple arguments. | |||||
| * | | parse and validate multiple option | 2020-08-28 | 3 | -52/+111 | ||
| | | | ||||||
| * | | parse multiple options | 2020-08-28 | 2 | -9/+26 | ||
| | | | ||||||