mirror of
https://github.com/HDFGroup/hdf5.git
synced 2026-09-25 04:09:44 +03:00
Brings the CI fixes: the H5FC_DLL declarations for the H5Zf.c Fortran helpers, and the clang-format pass over this series. Conflict resolution: only the H5Z_modify signature line, where the two branches wrapped the argument list differently. Kept 6153's, which is what clang-format 17 produces. Also formats src/H5Opline.c and src/H5Zscaleoffset.c. Those two carry formatting drift that predates this merge -- they are clean on 6153 but were not on this branch, so the clang-format job would have flagged them here regardless. A whole-tree run using CI's source path and exclusion list now passes. Full build clean; ctest 3458/3459, the one failure being the pre-existing ph5_f90_filtered_writes_no_sel example bug fixed upstream in HDFGroup/hdf5#6633.