netcdf-c/libsrc4
Dennis Heimbigner 8cab468169 Suppress filters on variables with non-fixed-size types.
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
2023-06-21 14:46:22 -06:00
..
CMakeLists.txt starting to make logging output files for each process for parallel IO builds 2022-02-04 10:35:15 -07:00
Makefile.am starting to make logging output files for each process for parallel IO builds 2022-02-04 10:35:15 -07:00
nc4attr.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
nc4cache.c Add support for setting HDF5 alignment property when creating a file 2022-01-29 15:27:52 -07:00
nc4dim.c Regularize the scoping of dimensions 2021-05-31 15:51:12 -06:00
nc4dispatch.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4filters.c Mostly revert the filter code to reduce its complexity of use. 2020-09-27 12:43:46 -06:00
nc4grp.c Regularize the scoping of dimensions 2021-05-31 15:51:12 -06:00
nc4internal.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
nc4type.c Suppress filters on variables with non-fixed-size types. 2023-06-21 14:46:22 -06:00
nc4var.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
ncfunc.c Spelling fixes 2019-09-18 08:03:01 -06:00
ncindex.c Provide a Number of fixes/improvements to NCZarr 2020-11-19 17:01:04 -07:00