Skip to content

VecMem Beta 0.19.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@krasznaa krasznaa released this 10 Oct 12:00
· 218 commits to main since this release
0db4705

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

  • Introduced the VECMEM_USE_SYSTEM_LIBS configuration flag for controlling whether all externals should be taken from the system, or be built by VecMem by default;
    • Individual choices through the previously existing configuration variables is still possible, and the default build behaviour didn't change;
  • Made it possible to correctly handle jagged vector buffers (in all situations) through the vecmem::data::jagged_vector_view interface;
    • Eliminating the need in client code to declare separate interfaces for receiving either a view or a buffer object.