netcdf-c/libhdf5
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 Format compatibility when re-opening files 2022-01-07 18:34:52 -07:00
H5FDhttp.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5FDhttp.h Merge branch 'main' into vfd13.dmh 2023-03-14 11:36:09 -06:00
hdf5attr.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5create.c Merge branch 'dimscale_attachement_optional' of https://github.com/gsjaardema/netcdf-c into gh2161.wif 2022-04-19 11:06:34 -06:00
hdf5debug.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
hdf5debug.h Support MSYS2/Mingw platform 2021-12-23 22:18:56 -07:00
hdf5dim.c fixing issues with dimlens of unlitmited dims in complex situations 2022-05-29 15:22:10 +03:00
hdf5dispatch.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5err.h
hdf5file.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
hdf5filter.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
hdf5grp.c
hdf5internal.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5open.c Suppress filters on variables with non-fixed-size types. 2023-06-21 14:46:22 -06:00
hdf5set_format_compatibility.c hdf5set_format_compatibility.c: Function docs. 2022-02-01 09:58:36 -07:00
hdf5type.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
hdf5var.c Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
Makefile.am Format compatibility when re-opening files 2022-01-07 18:34:52 -07:00
nc4hdf.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
nc4info.c
nc4mem.c
nc4memcb.c