netcdf-c/libhdf4
Dennis Heimbigner f0cd7f8ec1 Support no-op dispatch functions
re: https://github.com/Unidata/netcdf-c/issues/1693

1. Add functions to libdispatch/dnotnc4.c to support
   dispatch table operations that should work for any
   dispatch table, even if they do not do anything.
   Functions such as nc_inq_var_filter.
2. Modify selected dispatch tables to utilize
   the noop functions.
3. Extend nc_test/tst_formats.c to test.

This is an extension of Ed's work to do this for
chunking and deflate and szip. See PRs
https://github.com/Unidata/netcdf-c/pull/1697
and
https://github.com/Unidata/netcdf-c/pull/1692

As a side effect, elide libdispatch/dnotnc3.c since
it is no longer used.
2020-04-15 14:44:58 -06:00
..
CMakeLists.txt removed unused HDF4 code 2018-04-23 04:09:54 -06:00
hdf4dispatch.c Support no-op dispatch functions 2020-04-15 14:44:58 -06:00
hdf4file.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf4func.c cleanup of whitespace in HDF4 directory 2019-02-19 05:17:23 -07:00
hdf4var.c documentation update 2019-07-04 10:23:11 -06:00
Makefile.am removed unused HDF4 code 2018-04-23 04:09:54 -06:00