Skip to content

0.4.0#15

Merged
xxshady merged 24 commits intomainfrom
0.4.0
Feb 7, 2025
Merged

0.4.0#15
xxshady merged 24 commits intomainfrom
0.4.0

Conversation

@xxshady
Copy link
Copy Markdown
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