netcdf-c/libhdf5
Dennis Heimbigner 4c92fc3405 Remove netcdf-4 conditional on the dispatch table.
Partially address: https://github.com/Unidata/netcdf-c/issues/1056

Currently, some of the entries in the dispatch table
are conditional'd on USE_NETCDF4.

As a step in upgrading the dispatch table for use
with user-defined tables, we remove that conditional.
This means that all dispatch tables must implement the
netcdf-4 specific functions even if only to make them
return NC_ENOTNC4. To simplify this, a set of default
functions are defined in libdispatch/dnotnc4.c to provide this
behavior. The file libdispatch/dnotnc3.c is also relevant to
this.

The primary fix is to modify the various dispatch tables to
remove the conditional and use the functions in
libdispatch/dnotnc4.c as appropriate. In practice, all of the
existing tables are prepared to handle this, so the only
real change is to remove the conditionals.

Misc. Unrelated fixes
1. Fix some annoying warnings in ncvalidator.

Notes:
1. This has not been tested with either pnetcdf or hdf4 enabled.
   When those are enabled, it is possible that there are still
   some conditionals that need to be fixed.
2019-07-20 13:59:40 -06:00
..
CMakeLists.txt Master merge, conflict resolution, cleanup 2019-02-24 16:54:13 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Simplify libhdf5/nc5info.c to move to lazy parsing 2019-03-09 20:35:57 -07:00
hdf5cache.c cleanup of whitespace in HDF5 directory 2019-02-19 05:17:47 -07:00
hdf5create.c Merge pull request #1379 from Unidata/threads_part1.dmh 2019-05-02 10:47:46 -06:00
hdf5dim.c added comment describing netcdf-4 behavior in data mode dim renames with longer names 2019-02-25 06:36:39 -07:00
hdf5dispatch.c Remove netcdf-4 conditional on the dispatch table. 2019-07-20 13:59:40 -06:00
hdf5file.c moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:25 -07:00
hdf5open.c Merge pull request #1379 from Unidata/threads_part1.dmh 2019-05-02 10:47:46 -06:00
hdf5type.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:25 -07:00
hdf5var.c Merge pull request #1409 from Unidata/nccopydefault.dmh 2019-05-29 15:26:09 -06:00
Makefile.am Updated call to NC4_read_provenance. 2019-04-18 10:53:16 -06:00
nc4hdf.c Allow in-line definition of filters 2019-03-21 11:33:27 -06:00
nc4info.c For some reason, the code for this was incorrect. 2019-04-18 14:23:20 -06:00
nc4mem.c
nc4memcb.c Thread safety: step 1: cleanup 2019-03-30 14:06:20 -06:00