mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
- java/test/TestH5Z.java (FFM): fix wrong method names
- H5Pget_filter2 (private) -> H5Pget_filter (public), pass new int[1]
instead of null for filter_config
- H5Zconfig_get_int/double/bool/str -> H5Zconfig_get_param (overloaded)
- Update assertion messages to match corrected method names
- release_docs/CHANGELOG.md: replace em-dashes with hyphens per style
- tools/src/h5repack/h5repack_parse.c: restructure UD= legacy numeric
loop from for-loop to while-loop to avoid CodeQL "loop counter modified
in body" warning; add bounds guard after comma-skip u++