| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: Always access using full namespace | 2024-10-22 | 1 | -11/+4 | |
| | | | | | This is my new preferred style of programming Zig :) | ||||
| * | Refactor the ArgIterator interface | 2022-01-31 | 1 | -311/+5 | |
| | | | | | | | | | | They now follow the interface provided by the standard library. This now means that we no longer needs `args.OsIterator` as that the one from `std` can now be used directly. Also remove `args.ShellIterator` as a simular iterator exists in `std` called `ArgIteratorGeneral`. | ||||
| * | Update usage of process.ArgIterator to be inline with newest zig | 2021-12-29 | 1 | -1/+1 | |
| | | | | | | Also add windows CI, as this compiler error was only triggered on windows builds | ||||
| * | zig master updates: allocator changes (#60) | 2021-12-06 | 1 | -5/+5 | |
| | | |||||
| * | Fix regression in last commit | 2021-10-11 | 1 | -1/+0 | |
| | | | | | | The importing of builtin was already fixed, so the latest commit applied this fix again, which caused problems | ||||
| * | zig master updates | 2021-10-11 | 1 | -0/+1 | |
| | | |||||
| * | Fix uses of builtin | 2021-10-09 | 1 | -1/+1 | |
| | | |||||
| * | Fix all new compiler errors from zig master | 2021-06-24 | 1 | -0/+1 | |
| | | |||||
| * | Stay under 100 chars per line in all the code | 2021-06-24 | 1 | -1/+6 | |
| | | |||||
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -43/+43 | |
| | | |||||
| * | Fix spelling error | 2020-11-21 | 1 | -1/+1 | |
| | | |||||
| * | Implement ShellIterator | 2020-11-21 | 1 | -0/+262 | |
| | | | | | fixes #30 | ||||
| * | Improve Diagnostic error message reporting | 2020-11-03 | 1 | -1/+1 | |
| | | |||||
| * | use null sentinel in OsIterator (#27) | 2020-11-01 | 1 | -2/+2 | |
| | | |||||
| * | update for latest zig | 2020-03-01 | 1 | -2/+2 | |
| | | |||||
| * | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| | | |||||
| * | Breaking: OsIterator will now get the exe on init | 2019-11-09 | 1 | -2/+10 | |
| | | |||||
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -0/+71 | |