Dana Robinson
Dana Robinson
I'll edit the README and I've already raised a flag at The HDF Group. Hopefully we can get a fix out soon.
I just added some extra functions to HDF5 that expose the library's malloc, etc. and tested it with c-blosc and it appears to work. I can now build c-blosc in...
I added a detailed description to the README in the HDF5 filter directory. It's all in the pull request, which I have updated.
Which version of the library is this?
> @derobins , I don't know what to do with this issue. Should I simply remove `Under Construction` line? I think we should add the documentation.
A full list of these sections: src/H5Omodule.h 29: * @todo Under Construction src/H5Rmodule.h 28: * @todo Under Construction src/H5Imodule.h 29: * @todo Under Construction src/H5PLmodule.h 30: * @todo Under Construction...
It looks like many of these files have at least some text. @byrnHDF - why do these tags still exist? Can we just remove them? Maybe we should yank them...
I'm going to go ahead and close this. We've removed H5detect and H5make_libsettings in develop and that will move to 1.14 for the 1.14.2 release. FWIW, anyone using 1.12 should...
Give us a little more time with this. We're thinking about ditching off_t entirely and moving to an unsigned integer.
Update: I'm starting to go through the library to make sure HDoff_t is used throughout. I think there's a few other internal changes we should also make. We have a...