Skip to content

VecMem Beta 0.24.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krasznaa krasznaa released this 29 Mar 11:14
· 143 commits to main since this release
89e9fc3

Release including the following update(s) since v0.23.0:

  • Introduced tests to make sure that all public headers in the project can be included on their own;
    • Fixed some minor cases where this was not true until now;
  • Made the project build without warnings when using -Wconversion with current GCC / Clang versions;
  • Changed the API of the constructors of vecmem::data::vector_buffer and vecmem::data::jagged_vector_buffer, to hopefully be a bit less error-prone.