-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Resolving conflicts with @raymanfx upsteam and adding @anatawa12 changes and an offset fix. #1
base: mplane
Are you sure you want to change the base?
Commits on Apr 26, 2023
-
Really print the format in use in Readme (raymanfx#70)
Actually print the format in use when saying so instead of printing the requested format.
Configuration menu - View commit details
-
Copy full SHA for 023ba70 - Browse repository at this point
Copy the full SHA 023ba70View commit details
Commits on May 7, 2023
-
Bump minor versions and push to crates.io Signed-off-by: Christopher N. Hesse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for cf6d412 - Browse repository at this point
Copy the full SHA cf6d412View commit details -
sys: Remove deprecated unaligned_references lint
Signed-off-by: Christopher N. Hesse <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 1ca7ff1 - Browse repository at this point
Copy the full SHA 1ca7ff1View commit details
Commits on May 12, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 867d9b1 - Browse repository at this point
Copy the full SHA 867d9b1View commit details
Commits on Nov 9, 2023
-
CI throws an `clippy::bad_bit_mask` that has been fixed in `bitflags 2` [1], and it is always a good idea to stay up to date with the latest crate releases. The major change is an internal restructuring into _two_ types, that require the user to now re-expose default traits implemented on the inner type to the outer type by `#[derive]`'ing them. [1]: bitflags/bitflags#373
Configuration menu - View commit details
-
Copy full SHA for 26d203a - Browse repository at this point
Copy the full SHA 26d203aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7976fed - Browse repository at this point
Copy the full SHA 7976fedView commit details
Commits on Nov 10, 2023
-
Avoid extra ioctl by allowing control query by description (raymanfx#62)
* refactor to avoid extra ioctl remove old control getter * fix doc link and clippy lint * inline format args to please our pedantic overlords * Add missing backticks around intradoc link * Revert "inline format args to please our pedantic overlords" This reverts commit 8ba7d19. * Drop unneeded `control_from_id()` The new implementation of `control()` takes a `&Description` directly, and callers have enough means to get that `Description` such that we shouldn't cater to the "slower" use-case of letting `libv4l-rs` query it again. --------- Co-authored-by: Marijn Suijten <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for dfbb778 - Browse repository at this point
Copy the full SHA dfbb778View commit details -
Merge pull request raymanfx#79 from MarijnS95/bitflags-2
Upgrade to `bitflags 2`
Configuration menu - View commit details
-
Copy full SHA for 83df458 - Browse repository at this point
Copy the full SHA 83df458View commit details -
Retain instead of truncate unknown flags when converting to
bitflags
(raymanfx#80) `bitflags` intrinsically supports holding unknown flag values, and pretty-printing a non-zero hex code if there are any. This should make our conversion functions lossless and allow us/users to more easily spot new, unsupported constants.
Configuration menu - View commit details
-
Copy full SHA for 0394443 - Browse repository at this point
Copy the full SHA 0394443View commit details
Commits on Dec 1, 2023
-
Add dependabot configuration to GitHub CI (raymanfx#82)
Let dependabot suggest dependency upgrades in `Cargo.toml` and the GitHub Actions CI scripts so that we don't forget / miss out on them.
Configuration menu - View commit details
-
Copy full SHA for c85ecb2 - Browse repository at this point
Copy the full SHA c85ecb2View commit details -
build(deps): bump actions/checkout from 2 to 4 in /.github/workflows (r…
…aymanfx#84) Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 63755ad - Browse repository at this point
Copy the full SHA 63755adView commit details -
build(deps): update jpeg-decoder requirement from 0.2.1 to 0.3.0 (ray…
…manfx#85) Updates the requirements on [jpeg-decoder](https://github.com/image-rs/jpeg-decoder) to permit the latest version. - [Changelog](https://github.com/image-rs/jpeg-decoder/blob/master/CHANGELOG.md) - [Commits](image-rs/jpeg-decoder@v0.2.1...v0.3.0) --- updated-dependencies: - dependency-name: jpeg-decoder dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 21d6b20 - Browse repository at this point
Copy the full SHA 21d6b20View commit details
Commits on Dec 2, 2023
-
build(deps): update bindgen requirement from 0.65.1 to 0.69.1 (rayman…
…fx#87) Updates the requirements on [bindgen](https://github.com/rust-lang/rust-bindgen) to permit the latest version. - [Release notes](https://github.com/rust-lang/rust-bindgen/releases) - [Changelog](https://github.com/rust-lang/rust-bindgen/blob/main/CHANGELOG.md) - [Commits](rust-lang/rust-bindgen@v0.65.1...v0.69.1) --- updated-dependencies: - dependency-name: bindgen dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 6a6017b - Browse repository at this point
Copy the full SHA 6a6017bView commit details
Commits on Dec 21, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e0675fd - Browse repository at this point
Copy the full SHA e0675fdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 527ae5b - Browse repository at this point
Copy the full SHA 527ae5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4a28432 - Browse repository at this point
Copy the full SHA 4a28432View commit details