Hermes 0.5.0-beta
Pre-release
Pre-release
ChristopherHogan
released this
06 Apr 15:13
·
1815 commits
to master
since this release
What's Changed
New Features
- Add hermes::api::GetVersion by @ChristopherHogan in #395
- Add CMake variables
HERMES_ENABLE_STDIO_ADAPTER
,HERMES_ENABLE_POSIX_ADAPTER
, andHERMES_ENABLE_MPIIO_ADAPTER
for more fine-grained control of which adapters get built by @ChristopherHogan in #394
Bug Fixes
- Support platforms and filesystems that don't have
O_TMPFILE
by @ChristopherHogan in #389 - Link adapters with stdc++fs. by @hyoklee in #369 and @ChristopherHogan in #399.
- Fix uninitialized memory read in VFD by @ChristopherHogan in #374
- Fix integer overflow in BufferPool by @ChristopherHogan in #377
Other Changes
- Move docker files to folder and add CI step to publish docker images by @ChristopherHogan in #367
- Remove
-Werror
from default build flags by @ChristopherHogan in #380 - Install sample
hermes.conf
file in<prefix>/share/hermes_sample.conf
by @ChristopherHogan in #396 - Improvements to the spack package by @hyoklee
Full Changelog: v0.4.0-beta...v0.5.0-beta