netcdf-c/libhdf5
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
..
CMakeLists.txt Master merge, conflict resolution, cleanup 2019-02-24 16:54:13 -07:00
H5FDhttp.c typo5 2019-01-02 21:37:31 -07:00
H5FDhttp.h Provide byte-range reading of remote datasets 2019-01-01 18:27:36 -07:00
hdf5attr.c Spelling fixes 2019-09-18 08:03:01 -06:00
hdf5cache.c Spelling fixes 2019-09-18 08:03:01 -06:00
hdf5create.c whitespace cleanup 2019-08-03 09:04:58 -06:00
hdf5dim.c added comment describing netcdf-4 behavior in data mode dim renames with longer names 2019-02-25 06:36:39 -07:00
hdf5dispatch.c removed base_pe functions from dispatch table 2019-08-15 06:51:06 -06:00
hdf5file.c moved call to nc4_rec_grp_del() to inside nc4_nc4f_list_del() 2019-07-16 16:29:06 -06:00
hdf5grp.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:02 -07:00
hdf5internal.c Spelling fixes 2019-09-18 08:03:01 -06:00
hdf5open.c Change (again), and hopefully simplify, the file model inference algorithm. 2019-09-29 12:59:28 -06:00
hdf5type.c cleanup of whitespace in HDF5 directory 2019-02-19 05:18:25 -07:00
hdf5var.c Spelling fixes 2019-09-18 08:03:01 -06:00
Makefile.am Updated call to NC4_read_provenance. 2019-04-18 10:53:16 -06:00
nc4hdf.c Spelling fixes 2019-09-18 08:03:01 -06:00
nc4info.c For some reason, the code for this was incorrect. 2019-04-18 14:23:20 -06:00
nc4mem.c re: github issues 2018-10-30 20:48:12 -06:00
nc4memcb.c Spelling fixes 2019-09-18 08:03:01 -06:00