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 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
H5FDhttp.c | ||
H5FDhttp.h | ||
hdf5attr.c | ||
hdf5create.c | ||
hdf5debug.c | ||
hdf5debug.h | ||
hdf5dim.c | ||
hdf5dispatch.c | ||
hdf5err.h | ||
hdf5file.c | ||
hdf5filter.c | ||
hdf5grp.c | ||
hdf5internal.c | ||
hdf5open.c | ||
hdf5set_format_compatibility.c | ||
hdf5type.c | ||
hdf5var.c | ||
Makefile.am | ||
nc4hdf.c | ||
nc4info.c | ||
nc4mem.c | ||
nc4memcb.c |