summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add compatibility code between zig 0.12 and 0.130.9.1release-0.9.1Gravatar jinzhongjia2024-07-052-1/+7
| | | | | The newest version of zig-clap can easily support both 0.12 and 0.13 zig versions with just a few lines of code
* Update to latest zig0.9.0Gravatar Techatrix2024-06-161-4/+4
| | | | | | See https://github.com/ziglang/zig/pull/19847 Compatibility with Zig 0.13.0 remains unchanged
* Add installation instructions to READMEGravatar 12ball2024-06-092-0/+30
|
* gitignore: Add new zig-cache folderGravatar Jimmi Holst Christensen2024-05-311-1/+1
|
* Update for latest zigGravatar Beyley Thomas2024-05-301-1/+1
|
* Use b.path instead of manually setting the fieldsGravatar Jimmi Holst Christensen2024-05-161-3/+3
|
* Updated `build.zig` to support Zig 0.13.0-dev.211+6a65561e3Gravatar Brook J2024-05-161-3/+3
|
* Remove zig.mod0.8.0Gravatar Jimmi Holst Christensen2024-04-211-5/+0
|
* Arguments: Ensure no member of `fields` is undefinedGravatar Jimmi Holst Christensen2024-03-301-2/+9
| | | | related #122
* Updated to latest zigGravatar Benoit Giannangeli2024-03-121-1/+1
|
* LICENSE: Remove yearGravatar Jimmi Holst Christensen2024-02-241-1/+1
|
* cicd: Only depend on major versionsGravatar Jimmi Holst Christensen2024-02-022-3/+3
|
* Remove gyro.zzzGravatar Jimmi Holst Christensen2024-02-021-14/+0
| | | | Gyro is dead. Rest in peace.
* Update to latest version of zigGravatar Jimmi Holst Christensen2024-01-092-2/+8
|
* Update to latest masterGravatar Krzysztof Wolicki2024-01-051-5/+5
|
* Add autodoc websiteGravatar Abhinav Gupta2024-01-023-0/+61
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* Remove the default allocator from `ParseOptions`Gravatar Jimmi Holst Christensen2023-12-136-10/+41
| | | | fixes #111
* Fix short only params not getting fields in `Arguments`Gravatar Jimmi Holst Christensen2023-11-161-10/+11
| | | | fixes #84
* Add build.zig.zon (#108)Gravatar Taegon Kim2023-11-101-0/+5
|
* parsers: Add extra tests to `clap.parsers.int`Gravatar Jimmi Holst Christensen2023-09-101-0/+7
|
* parsers: Actually add some documentation to these functionsGravatar Jimmi Holst Christensen2023-09-101-2/+10
|
* Update to latest zig (4d7dd1689)0.7.0Gravatar Marcus Wågberg2023-08-031-1/+1
|
* Update to latest zigGravatar Jimmi Holst Christensen2023-06-271-12/+12
|
* Update to latest zigGravatar Jimmi Holst Christensen2023-06-221-2/+2
|
* Update to latest version of zigGravatar Jimmi Holst Christensen2023-06-181-1/+1
|
* help,usage: Support multiple positionals (#97)Gravatar Andreas Herrmann2023-06-151-16/+43
|
* ci: Disable ReleaseSmall buildsGravatar Komari Spaghetti2023-04-171-1/+1
|
* Update to newest version of zigGravatar Jimmi Holst Christensen2023-04-141-4/+6
|
* Count occurrences of flags (was "Add .count type for flags") (#96)Gravatar Devin J. Pohly2023-04-027-13/+31
| | | | | | | | | | | | Breaking change: parseEx now counts the number of occurrences of flag parameters (those with takes_value == .none) and returns the count as a u8. Users of the library will need to change if (arg_result.my_flag) to if (arg_result.my_flag != 0)
* Update build script to actually run the testsGravatar Jimmi Holst Christensen2023-03-201-1/+1
|
* Update to newest version of zigGravatar Jimmi Holst Christensen2023-03-191-15/+20
|
* build: use new addModule() API which now returns a ModuleGravatar Travis Staloch2023-03-061-2/+2
|
* Mode addModule to the topGravatar Jimmi Holst Christensen2023-03-011-2/+2
|
* Delete dependabot.yml. We don't have dependeciesGravatar Jimmi Holst Christensen2023-02-281-8/+0
|
* build: expose 'clap' module for dependeees (#92)Gravatar travisstaloch2023-02-261-0/+2
| | | Co-authored-by: Andrew Kelley <andrew@ziglang.org>
* chore: update to latest masterGravatar Rekai Musuka2023-02-221-2/+2
| | | | update to follow latest for loop syntax
* ci: Rename release to optimizeGravatar Jimmi Holst Christensen2023-02-061-2/+2
|
* use new syntax for optimizationsGravatar Mike Rivnak2023-02-061-2/+2
|
* Update to latest version of zigGravatar Jimmi Holst Christensen2023-02-051-12/+15
|
* Fix misspelled thingsGravatar Jimmi Holst Christensen2023-01-124-13/+13
|
* year++Gravatar Jimmi Holst Christensen2023-01-041-1/+1
|
* Update to latest Zig masterGravatar Jakub Konka2022-12-201-4/+4
| | | | Rename `builtin.Struct.field_type` to `builtin.Struct.type`.
* Fix cicdGravatar Jimmi Holst Christensen2022-12-091-1/+1
|
* Update to newest version of zigGravatar Jimmi Holst Christensen2022-12-092-3/+0
|
* Handle change to std.ArrayList(T).toOwnedSlice()Gravatar Rekai Musuka2022-12-011-3/+3
| | | | toOwnedSlice() now returns an error union
* Workaround stage2 bugGravatar Jimmi Holst Christensen2022-11-221-1/+3
|
* Don't iterate all configs in build scriptGravatar Jimmi Holst Christensen2022-11-152-22/+12
| | | | Instead, cicd will now have a job for every configuration
* Bump goto-bus-stop/setup-zig from 1.3.0 to 2.0.1Gravatar dependabot[bot]2022-11-081-2/+2
| | | | | | | | | | | | | | | Bumps [goto-bus-stop/setup-zig](https://github.com/goto-bus-stop/setup-zig) from 1.3.0 to 2.0.1. - [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.3.0...v2.0.1) --- updated-dependencies: - dependency-name: goto-bus-stop/setup-zig dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* 0.6.00.6.0Gravatar Jimmi Holst Christensen2022-11-011-1/+1
|
* Fix regression from last commitGravatar Jimmi Holst Christensen2022-10-031-11/+14
|