mirror of
https://github.com/Unidata/netcdf-c.git
synced 2025-01-30 16:10:44 +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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
test_atomic_array.nc.ncdump | ||
test_atomic_types.nc.ncdump | ||
test_enum_1.nc.ncdump | ||
test_enum_2.nc.ncdump | ||
test_enum_3.nc.ncdump | ||
test_enum_array.nc.ncdump | ||
test_fill_2.nc.ncdump | ||
test_fill.nc.ncdump | ||
test_groups1.nc.ncdump | ||
test_misc1.nc.ncdump | ||
test_one_var.nc.ncdump | ||
test_one_vararray.nc.ncdump | ||
test_opaque_array.nc.ncdump | ||
test_opaque.nc.ncdump | ||
test_struct1.nc.ncdump | ||
test_struct_array.nc.ncdump | ||
test_struct_nested3.nc.ncdump | ||
test_struct_nested.nc.ncdump | ||
test_struct_type.nc.ncdump | ||
test_test.nc.ncdump | ||
test_unlim1.nc.ncdump | ||
test_unlim.nc.ncdump | ||
test_utf8.nc.ncdump | ||
test_vlen1.nc.ncdump | ||
test_vlen2.nc.ncdump | ||
test_vlen3.nc.ncdump | ||
test_vlen4.nc.ncdump | ||
test_vlen5.nc.ncdump | ||
test_vlen6.nc.ncdump | ||
test_vlen7.nc.ncdump | ||
test_vlen8.nc.ncdump | ||
test_vlen11.nc.ncdump | ||
test_zerodim.nc.ncdump |