mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
8cab468169
re: Discussion https://github.com/Unidata/netcdf-c/discussions/2554 re: PR https://github.com/Unidata/netcdf-c/pull/2231 re: Issue https://github.com/Unidata/netcdf-c/issues/2189 After some discussion, the issue of applying filters on variables whose type is not fixed size, was resolved as follows: 1. A call to nc_def_var_filter will ignore such filters, but will issue a log warning. 2. Loading (from an existing file) a variable whose type is not fixed-size and which has filters, will cause the variable to be suppressed. This PR enforces those rules. ### Misc. Other changes * Add a test case to test the vlen change. * Make some minor clean-ups in various cmake and automake files. * Remove unused test |
||
---|---|---|
.. | ||
obsolete | ||
CMakeLists.txt | ||
Makefile.am | ||
SimpleBinStream.h | ||
zarr.c | ||
zarr.h | ||
zattr.c | ||
zcache.h | ||
zchunking.c | ||
zchunking.h | ||
zclose.c | ||
zcreate.c | ||
zcvt.c | ||
zdebug.c | ||
zdebug.h | ||
zdim.c | ||
zdispatch.c | ||
zdispatch.h | ||
zfile.c | ||
zfilter.c | ||
zfilter.h | ||
zgrp.c | ||
zincludes.h | ||
zinternal.c | ||
zinternal.h | ||
zmap_file.c | ||
zmap_s3sdk.c | ||
zmap_zip.c | ||
zmap.c | ||
zmap.h | ||
zodom.c | ||
zodom.h | ||
zopen.c | ||
zprov.c | ||
zprovenance.h | ||
zs3sdk.cpp | ||
zsync.c | ||
ztype.c | ||
zutil.c | ||
zvar.c | ||
zwalk.c | ||
zxcache.c |