Skip to content

1.4.0

Compare
Choose a tag to compare
@iboB iboB released this 09 Mar 06:24
· 239 commits to master since this release
v1.4.0
0a78e97
  • Reorganized headers (dynamix.hpp is kept for compatibility)
  • Added type classes
  • Don't require typeid if mixin name is provided as a feature
  • Improved CMake scripts to not impose anything (useful when using the lib as a submodule or package)
  • Reduced size of object type info
  • Metrics are always on
  • Added clang-format
  • Minor optimization when getting mixin type infos
  • Static assert to validate default implementation signature
  • MSVC: Fixed __desclspec exports
  • Fixed UB from using pointers as counters