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

Bump bindgen for version 0.2.x of crate #82

Merged
merged 6 commits into from
Feb 10, 2022

Commits on Feb 4, 2022

  1. Bump bindgen for version 0.2.x of crate

    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 4, 2022
    Configuration menu
    Copy the full SHA
    bb27a36 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2022

  1. Add new bindings and regeneration script

    A new script is added to aid the regeneration of bindings whenever the
    bindgen version is changed, along with the bindings produced with
    bindgen v0.59.2.
    
    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 8, 2022
    Configuration menu
    Copy the full SHA
    59173d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. Fix script comment

    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    557334e View commit details
    Browse the repository at this point in the history
  2. Update script and MacOS bindings

    Update the script to make it shell-compliant. Update the MacOS Darwin bindings,
    and change bindings OS name from `unknown` to `apple`. Add this target to the
    list supported by the script.
    Update the `build.rs` file to use correct `bindgen` methods.
    
    Co-authored-by: Ionut Mihalcea <[email protected]>
    Co-authored-by: Anton Antonov <[email protected]>
    
    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    71b7b7c View commit details
    Browse the repository at this point in the history
  3. Add aarch64-apple-darwin target bindings

    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    59f71f9 View commit details
    Browse the repository at this point in the history
  4. Add MacOS targets to testing

    Signed-off-by: Ionut Mihalcea <[email protected]>
    ionut-arm committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    de50c95 View commit details
    Browse the repository at this point in the history