netcdf-c/libdispatch
Dennis Heimbigner 44d0dcaad2 Add support for multiple filters per variable.
re: https://github.com/Unidata/netcdf-c/issues/1584

Support has been added for multiple filters per variable.  This
affects a number of components in netcdf. The new APIs are
documented in NUG/filters.md.

The primary changes are:
* A set of new functions are provided (see __include/netcdf_filter.h__).
    - Obtain a list of the filters associated with a variable
    - Obtain the parameters for a specific filter.
* The existing __nc_inq_var_filter__ function now returns info
  about the first defined filter.
* The utilities (ncgen, ncdump, and nccopy) now support
  an extended format for specifying a sequence of filters.
  The general form is __<filter>|<filter>..._.
* The ncdump **_Filter** attribute now dumps a list of all the
  filters associated with a variable using the above new format.
* Filter specifications can now use a filter name instead of number
  for filters known to the netcdf library, which in turn is taken
  from the HDF5 filter registration page.
* New errors are defined: NC_EFILTER and NC_ENOFILTER. The latter
  is returned if an attempt is made to access an unknown filter.
* Internally, the dispatch table has been extended to add a function
  to handle all of the filter functions.
* New, filter-related, tests were added to nc_test4.
* A new plugin was added to the plugins directory to help with testing.

Notes:
1. The shuffle and fletcher32 filters are not part of the multifilter system.

Misc. changes:
1. A debug module was added to libhdf5 to help catch error locations.
2020-02-16 12:59:33 -07:00
..
CMakeLists.txt Correct a cmake linking error discovered when working in a mips qemu environment. 2020-01-02 12:57:59 -05:00
crc32.c
crc32.h
datt.c added anchors for reading_attributes and writing_attributes, and refs to them, also changed order of files in Doxygen.in 2019-11-08 05:19:51 -07:00
dattget.c added anchors for reading_attributes and writing_attributes, and refs to them, also changed order of files in Doxygen.in 2019-11-08 05:19:51 -07:00
dattinq.c cleanup and minor fixes for attribute inq functions 2019-11-07 09:46:23 -07:00
dattput.c added anchors for reading_attributes and writing_attributes, and refs to them, also changed order of files in Doxygen.in 2019-11-08 05:19:51 -07:00
dauth.c Add support for CURLOPT_CONNECTTIMEOUT 2020-01-09 11:48:04 -07:00
daux.c
dcompound.c
dcopy.c
ddim.c
ddispatch.c Fix NC_coord_zero indexing in NCDISPATCH_initialize() 2019-11-14 08:26:33 -09:00
defcheck.c
denum.c
derror.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
dfile.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
dfilter.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
dgroup.c
dhttp.c Make the dap4 code resistant to various server errors. 2020-01-08 15:18:31 -07:00
dinfermodel.c now UDF mode flags take priority over NC_NETCDF4 2019-11-13 12:13:33 -07:00
dinternal.c
dnotnc3.c
dnotnc4.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
doffsets.c
dopaque.c
dparallel.c more documentaiton 2019-12-20 07:10:13 -07:00
drc.c Addressing a potential null argument to strlen 2019-10-24 14:28:39 -06:00
dreadonly.c
dstring.c
dtype.c
durlmodel.c
dutf8.c
dutil.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
dv2i.c
dvar.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
dvarget.c removed non-relaxed coord bounds from test code 2019-11-26 06:20:34 -07:00
dvarinq.c Add support for multiple filters per variable. 2020-02-16 12:59:33 -07:00
dvarput.c now always relax! 2019-11-26 05:36:16 -07:00
dvlen.c
dwinpath.c
json.c
Makefile.am Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
nc.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
ncbytes.c
nchashmap.c
nclist.c
nclistmgr.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
nclog.c
ncsettings.hdr
nctime.c
ncuri.c Fixed a potential null/garbage free. 2019-10-24 16:37:52 -06:00
netcdf.m4
stubdef.c
u8.c
u8.h
utf8proc_data.c
utf8proc.c
utf8proc.h Spelling fixes 2019-09-18 08:03:01 -06:00