netcdf-c/plugins
Dennis Heimbigner f1506d552e Change (again), and hopefully simplify, the file model inference algorithm.
* For URL paths, the new approach essentially centralizes all information
  in the URL into the "#mode=" fragment key and uses that value
  to determine the dispatcher for (most) URLs.

* The new approach has the following steps:

  1. canonicalize the path if it is a URL.
  2. use the mode= fragment key to determine the dispatcher
  3. if dispatcher still not determined, then use the mode flags
     argument to nc_open/nc_create to determine the dispatcher.
  4. if the path points to something readable, attempt to read the
     magic number at the front, and use that to determine the dispatcher.
     this case may override all previous cases.

* Misc changes.

  1. Update documentation
  2. Moved some unit tests from libdispatch to unit_test directory.
  3. Fixed use of wrong #ifdef macro in test_filter_reg.c
     [I think this may fix an previously reported esupport query].
2019-09-29 12:59:28 -06:00
..
blocksort.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
bzlib_private.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
bzlib.c Fix minor --ansi warnings in dinfermodel.c and bzlib.c 2019-03-22 15:16:47 -06:00
bzlib.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
CMakeLists.txt Support installation of the bzip2 plugin under name libh5bzip2.so 2019-02-27 15:22:46 -07:00
compress.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
crctable.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
decompress.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
h5bzip2.h re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
h5misc.h Allow in-line definition of filters 2019-03-21 11:33:27 -06:00
H5Zbzip2.c Minor config.h changes to support filters in Fortran 2019-04-29 16:36:08 -06:00
H5Zmisc.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
H5Ztemplate.c Fix memory problems when using HDF5 version 1.10.x and later. 2018-10-04 11:37:21 -06:00
H5Zutil.c Fix nc_test4/tst_filter.sh for big endian 2019-02-24 22:20:01 -07:00
huffman.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00
Makefile.am Merge pull request #1348 from Unidata/pluginst.dmh 2019-03-20 15:42:06 -06:00
randtable.c re: gh issue https://github.com/Unidata/netcdf-c/issues/911 2018-04-21 20:10:47 -06:00