Skip to content
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

Open
wants to merge 16 commits into
base: mplane
Choose a base branch
from

Commits on Apr 26, 2023

  1. 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.
    apbr authored Apr 26, 2023
    Configuration menu
    Copy the full SHA
    023ba70 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. sys: Bump bindgen to 0.65.1

    Bump minor versions and push to crates.io
    
    Signed-off-by: Christopher N. Hesse <[email protected]>
    raymanfx committed May 7, 2023
    Configuration menu
    Copy the full SHA
    cf6d412 View commit details
    Browse the repository at this point in the history
  2. sys: Remove deprecated unaligned_references lint

    Signed-off-by: Christopher N. Hesse <[email protected]>
    raymanfx committed May 7, 2023
    Configuration menu
    Copy the full SHA
    1ca7ff1 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2023

  1. v4l: 0.14.0

    Signed-off-by: Christopher N. Hesse <[email protected]>
    raymanfx committed May 12, 2023
    Configuration menu
    Copy the full SHA
    867d9b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Upgrade to bitflags 2

    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
    MarijnS95 committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    26d203a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7976fed View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. 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]>
    donkeyteethUX and MarijnS95 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    dfbb778 View commit details
    Browse the repository at this point in the history
  2. Merge pull request raymanfx#79 from MarijnS95/bitflags-2

    Upgrade to `bitflags 2`
    MarijnS95 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    83df458 View commit details
    Browse the repository at this point in the history
  3. 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.
    MarijnS95 authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    0394443 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. 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.
    MarijnS95 authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    c85ecb2 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    63755ad View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    21d6b20 View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. 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>
    dependabot[bot] authored Dec 2, 2023
    Configuration menu
    Copy the full SHA
    6a6017b View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Configuration menu
    Copy the full SHA
    e0675fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    527ae5b View commit details
    Browse the repository at this point in the history
  3. Adding offset

    Type1J committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    4a28432 View commit details
    Browse the repository at this point in the history