use templateable approach to ensuring compatible compilers are detected, especially on MacOS. This helps avoid need for users to manually specify compiler (unless desired)
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
refactored h5fortran v3.8.0 internal polymorphism to use TKR-unique interfaces instead of select typ...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
Since each rank needs a subroutine (and select rank wouldn't help much for this) we use generated c...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
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, ...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
refactored h5fortran v3.8.0 internal polymorphism to use TKR-unique interfaces instead of select typ...
generate h5fortran.pc for pkg-config improve packaging export targets to build di
build_hdf5.py now works much better, building in paralllel across more compilers and operating syste...
Improve internal structure, testing and reliability by: harmonizing tests with nc4fortran making mo...
Since each rank needs a subroutine (and select rank wouldn't help much for this) we use generated c...
CI tests HDF5 build in static and shared across Linux, MacOS, Windows put Rpath in exe for shared bu...
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, ...
Since CMake FindHDF5.cmake targets different use cases than are important for h5fortran, we created ...
improve HDF5 build (when needed) improve FindHDF5: finds parallel component if requested, more robus...
action= r, r+, rw, w, a is all that's allowed --reduce ambiguity this way FindHDF5 and FindMPI are ...
Although we recommend CMake >= 3.14 in general, to make easier access, we allow CMake >= 3.1
Since h5cc compiler wrappers are optional, search only HDF5_ROOT when specified, otherwise Anaconda ...
bugfix: check read/write shape determination to use if(present(stride)) properly, this avoided runti...
some system libHDF5 libraries require SZIP. This is true even though h5fortran does not use szip. An...
refactored h5fortran v3.8.0 internal polymorphism to use TKR-unique interfaces instead of select typ...
generate h5fortran.pc for pkg-config improve packaging export targets to build di