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

Replace mmap code with Qt's implementation. #27

Merged
merged 1 commit into from
Feb 18, 2024

Conversation

agatti
Copy link
Contributor

@agatti agatti commented Feb 15, 2024

Description

Remove per-platform mmap code in favour of using Qt's implementation.

Affected area(s)

  • Core
  • GUI
  • Tests

Changes type

  • Bug fix
  • Migration
  • New feature
  • Feature rework

src/Core/Utils/MemoryMap.h Fixed Show fixed Hide fixed
src/Core/Utils/MemoryMap.h Fixed Show fixed Hide fixed
@agatti
Copy link
Contributor Author

agatti commented Feb 15, 2024

Apologies for the errors, I don't have a windows or macOS machine here to test - I assumed things were fine. I'll force-push a fixed version shortly.

Signed-off-by: Alessandro Gatti <a.gatti@frob.it>
Copy link
Member

@DorianBDev DorianBDev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No problem for the errors! We'll have room for deeper tests before nightly release of the next version, since I don't have a mac either. Thanks for the PR, always good to see old-and-ugly things getting refreshed 😃

@DorianBDev DorianBDev added the enhancement New feature or request label Feb 18, 2024
@DorianBDev DorianBDev merged commit 1513018 into DegateCommunity:develop Feb 18, 2024
5 checks passed
@agatti agatti deleted the mmap_cleanup branch March 21, 2024 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants