netcdf-c/plugins
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
..
blocksort.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
bzlib_private.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
bzlib.c Fix minor --ansi warnings in dinfermodel.c and bzlib.c 2019-03-22 15:16:47 -06:00
bzlib.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
CMakeLists.txt Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
compress.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
crctable.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
decompress.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
h5bzip2.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
h5misc.h Allow in-line definition of filters 2019-03-21 11:33:27 -06:00
h5noop.h Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
H5Zbzip2.c Minor config.h changes to support filters in Fortran 2019-04-29 16:36:08 -06:00
H5Zmisc.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
H5Znoop.c Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
H5Ztemplate.c Fix memory problems when using HDF5 version 1.10.x and later. 2018-10-04 11:37:21 -06:00
H5Zutil.c Fix missing forward declarations 2020-04-03 20:15:34 -06:00
huffman.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
Makefile.am Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
randtable.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00