netcdf-c/libhdf5
Dennis Heimbigner 727fa74900 Modify H5FDhttp.c to work with HDF5 1.14.0
re: https://github.com/Unidata/netcdf-c/issues/2614

Most of the changes are minor comment changes.
But the dispatch table for H5FD has changed, requiring changes
to H5FDhttp.c, which is derived from the HDF5 source file H5FDstdio.c.
The patch is to conditionally modify the dispatch table
to conform to the HDF5-1.14.0 version.
I was able to build and successfully test 1.14 for a reasonable
set of (non-parallel) ./configure options.
2023-02-10 15:10:43 -07:00
..
CMakeLists.txt Format compatibility when re-opening files 2022-01-07 18:34:52 -07:00
H5FDhttp.c Modify H5FDhttp.c to work with HDF5 1.14.0 2023-02-10 15:10:43 -07:00
H5FDhttp.h Modify H5FDhttp.c to work with HDF5 1.14.0 2023-02-10 15:10:43 -07:00
hdf5attr.c Fix various problem around VLEN's 2022-01-08 18:30:00 -07:00
hdf5create.c Merge branch 'dimscale_attachement_optional' of https://github.com/gsjaardema/netcdf-c into gh2161.wif 2022-04-19 11:06:34 -06:00
hdf5debug.c fix musl build 2022-07-20 08:45:55 +02:00
hdf5debug.h Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
hdf5dim.c fixing issues with dimlens of unlitmited dims in complex situations 2022-05-29 15:22:10 +03:00
hdf5dispatch.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5err.h Additional Fixes to NCZarr 2020-12-16 20:48:02 -07:00
hdf5file.c code and documentation cleanup 2022-07-02 07:51:33 -06:00
hdf5filter.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5grp.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00
hdf5internal.c fixing parallel I/O bug with dim length for unlimited dimensions 2022-04-26 07:54:47 -06:00
hdf5open.c Merge branch 'csz_bitround' of https://github.com/nco/netcdf-c into gh2232.wif 2022-04-01 10:43:34 -06:00
hdf5set_format_compatibility.c hdf5set_format_compatibility.c: Function docs. 2022-02-01 09:58:36 -07:00
hdf5type.c Fix various problem around VLEN's 2022-01-08 18:30:00 -07:00
hdf5var.c Fix support for reading arrays of HDF5 fixed size strings 2022-07-29 14:47:07 -06:00
Makefile.am Format compatibility when re-opening files 2022-01-07 18:34:52 -07:00
nc4hdf.c code and documentation cleanup 2022-07-02 08:13:13 -06:00
nc4info.c Remove need for HDF5-1.6 API being defined 2021-04-28 13:59:24 -06:00
nc4mem.c re: github issues 2018-10-30 20:48:12 -06:00
nc4memcb.c hand over udata to h5->mem a little earlier 2021-08-26 16:12:24 +02:00