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

0.4.0 #15

Merged
merged 24 commits into from
Feb 7, 2025
Merged

0.4.0 #15

merged 24 commits into from
Feb 7, 2025

Conversation

xxshady
Copy link
Owner

@xxshady xxshady commented Feb 7, 2025

Key changes

  • Added std::backtrace support for use in multiple modules both on Windows and Linux, both in unloading mode and without it.
    (on Windows some hooks are needed for backtraces to work correctly in multiple modules (dynamic libraries))
  • relib_host::load_module is now unsafe due to backtrace support on Windows
  • Added before load check (when some dll is already loaded it can't be loaded again, load_module returns error) and final unload check (when some dll failed to unload module.unload() returns error) to Windows
  • Removed backtrace dependency which was used by custom panic hook

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant