VecMem Beta 0.4.0
Pre-release
Pre-release
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::pmrfunctions thatlibc++does not provide at the moment;
- Made it possible to use
vecmem::static_arrayobjects asconstexprobjects; - Fixed a bug in how
vecmem::binary_page_memory_resourcewould de-allocate memory; - Extended the (CI) tests to more platforms and more use cases.