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
Optimize include time, push definitions to object files (#1774)
* WIP: Remove std::variant from public headers
* Fix compile time and size
* Fix tests
* Fixes
* Add loadChunkVariant again
* Move load/storeChunk implementations to object file
* Properly deactivate test
* Fixes for old compilers
* Move Memory.hpp implementations to .cpp
* Move UniquePtr implementation to .cpp file
* Move BaseRecord helpers to .cpp implementation file
* Fixes
* Move the rest of BaseRecord to .cpp
* Fix UniquePtr stuff
* Begin moving Container methods to .cpp
* Continue with that
* Finish moving Container implementation to cpp
* CI fixes, cleanup
* Implement Variant::index()
* Cleanup
* Doxygen
* @doxygen stop it
* CI fixes
0 commit comments