| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update to Zig 0.15.0-dev.1147 | 2025-07-21 | 1 | -4/+8 | |
| | | |||||
| * | chore: Update setup-zig to v2 | 2025-05-07 | 1 | -4/+4 | |
| | | |||||
| * | doc: Don't autogenerate the README | 2025-03-27 | 1 | -32/+0 | |
| | | |||||
| * | docs: Add subcommand example | 2024-10-24 | 1 | -1/+3 | |
| | | |||||
| * | refactor: Always access using full namespace | 2024-10-22 | 1 | -2/+2 | |
| | | | | | This is my new preferred style of programming Zig :) | ||||
| * | Update to newest version of zig | 2024-07-17 | 1 | -1/+1 | |
| | | |||||
| * | Update for latest zig | 2024-05-30 | 1 | -1/+1 | |
| | | |||||
| * | Use b.path instead of manually setting the fields | 2024-05-16 | 1 | -3/+3 | |
| | | |||||
| * | Updated `build.zig` to support Zig 0.13.0-dev.211+6a65561e3 | 2024-05-16 | 1 | -3/+3 | |
| | | |||||
| * | Update to latest master | 2024-01-05 | 1 | -5/+5 | |
| | | |||||
| * | Add autodoc website | 2024-01-02 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This adds a `zig build docs` step that builds the documentation website and writes it to zig-out/docs. It further includes a GitHub Workflow that publishes this website to GitHub Pages. The GitHub Workflow is divided into two jobs: - build: builds the documentation and uploads it - publish: downloads the documentation and publishes it These are separate jobs to minimize permissions available to the build job. This workflow runs on two events: - after every push to master - `workflow_dispatch`: this allows manually running the workflow from its *Actions* page if something went wrong --- **Important pre-merge steps:** If this PR is accepted, the following steps should be taken before merging the PR: 1. Go to **Settings** for the repository 2. Select **Pages** on the left under *Code and automation* 3. Under *Build and deployment* set **Source** to **GitHub Actions** 4. Merge the PR. If the steps are missed, the PR will merge just fine, but the docs job will fail immediately on merge. This can be remedied by following steps 1-3 above, and either adding a new commit on master, or manually firing the workflow from the Actions > API Reference page. | ||||
| * | Update to latest zig (4d7dd1689)0.7.0 | 2023-08-03 | 1 | -1/+1 | |
| | | |||||
| * | Update to newest version of zig | 2023-04-14 | 1 | -4/+6 | |
| | | |||||
| * | Update build script to actually run the tests | 2023-03-20 | 1 | -1/+1 | |
| | | |||||
| * | Update to newest version of zig | 2023-03-19 | 1 | -15/+20 | |
| | | |||||
| * | 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 | |
| | | |||||
| * | build: expose 'clap' module for dependeees (#92) | 2023-02-26 | 1 | -0/+2 | |
| | | | | Co-authored-by: Andrew Kelley <andrew@ziglang.org> | ||||
| * | Update to latest version of zig | 2023-02-05 | 1 | -12/+15 | |
| | | |||||
| * | Update to newest version of zig | 2022-12-09 | 1 | -2/+0 | |
| | | |||||
| * | Don't iterate all configs in build script | 2022-11-15 | 1 | -21/+8 | |
| | | | | | Instead, cicd will now have a job for every configuration | ||||
| * | Fix zig-clap for new default compiler | 2022-08-25 | 1 | -9/+15 | |
| | | | | | | Also enable test suit for both stage 1 and stage 2, to ensure we don't break things for people who haven't switched yet. | ||||
| * | Allow for clap to parse argument values into types | 2022-03-09 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | This changes - `.flag`, `.option`, `.options` and `.positionals` are now just fields you access on the result of `parse` and `parseEx`. - `clap.ComptimeClap` has been removed. - `clap.StreamingClap` is now called `clap.streaming.Clap` - `parse` and `parseEx` now takes a `value_parsers` argument that provides the parsers to parse values. - Remove `helpEx`, `helpFull`, `usageEx` and `usageFull`. They now just expect `Id` to have methods for getting the description and value texts. | ||||
| * | 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 | |
| | | |||||
| * | Merge branch 'master' into zig-master | 2021-10-09 | 1 | -1/+0 | |
| |\ | |||||
| | * | Fix uses of builtin | 2021-10-09 | 1 | -1/+0 | |
| | | | |||||
| | * | Fix all new compiler errors from zig master | 2021-06-24 | 1 | -0/+1 | |
| | | | |||||
| * | | Fix all new compiler errors from zig master | 2021-06-24 | 1 | -0/+1 | |
| | | | |||||
| * | | Build buildscript with latest version of zig | 2021-06-24 | 1 | -1/+1 | |
| |/ | |||||
| * | Update to latest zig in preperation for 0.8.0 | 2021-05-26 | 1 | -14/+4 | |
| | | |||||
| * | Modernize codebase | 2021-05-08 | 1 | -2/+2 | |
| | | | | | | | | | * 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 | ||||
| * | 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 | ||||
| * | Deprecate ComptimeClap in favor of parseExv0.3.0 | 2020-11-10 | 1 | -2/+1 | |
| | | |||||
| * | Merge branch 'master' into zig-master | 2020-11-10 | 1 | -0/+3 | |
| |\ | |||||
| | * | Fix expected type error on 32 bit systems | 2020-08-15 | 1 | -0/+3 | |
| | | | | | | | | | fixes #23 | ||||
| * | | add build step id | 2020-08-22 | 1 | -1/+1 | |
| |/ | |||||
| * | Run zig fmt on buildv0.2.0 | 2020-04-18 | 1 | -0/+3 | |
| | | |||||
| * | Merge branch 'master' into zig-master | 2020-04-18 | 1 | -0/+2 | |
| |\ | |||||
| | * | Add clap.usage | 2020-03-05 | 1 | -0/+2 | |
| | | | |||||
| * | | rebuild readme | 2020-04-11 | 1 | -1/+1 | |
| | | | |||||
| * | | update to latest zig | 2020-04-11 | 1 | -1/+1 | |
| | | | |||||
| * | | update for latest zig | 2020-03-01 | 1 | -1/+1 | |
| | | | |||||
| * | | update for latest zig (varargs is no more) | 2019-12-09 | 1 | -3/+2 | |
| | | | |||||
| * | | update for latest zig | 2019-12-01 | 1 | -1/+1 | |
| |/ | |||||
| * | Add clap.parse as the simplest way of using the lib | 2019-11-27 | 1 | -3/+5 | |
| | | |||||
| * | fmt, mv src/ clap/ and run fmt on build | 2019-10-06 | 1 | -0/+5 | |
| | | |||||
| * | make help message look more like other tools | 2019-08-17 | 1 | -13/+13 | |
| | | |||||
| * | adds parseParam | 2019-08-17 | 1 | -0/+1 | |
| | | | | | a less verbose way of getting a Param(Help). | ||||
| * | Embed examples in README during build | 2019-06-21 | 1 | -0/+27 | |
| | | | | | fixes #11 | ||||