mirror of
https://github.com/Unidata/netcdf-c.git
synced 2024-12-03 08:01:25 +08:00
a37ca49d25
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. |
||
---|---|---|
.. | ||
blocksort.c | ||
BZIP2_LICENSE | ||
bzlib_private.h | ||
bzlib.c | ||
bzlib.h | ||
CMakeLists.txt | ||
compress.c | ||
crctable.c | ||
decompress.c | ||
h5bzip2.h | ||
h5misc.h | ||
h5noop.h | ||
H5checksum.c | ||
H5Zblosc.c | ||
H5Zblosc.h | ||
H5Zbzip2.c | ||
H5Zdeflate.c | ||
H5Zfletcher32.c | ||
H5Zmisc.c | ||
H5Znoop.c | ||
H5Zshuffle.c | ||
H5Zszip.c | ||
H5Zszip.h | ||
H5Ztemplate.c | ||
H5Zunknown.c | ||
H5Zutil.c | ||
H5Zzstd.c | ||
H5Zzstd.h | ||
huffman.c | ||
Makefile.am | ||
NCZhdf5filters.c | ||
NCZmisc.c | ||
NCZstdfilters.c | ||
NCZszip.c | ||
NCZtest.c | ||
randtable.c |