GreemDev / Ryujinx

Experimental Switch emulator written in C#
MIT License
57 stars 8 forks source link

nuget: bump UnicornEngine.Unicorn from 2.0.2-rc1-fb78016 to 2.1.0 #8

Open dependabot[bot] opened 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps UnicornEngine.Unicorn from 2.0.2-rc1-fb78016 to 2.1.0.

Release notes

Sourced from UnicornEngine.Unicorn's releases.

Version v2.1.0

It has been a while since the last release, and 2.1.0 brings several exciting features. Below is the changelog from the latest to the oldest (though not strictly).

Highlights

  • Revive QEMU logs, now we have -DUNICORN_LOGGING=yes to enable all qemu logs. @​BitMaskMixer
  • Faster (up to 40x) write performance by not always doing store_helper and cleaning page locks. @​tunz @​boborjan2
  • Brand new python bindings, with strongly typed and many improvements. @​elicn
  • Fix to a long-standing MinGW random segfault bug.
  • We bring python2 compatibility back.
  • We now fully support M1, both building and a pre-built wheel.
  • We support snapshot memory now, with a very low overhead copy-on-write fashion. @​PhilippTakacs
  • An option to bypass MMU is also added, check our FAQ. @​PhilippTakacs
  • A brand new (and modern) java bindings. We are also working to publish it to maven. @​nneonneo
  • We have zig integrated. @​kassane @​atipls
  • Now Unicorn no longer allocates 2GB memory for every instance. The memory will be only committed once used and the upper limit can be adjusted with uc_ctl.
  • New DotNet binding, with published to both Github and Nuget. @​TSRBerry
  • The release will attach all binaries, thanks to @​marameref

Fixes & Improvements

New Contributors

... (truncated)

Changelog

Sourced from UnicornEngine.Unicorn's changelog.

This file details the changelog of Unicorn Engine.


[Version 2.1.1]: Sept 26th, 2024

This is a small release to fix a few urgent issues.

  • Remove pkg_resources usage
  • Fix wheels distribution for x86_64 macos
  • Fix redundant wheel hacks
  • Support musllinux distribution

[Version 2.1.0]: Sept 22nd, 2024

It has been a while since the last release, and 2.1.0 brings several exciting features. Below is the changelog from the latest to the oldest (though not strictly).

Highlights

  • Revive QEMU logs, now we have -DUNICORN_LOGGING=yes to enable all qemu logs. @​BitMaskMixer
  • Faster (up to 40x) write performance by not always doing store_helper and cleaning page locks. @​tunz @​boborjan2
  • Brand new python bindings, with strongly typed and many improvements. @​elicn
  • Fix to a long-standing MinGW random segfault bug.
  • We bring python2 compatibility back.
  • We now fully support M1, both building and a pre-built wheel.
  • We support snapshot memory now, with a very low overhead copy-on-write fashion. @​PhilippTakacs
  • An option to bypass MMU is also added, check our FAQ. @​PhilippTakacs
  • A brand new (and modern) java bindings. We are also working to publish it to maven. @​nneonneo
  • We have zig integrated. @​kassane @​atipls
  • Now Unicorn no longer allocates 2GB memory for every instance. The memory will be only committed once used and the upper limit can be adjusted with uc_ctl.
  • New DotNet binding, with published to both Github and Nuget. @​TSRBerry
  • The release will attach all binaries, thanks to @​marameref

Fixes & Improvements

New Contributors

... (truncated)

Commits


Dependabot compatibility score

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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 2 weeks ago

Dependabot tried to add @TSRBerry as a reviewer to this PR, but received the following error from GitHub:

POST https://api.github.com/repos/GreemDev/Ryujinx/pulls/8/requested_reviewers: 422 - Reviews may only be requested from collaborators. One or more of the users or teams you specified is not a collaborator of the GreemDev/Ryujinx repository. // See: https://docs.github.com/rest/pulls/review-requests#request-reviewers-for-a-pull-request
dependabot[bot] commented 2 weeks ago

The following labels could not be found: infra.