netcdf-c/nctest
Dennis Heimbigner 7b09290a3a Improve filter installation process to avoid use of an extra shell script
re: https://github.com/Unidata/netcdf-c/issues/2338
re: https://github.com/Unidata/netcdf-c/issues/2294

In issue https://github.com/Unidata/netcdf-c/issues/2338,
Ed Hartnett suggested a better way to install filters to a user
defined location -- for Automake, anyway.

This PR implements that suggestion. It turns out to be more
complicated than it appears, so there are fair number of changes;
mostly to shell scripts. Most of the change is in plugins/Makefile.am.

NOTE: this PR still does NOT address the use of HDF5_PLUGIN_PATH
as the default; this turns out to be complex when dealing with NCZarr.
So this will be addressed in a subsequent post 4.9.0 PR.

## Misc. Changes
1. Record the occurrences of incomplete codecs in libnczarr so that
   they can be included in _Codecs attribute correctly. This allows
   users to see what missing filters are referenced in the Zarr file.
   Primarily affects libnczarr/zfilter.[ch]. Also required creating a
   new no-effect filter: H5Zunknown.c.
2. Move the unknown filter test to a separate test file.
3. Incorporates PR https://github.com/Unidata/netcdf-c/pull/2343
2022-05-14 16:05:48 -06:00
..
add.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
add.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
atttests.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
cdftests.c Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
CMakeLists.txt nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
compare_test_files.sh Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
depend
dimtests.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
driver.c Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
emalloc.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
emalloc.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
error.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
error.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
Makefile.am turning off tests that depend on ncpathcvt when --disable-utilities is used 2022-04-09 13:28:01 -06:00
misctest.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
rec.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
ref_nctest_64bit_offset.nc 1. There were several bugs in ncdump/dumplib.c 2015-11-06 17:03:28 -07:00
ref_nctest_classic.nc 1. There were several bugs in ncdump/dumplib.c 2015-11-06 17:03:28 -07:00
slabs.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
testcdf.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
tests.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
timesum.awk
tst_rename.c Fixed Clang -Wstrict-prototypes warnings 2022-03-01 23:21:24 -05:00
val.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
val.h nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
vardef.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
varget.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
vargetg.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
varput.c Spelling fixes 2019-09-18 08:03:01 -06:00
varputg.c Spelling fixes 2019-09-18 08:03:01 -06:00
vartests.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
vputget.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00
vputgetg.c nctest, oc2 files updated. 2018-12-06 15:47:47 -07:00