Traverse-Research / ispc-downsampler

Image downsampler using a Lanczos filter implemented in ISPC
Other
11 stars 1 forks source link

Update ispc_compile requirement from 1.1 to 2.0 #18

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Updates the requirements on ispc_compile to permit the latest version.

Release notes

Sourced from ispc_compile's releases.

2.0.0

Breaking Changes

  • compile: Upgrade to bindgen 0.61 and use Builder with Clone by @​MarijnS95 in Twinklebear/ispc-rs#22
    • API Change: You can now pass a bindgen::Builder directly to the ispc::Config instead of having to pass the ispc::BindgenOptions. This allows applications to set any options supported by bindgen as needed for their use case, however some care should be taken to not break the bindings being generated. If builds start to fail after adding some bindgen options, they may be conflicting or introducing some error to the binding generation step.

Key Changes

  • Make Config::compile not have side effects on the Config (5dbda317dbb009ee29c0bff81acdc98f1b5dbf9f).
    • API Change: The Config will no longer save internal state about a specific library compilation, allowing a single Config to be created and used to compile multiple libraries that share the same build options. This will likely not break existing code, but will allow applications to potentially simplify their build scripts by re-using Configs, so I want to highlight it here in the release notes.

What's Changed

Thanks @​MarijnS95 !

Full Changelog: https://github.com/Twinklebear/ispc-rs/compare/1.1.0...2.0.0

Commits
  • babc5a7 Bump to 2.0 for API breaking changes
  • 5dbda31 Make Config::compile not have side-effects
  • 9ff8b99 Update info in ddvol example
  • 3878bf3 fix clippy failure found by weekly job
  • 3bf7b45 Merge branch 'MarijnS95-clippy'
  • 4e03c27 Fix additional clippy warnings
  • 26d8d2e Merge branch 'clippy' of github.com:MarijnS95/ispc-rs into MarijnS95-clippy
  • ec149c6 Add safety docs sections to unsafe functions
  • 0d5425a Run CI on a schedule every Mon at 00:00
  • 67c26dc Merge pull request #22 from MarijnS95/bindgen-builder-clone
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
dependabot[bot] commented 1 year ago

Looks like ispc_compile is up-to-date now, so this is no longer needed.