mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-11-21 03:13:42 +08:00
84c69afca7
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 |
||
---|---|---|
.. | ||
auth.html.in | ||
CMakeLists.txt | ||
dap.y | ||
daplex.c | ||
dapparse.c | ||
dapparselex.h | ||
dapy.c | ||
dapy.h | ||
dodsrc.example | ||
Makefile.am | ||
oc.c | ||
oc.css | ||
oc.h | ||
occompile.c | ||
occompile.h | ||
occonstraints.h | ||
occurlflags.c | ||
occurlfunctions.c | ||
occurlfunctions.h | ||
ocdata.c | ||
ocdata.h | ||
ocdatatypes.h | ||
ocdebug.c | ||
ocdebug.h | ||
ocdump.c | ||
ocdump.h | ||
ochttp.c | ||
ochttp.h | ||
ocinternal.c | ||
ocinternal.h | ||
ocnode.c | ||
ocnode.h | ||
ocread.c | ||
ocread.h | ||
ocutil.c | ||
ocutil.h | ||
ocx.h | ||
xxdr.c | ||
xxdr.h |