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 |
||
---|---|---|
.. | ||
.gitignore | ||
ceconstraints.h | ||
CMakeLists.txt | ||
err_macros.h | ||
fbits.h | ||
hdf4dispatch.h | ||
hdf5dispatch.h | ||
hdf5internal.h | ||
isnan.h | ||
Makefile.am | ||
nc3dispatch.h | ||
nc3internal.h | ||
nc4dispatch.h | ||
nc4internal.h | ||
nc_hashmap.h | ||
nc_logging.h | ||
nc_provenance.h | ||
nc_tests.h | ||
nc.h | ||
ncauth.h | ||
ncbytes.h | ||
ncconfigure.h | ||
nccrc.h | ||
ncdap.h | ||
ncdimscale.h | ||
ncdispatch.h | ||
ncexhash.h | ||
ncexternl.h | ||
nchashmap.h | ||
nchttp.h | ||
ncindex.h | ||
ncjson.h | ||
nclist.h | ||
nclog.h | ||
ncmodel.h | ||
ncoffsets.h | ||
ncpathmgr.h | ||
ncrc.h | ||
ncs3sdk.h | ||
nctestserver.h | ||
nctime.h | ||
ncuri.h | ||
ncurlmodel.h | ||
ncutf8.h | ||
ncxcache.h | ||
ncxml.h | ||
netcdf_aux.h | ||
netcdf_dispatch.h.in | ||
netcdf_f.h | ||
netcdf_filter_build.h | ||
netcdf_filter_hdf5_build.h | ||
netcdf_filter.h | ||
netcdf_json.h | ||
netcdf_mem.h | ||
netcdf_meta.h.in | ||
netcdf_par.h | ||
netcdf.h | ||
onstack.h | ||
rnd.h | ||
XGetopt.h |