v1.1.4
What's Changed
- Use aligned delete to match aligned new by @AnyOldName3 in #1178
- Improved vsg::Allocator alignment. by @robertosfield in #1180
- Support other affinities for the STL allocator adapter by @AnyOldName3 in #1179
- Added VSG_API_VERSION_LESS and VSG_API_VERSION_GREATER_EQUAL macros to help with version conditional code paths by @robertosfield in #1185
- Actually use the builder cache by @AnyOldName3 in #1183
- Set version to 1.1.4 so I can do feature test macros for physics allocator affinity by @AnyOldName3 in #1186
- Fix button value in ButtonPressEvent and ButtonReleaseEvent when doub… by @Mikalai in #1191
- Ci yml revisions by @robertosfield in #1194
- Renamed ArrayState::clone() to ArrayState::cloneArrayState() to fix gcc 13 warnings. by @robertosfield in #1196
Full Changelog: v1.1.3...v1.1.4