netcdf-c/NUG
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
..
images Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
.gitignore Some initial reorganization. 2020-02-06 14:29:10 -07:00
bestpractices.md Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
cleanup.sh Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
DAP2.dox Use proper CURLOPT values for VERIFYHOST and VERIFYPEER 2020-04-10 13:42:27 -06:00
DAP4.dox Use proper CURLOPT values for VERIFYHOST and VERIFYPEER 2020-04-10 13:42:27 -06:00
Doxyfile Modified doxygen to look at URL instead of local files. 2020-02-06 16:46:52 -07:00
filters.md Allow redefinition of variable filters 2020-05-11 09:42:31 -06:00
guide.dox Shuffling NUG and documentation. 2020-02-06 16:14:25 -07:00
install.md Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
OPeNDAP.dox Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
types.dox Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00
user_defined_formats.md Initial copy of files into NUG directory. 2020-02-06 14:23:46 -07:00