Skip to content

VecMem Beta 0.4.0

Pre-release
Pre-release

Choose a tag to compare

@krasznaa krasznaa released this 29 Sep 09:46
f119d40

Release including the following updates since v0.3.0:

  • Added support for building the project on Windows (10) with MSVC;
    • Made it possible to use the oneAPI Windows installation as well;
  • Added more support for macOS builds;
    • Disabled a warning from the internal GoogleTest build, only showing up on macOS;
    • Provided some std::pmr functions that libc++ does not provide at the moment;
  • Made it possible to use vecmem::static_array objects as constexpr objects;
  • Fixed a bug in how vecmem::binary_page_memory_resource would de-allocate memory;
  • Extended the (CI) tests to more platforms and more use cases.