Skip to content

Releases: ess-dmsc/h5cpp

Version 0.0.6

07 Mar 10:04

Choose a tag to compare

v0.0.6

Minor release

Johnny 5 comes alive!

23 Feb 15:05
ab280eb

Choose a tag to compare

Update includes the following:

  • Official support for Windows 10 (regular tests on Jenkins)
  • Improvements & bug fixes for string I/O
  • Stronger exception guarantees for object destruction
  • HDF5 version info functions
  • API documentation follows Sphinx style
  • Better test coverage (>90%)
  • CMake improvements
  • Some bug fixes

Bonus obscure reference of the month:
Johnny 5

First conan-ready release

24 Jan 00:53
ef8ca44

Choose a tag to compare

Some gaps in library API have been filled:

  • Boolean datatype support
  • Soft link creation
  • More convenience functions for operations on Groups
  • More correct node name validation

Improved support for various platforms by:

  • Better CMake support
  • Better Conan support
  • Continuous integration testing for:
    • Centos 7
    • Debian 9
    • Fedora 25
    • Ubuntu 16.04
    • Ubuntu 17.10
    • macOS

Third alpha release

24 Nov 16:41

Choose a tag to compare

  • Error handling interface that forwards the HDF5 error stack with C++11 nested exceptions
  • Install configuration for MacOSX
  • Support for Centos7, Fedora25, Ubuntu 16.04
  • Recursive iterators for links and nodes
  • h5cpp package provides info about MPI, VDS and SWMR support via CMake variables
  • Additional wrappers for Attribute, Dataset and Group creation

v0.0.2

15 Nov 17:57
f166056

Choose a tag to compare

Second alpha release. New features include tentative implementations for:

  • MPI
  • file filters
  • virtual data sets
  • improved build scripts

First alpha release of h5cpp

02 Nov 12:39

Choose a tag to compare

Pre-release

This is a first alpha release of the h5cpp C++ wrapper for HDF5.