You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fixed multiple compilations issues, compiles cleanly with GCC 11 and Clang 12
Cleaned up codebase. Because constructors become trivial, the ABI changed, necessitating a SONAME bump.
Hidden visibility support on Unix. If you relied on being able to link to implementation details, this will fail now due to internal classes being marked with __attribute__((visibility("hidden"))).