Skip to content

EnTT v3.3.2

Compare
Choose a tag to compare
@skypjack skypjack released this 07 Mar 17:46
· 5064 commits to master since this release

Changelog:

  • sparse_set:
    • Removed copy ctor/assignment operator.
  • registry:
    • Fixed a bug that involved late group initialization.
  • Added an experimental workflow to automate the update of homebrew-entt (deploy.yml, --dry-run mode).
  • Updated build system (install process).

The documentation is up-to-date and the library is battle-tested with 100% coverage as usual.
I've also updated the section EnTT in Action with more and more examples and links.

The long term process to reduce the number of instantiations and therefore speed up the compilation continues.
This release contains some changes in this regard. Still a work in progress though.