Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: parallaxsecond/rust-cryptoki
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: parallaxsecond/rust-cryptoki
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cryptoki-0.2.x
Choose a head ref
  • 7 commits
  • 14 files changed
  • 1 contributor

Commits on Feb 10, 2022

  1. Bump bindgen for version 0.2.x of crate

    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    4fcb6ed View commit details
    Browse the repository at this point in the history
  2. 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 <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    ac94445 View commit details
    Browse the repository at this point in the history
  3. Fix script comment

    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    a4eb1d6 View commit details
    Browse the repository at this point in the history
  4. 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 <ionut.mihalcea@arm.com>
    Co-authored-by: Anton Antonov <anton.antonov@arm.com>
    
    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    3368715 View commit details
    Browse the repository at this point in the history
  5. Add aarch64-apple-darwin target bindings

    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    40b609b View commit details
    Browse the repository at this point in the history
  6. Add MacOS targets to testing

    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    67b0199 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Bump version numbers for cryptoki v0.2.1

    Signed-off-by: Ionut Mihalcea <ionut.mihalcea@arm.com>
    ionut-arm committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    9dbf06a View commit details
    Browse the repository at this point in the history
Loading