Results 20 comments of Jan Kotanski

Building docs is tricky because in order to do it we usually need to install newer versions of `breathe` and `sphinx` that in the distribution. They contain necessary bug fixes....

Hi Eugen, since PR #510, #511, #512, #514 and #515 limited a number of created objects so the number of `ObjectHandle.close()` executions dropped down and it is no more the...

> I will open a new ticket for the cleanup (at least I have some idea how this should look like) for the 3rd party support code and once this...

> I'm also interested in using h5cpp with Eigen. I've used the snipped of @planetmarshall (thank you for this!) but the `get` functions were missing. I added this Hi @mathieu-reymond,...

Hi @eugenwintersberger @planetmarshall @berquist @shivupa @mathieu-reymond, since #566 is merged I think we are ready to add the 3rd party support code i.e. TypeTraits for Armadillo and Eigen, to new...

The attributes are stored as `SIMPLE { ( 1 ) / ( H5S_UNLIMITED )` of `STRSIZE H5T_VARIABLE` e.g. ATTRIBUTE "NX_class" { DATATYPE H5T_STRING { STRSIZE H5T_VARIABLE; STRPAD H5T_STR_NULLTERM; CSET H5T_CSET_UTF8;...

http://download.nexusformat.org/doc/html/datarules.html#nexus-data-types "NeXus accepts both variable and fixed length strings, as well as arrays of strings. Software that reads NeXus data files should support all of these. Some file writers write...

For me it is weird eV and keV are treated as length units instead of energy units.

Yes, it would be nice to support `H5Pset_driver` and `H5Pget_driver` . I would think about a solution which is backward compatible

Hello @FlyingSamson, I've just created PR which adds DriverID::Custom=0 (https://github.com/ess-dmsc/h5cpp/pull/665) Does it solve your issue? Do you have any simple example for your use-case we could add to our tests?