netcdf-c/libhdf5
Dennis Heimbigner 84c69afca7 Allow redefinition of variable filters
re: Github issue https://github.com/Unidata/netcdf-c/issues/1713

If nc_def_var_filter or nc_def_var_deflate or nc_def_var_szip is
called multiple times with the same filter id, but possibly with
different sets of parameters, then the first invocation is
sticky and later invocations are ignored. The desired behavior
is to have the last invocation be used.

This PR implements that desired behavior, with some special
cases.  If you call nc_def_var_deflate multiple times, then the
last invocation rule applies with respect to deflate. However,
the shuffle filter, if enabled, is always applied just before
applying deflate.

Misc unrelated changes:
1. Make client-side filters be disabled by default
2. Fix the definition of uintptr_t and use in oc2 and libdap4
3. Add some test cases
4. modify filter order tests to use plugin filters rather
   than client-side filters
2020-05-11 09:42:31 -06:00
..
CMakeLists.txt Add support for multiple filters per variable. 2020-02-16 12:59:33 -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 Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5cache.c adding internal function, plus some documentation 2020-05-08 08:58:42 -06:00
hdf5create.c now properly setting HDF5 file cache for files created/opened sequentially on parallel IO builds 2020-05-08 11:00:56 -06:00
hdf5debug.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5debug.h Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5dim.c Remove line that was missed in original patch 2020-04-30 14:00:18 -06:00
hdf5dispatch.c Fix conflicts with master 2020-02-27 14:06:45 -07:00
hdf5file.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
hdf5filter.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c now properly setting HDF5 file cache for files created/opened sequentially on parallel IO builds 2020-05-08 11:00:56 -06:00
hdf5open.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
hdf5type.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
hdf5var.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
Makefile.am Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4hdf.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
nc4info.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
nc4mem.c re: github issues 2018-10-30 20:48:12 -06:00
nc4memcb.c Spelling fixes 2019-09-18 08:03:01 -06:00