You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New wrappers h5pp::varr_t<> and h5pp::vstr_t to hold variable-length data in structs for compound types or table fields. See examples 01d, 04c and 04e.
a597dd9 - Add .size() support for varr_t and other minor improvements:
e85246e - Add ostream operators to vstr_t and add .size() member to varr_t
69c5f00 - Added simpler examples showing the new vlen types
748d2e0 - Added tests for the new varr_t and vstr_t types
e2e3f39 - Improved support for variable-length arrays and strings
38edec3 - Minor tweaks to vlen wrappers 9d25d58 - New set of member functions h5pp::File::vlen???(...) to control tracking of variable-length data allocations made by HDF5. Users can enable/disable tracking and call h5pp::File::vlenReclaim() to free all allocated memory in one go if tracking is enabled.
6f91fb8 - New member function h5pp::File::deleteAttribute(...)
Minor updates
33577b1 - Added a custom fmt formatter for complex types
94f490ad511fef - Update HDF5 to 1.13.1 on conan builds, 1.13.2 on other builds (the link to 1.13.1 has been removed)