Binh-Minh Ribler e06bf9d263 HDFFV-10677 and HDFFV-10661
Description:
    - Added functions to query chunk information:
        H5Dget_num_chunks(dset_id, fspace_id, *nchunks)
            Gets the number of written chunks that intersect with the given
            dataspace.  However, in this version, the intersection is not
            yet completed.  Thus, the number of all written chunks will be
            returned.
        H5Dget_chunk_info_by_coord(dset_id, *offset, *filter_mask, *addr, *size)
            Given a chunk's logical coordinates, returns the chunk's filter,
            address, and size.
        H5Dget_chunk_info(dset_id, fspace_id, index, *offset, *filter_mask, *addr, *size)
            Given a chunk's index, returns the chunk's logical coordinates, filter,
            address, and size.  The chunk belongs to a set of chunks that have
            nonempty intersection with the specified dataspace.  However, in
            this version, the intersection is not yet completed, and the index
            is of all the written chunks.
        These functions comply with VOL.

    - Fixed some oversights found in the library for the tests in chunk_info.c
      to work correctly.  The returned value from a callback function was not
      checked in H5EA_iterate(), H5FA_iterate(), and H5D__none_idx_iterate().
      This oversight caused a callback function to continue iterating even though
      it's supposed to stop.
Platforms tested:
    Linux/64 (jelly)
    Linux/64 (platypus)
    Darwin (osx1011test)
2019-08-28 10:08:12 -05:00
..
2019-01-10 17:51:42 -08:00
2011-04-15 14:06:38 -05:00
2019-01-10 17:51:42 -08:00
2019-08-15 16:46:15 -05:00
2016-04-17 02:26:51 -05:00
2016-04-17 02:26:51 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2018-10-10 08:10:15 -07:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-28 10:08:12 -05:00
2019-08-28 10:08:12 -05:00
2019-08-03 17:28:50 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-07-30 12:39:20 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2018-10-10 08:10:15 -07:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-07-31 16:50:45 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2018-10-10 08:10:15 -07:00
2009-10-01 21:08:59 -05:00
2019-06-12 12:55:12 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2017-11-08 17:52:44 -08:00
2017-11-08 17:52:44 -08:00
2017-11-08 17:52:44 -08:00
2017-11-08 17:52:44 -08:00
2018-10-10 08:10:15 -07:00
2018-03-09 20:44:37 -06:00
2018-08-28 10:54:54 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2019-08-28 10:08:12 -05:00
2019-01-10 17:51:42 -08:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-05 16:57:27 -05:00
2019-08-15 16:46:15 -05:00
2019-08-19 18:02:47 -07:00
2019-08-19 18:02:47 -07:00
2019-08-05 16:57:27 -05:00
2009-10-08 23:09:34 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2017-11-15 02:58:16 -08:00
2017-11-08 17:52:44 -08:00
2019-08-24 14:07:33 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 11:07:24 -05:00
2019-08-24 14:07:33 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-24 14:07:33 -05:00
2019-08-15 16:46:15 -05:00
2019-08-24 14:07:33 -05:00
2019-01-10 17:51:42 -08:00
2017-11-26 18:13:18 -08:00
2019-08-15 16:46:15 -05:00
2019-06-29 02:38:14 -07:00
2019-08-15 16:46:15 -05:00
2019-08-15 16:46:15 -05:00
2019-08-19 18:02:47 -07:00
2018-12-28 12:56:49 -08:00