netcdf-c/libsrc4
Dennis Heimbigner b0e0d81aa9 Fix reclamation of the ->format_XXX_info fields
nc4internal.c contains code to free the format_XXX_info
fields. Since these are format specific, this code
was moved to the dispatch code (libhdf5 and libhdf4
in the current case).

Additionally, there are some fields in nc4internal.h (e.g.
dimscale fields) that are specific to HDF5 and have been moved
to the corresponding HDF5 data structures and code.

Misc. other changes:
1. NC_VAR_INFO_T->hdf5_name renamed to alt_name to avoid
   implying it is necessarily HDF5 specific.
2. prefix NC_FILE_INFO_T with an instance of NC_OBJ for consistency.
   this also requires wrapping move_in_NCList() to keep
   hdr.id consistent.
2020-03-29 12:48:59 -06:00
..
CMakeLists.txt Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
error4.c
Makefile.am Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4attr.c Spelling fixes 2019-09-18 08:03:01 -06:00
nc4dim.c
nc4dispatch.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
nc4grp.c
nc4internal.c Fix reclamation of the ->format_XXX_info fields 2020-03-29 12:48:59 -06:00
nc4printer.c
nc4type.c
nc4var.c fixed documentation of cache int functions 2020-03-24 15:02:42 -06:00
ncfunc.c Spelling fixes 2019-09-18 08:03:01 -06:00
ncindex.c