mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
* Various improvement in documentation and a decoding function - Improves documentation on the type size when creating/accessing a compound datatype with no predefined struct (GH issue #5371) - Provides better description of the min_meta_perc and min_raw_perc arguments in the H5Pset_page_buffer_size() (GH issue #5711) - Adds error checkings to an internal decoding function * Corrected the checks, the base address equals the end-of-file is valid. * Skip for multi-file and split drivers when validating addresses against stored_eof * Committing clang-format changes * Remove incorrect name * Fix typos * Modified description of type_size arguments * Used a more robust condition when checking EOF * Corrected incorrect conflict resolving * Update src/H5Fsuper_cache.c Co-authored-by: Neil Fortner <fortnern@gmail.com> * Update src/H5Fsuper_cache.c Co-authored-by: Neil Fortner <fortnern@gmail.com> * Committing clang-format changes * Modified per feedbacks. * Fix comparison per feedbacks * Omit unused parameter name in a catch block --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Neil Fortner <fortnern@gmail.com>