Skip to content

Releases: ess-dmsc/h5cpp

First conan-ready release

24 Jan 00:53
ef8ca44
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare
Pre-release

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