For a long time, h5fortran could write character attributes. To make h5fortran more HDF5 feature complete, we have added full HDF5 read / write attribute support to h5fortran. All attribute code is in src/attributes.f90 and attribute tests are in src/tests/test_attributes.f9
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
add ability to read/write int64 data. The HDF5 Fortran interface doesn't currently have an H5T_NATIV...
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
Further shared lib enhancements for Windows if building HDF5, allow selecting from HDF5 versions in ...
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...
like h5write and h5read, add h5write_attr and h5read_attr that work without object-oriented interfac
also, make H5pubconf.h detection and action more robust--if we can't detect the HDF5 configuration, ...
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
add ability to read/write int64 data. The HDF5 Fortran interface doesn't currently have an H5T_NATIV...
Make HDF5 autobuild faster and more robust by using the .zip release instead of Gi
For quality and maintenance, CMake >= 3.20 required. Better handling of MPI for those with HDF5+MPI ...
Using the HDF Group HDF5 Git repo, allow autobuilding a recent release of HDF5 if the system HDF5 li...
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
also, add MPI linking to h5fortran if user has parallel HDF5 library. We haven't enabled MPI in h5fo...
Further shared lib enhancements for Windows if building HDF5, allow selecting from HDF5 versions in ...
allow system zlib to be used when building hdf5 this avoids twice-defined ZLIB::ZLIB error
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
beta: workaround for HDFGroup HDF5 CMake bugs to allow HDF5 autobuild. Tested with Intel Fortran (W...