Use more efficient logic, prepare for array slicing, remove unused use elements, put _lt procedures in own file for dev convenience
provide imported target h5fortran::h5fortran and associated package info as per modern CMake best pr...
There are many legacy Fortran programs still in use today, especially scientific codes which were wr...
improve fortran 2018 compliance allow more CPU arches by not using -march=native with GC
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
GFortran 9.3.0 is sensitive to duplicated use statements and will error, so this removes them
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
To complete the v2.x release breaking changes, rename top level module to h5fortran. Made the shaky,...
%add => %write %get => %read ierr is the last non-optional argument for every procedure. This allows...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
provide imported target h5fortran::h5fortran and associated package info as per modern CMake best pr...
There are many legacy Fortran programs still in use today, especially scientific codes which were wr...
improve fortran 2018 compliance allow more CPU arches by not using -march=native with GC
added ability to slice arrays on read. This allows indexing into huge HDF5 disk variables and readin...
for non-user facing interfaces, reduce excessive OO usage that is better handled as plain variables ...
GFortran 9.3.0 is sensitive to duplicated use statements and will error, so this removes them
in preparation for potential slice/slab, increase polymorphism with select type, which greatly dedup...
on a per-dataset basis, allow user to either set chunking or auto-chunk for easier use of compressio...
For the simplest possible Fortran interface to HDF5, we added the h5save and h5read subroutines. use...
ierr optional--will error stop if ierr not present and HDF5 error occurs make h5fortran functions no...
activate per-variable chunk-size. Write contiguous by default compression and chunk-size aren't spec...
fixed BUG: reading into an array slice failed due to bug in C-Fortran interface. This has been fixed...
To complete the v2.x release breaking changes, rename top level module to h5fortran. Made the shaky,...
%add => %write %get => %read ierr is the last non-optional argument for every procedure. This allows...
test_deflate: allocate instead of stack memory to avoid random crashes of test. This only affects th...
provide imported target h5fortran::h5fortran and associated package info as per modern CMake best pr...
There are many legacy Fortran programs still in use today, especially scientific codes which were wr...
improve fortran 2018 compliance allow more CPU arches by not using -march=native with GC