Skip to content

v2.5.2

Latest
Compare
Choose a tag to compare
@SoapZA SoapZA released this 20 Jun 19:57
· 7 commits to master since this release
  • 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"))).
  • Fix c/C parsing
  • Support B-type arrays