netcdf-c/plugins
Dennis Heimbigner a37ca49d25 Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names.
re: PR https://github.com/Unidata/netcdf-c/pull/2655

This PR modifies the transient types PR so that all created
transient types are given a created unique name (within a
group). The form of the name is "_Anonymous<Class>NN". The class
is the user-defined type class: Enum, Compound, Opaque, or
Vlen. NN is an integer identifier to ensure uniqueness.
Additionally, this was applied to DAP/4 anonymous dimensions.
This also required some test baseline data changes.

The transient test case is modified to verify that the name exists.
2023-07-22 20:40:53 -06:00
..
blocksort.c
BZIP2_LICENSE Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
bzlib_private.h
bzlib.c
bzlib.h
CMakeLists.txt Specify correct plugin suffix 2022-06-08 07:45:03 -06:00
compress.c
crctable.c
decompress.c
h5bzip2.h
h5misc.h
h5noop.h
H5checksum.c
H5Zblosc.c Fix some bugs in the blosc filter wrapper 2022-07-12 15:19:07 -06:00
H5Zblosc.h Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names. 2023-07-22 20:40:53 -06:00
H5Zbzip2.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zdeflate.c
H5Zfletcher32.c
H5Zmisc.c
H5Znoop.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
H5Zshuffle.c
H5Zszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
H5Zszip.h
H5Ztemplate.c
H5Zunknown.c Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
H5Zutil.c
H5Zzstd.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
H5Zzstd.h Modify PR https://github.com/Unidata/netcdf-c/pull/2655 to ensure transient types have names. 2023-07-22 20:40:53 -06:00
huffman.c
Makefile.am Improve performance of the nc_reclaim_data and nc_copy_data functions. 2023-05-20 17:11:25 -06:00
NCZhdf5filters.c Support installation of filters into user-specified location 2022-04-29 14:31:55 -06:00
NCZmisc.c Improve S3 Documentation and Support 2023-04-25 17:15:06 -06:00
NCZstdfilters.c Fix internal bz2 problems 2022-05-27 15:45:34 -06:00
NCZszip.c Enhance/Fix filter support 2022-03-14 12:39:37 -06:00
NCZtest.c Improve filter installation process to avoid use of an extra shell script 2022-05-14 16:05:48 -06:00
randtable.c