Network

 
AuthorCommitMessageCommit Date
Larry KnoxLarry Knox
c2cff52638bUpdate so numbers for hdf5 1.10.7 release. Remove RELEASE.txt entries through 1.10.7 release. Update Platforms supported and tested.
Dana RobinsonDana Robinson
187e7ddcdefMMerge pull request #2858 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_symbols_to_private to hdf5_1_10 * commit '1c143200ef96f94320c80306a201ca39732a0766': Moves some H5S iterator symbols to H5Sprivate.h
Dana RobinsonDana Robinson
1c143200ef9Moves some H5S iterator symbols to H5Sprivate.h These only need to be public in VOL branches and they show up on the binary compatibility report. It's better to hide them.
Dana RobinsonDana Robinson
593f6f68d0bMMerge pull request #2855 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yank_binary_compat_id_enum_val to hdf5_1_10 * commit '038ee0a5af3c70ae3a4f904a6a0329651e69fbc2': Removes unused H5I_SPACE_SEL_ITER value from H5I_type_t
Dana RobinsonDana Robinson
038ee0a5af3Removes unused H5I_SPACE_SEL_ITER value from H5I_type_t
Dana RobinsonDana Robinson
5f806090d78MMerge pull request #2852 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdfs_symbol_fix_1_10 to hdf5_1_10 * commit '5a0804b5c9eac426e2b0d690ae479caf8f89848e': Adds helpful error messages to the HDFS VFD stubs. Adds binary compatibility HDFS VFD stubs.
Dana RobinsonDana Robinson
5a0804b5c9eAdds helpful error messages to the HDFS VFD stubs.
Dana RobinsonDana Robinson
f542f5aa37dAdds binary compatibility HDFS VFD stubs.
Allen ByrneAllen Byrne
f8e486a761aMMerge pull request #2846 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '9ad88ac1d5f4a95fa301013ef282d241f5100f03': Update examples project MinGW uses "MinGW Makefiles"
Allen ByrneAllen Byrne
9ad88ac1d5fUpdate examples project
Allen ByrneAllen Byrne
1c7b5d2b58fMinGW uses "MinGW Makefiles"
Scot BreitenfeldScot Breitenfeld
4e38f863174MMerge pull request #2845 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to hdf5_1_10 * commit '817af161a8d463eaec385d0959e06b546f27ae45': HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions
Scot BreitenfeldScot Breitenfeld
817af161a8d HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions Added ------ New Definitions: INTEGER :: H5F_LIBVER_ERROR_F INTEGER :: H5F_LIBVER_NBOUNDS_F INTEGER :: H5F_LIBVER_V18_F INTEGER :: H5F_LIBVER_V110_F New API: h5pget_libver_bounds_f(fapl_id, low, high, hdferr) Removed: call to C wrapper h5pset_libver_bounds_c in h5pset_libver_bounds_f Updated Release notes.
Allen ByrneAllen Byrne
04971bec7f0MMerge pull request #2844 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '213d7e62eb4cad1ee768f001813ef07962b835be': The version string has a second use for packaging
Allen ByrneAllen Byrne
213d7e62eb4The version string has a second use for packaging
Allen ByrneAllen Byrne
91c59ffc56fMMerge pull request #2841 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '0fff19665315fabc9754648c0603b073b3d20159': Correct HDF5_PACKAGE_VERSION_STRING
Allen ByrneAllen Byrne
0fff1966531Correct HDF5_PACKAGE_VERSION_STRING
Allen ByrneAllen Byrne
fb326e551b1MMerge pull request #2837 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '71c03f65ebcf850b28f4775ccf2b095ec2285fff': Add back function for VERIFY_EXTERNAL_CONSOLIDATION
Allen ByrneAllen Byrne
71c03f65ebcAdd back function for VERIFY_EXTERNAL_CONSOLIDATION
Dana RobinsonDana Robinson
c2849aead82MMerge pull request #2834 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_vfd_badness to hdf5_1_10 * commit '87048c1d9baa1ae4d27ab164f7258734453d4bda': Tweaks CMake to always run the tools lib tests Additional tools_utils cleanup Cleans up h5tools_test_utils.c and related Updates the tools VFD set test to pass Corrects warnings in h5tools_test_utils.c Updates Autotools so h5tools_test_utils is actually built
Dana RobinsonDana Robinson
87048c1d9baTweaks CMake to always run the tools lib tests
Dana RobinsonDana Robinson
ab38c8a9c8dAdditional tools_utils cleanup
Dana RobinsonDana Robinson
bbf5d82cf8dCleans up h5tools_test_utils.c and related
Dana RobinsonDana Robinson
e51bda3573dUpdates the tools VFD set test to pass
Dana RobinsonDana Robinson
7584e57d61fCorrects warnings in h5tools_test_utils.c
Dana RobinsonDana Robinson
1b920f13453Updates Autotools so h5tools_test_utils is actually built
Dana RobinsonDana Robinson
8b93a68b54bMMerge pull request #2833 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_vfd_badness to hdf5_1_10 * commit 'cfa206696c93b906ecfd318c8d09d997586d213b': Fixes issues with HDFS VFD.
Dana RobinsonDana Robinson
cfa206696c9Fixes issues with HDFS VFD. - Warning from hdfs.h interpreted as an error under gcc - Incorrect order of headers results inn incorrect initialization - <hdfs.h> not "hdfs.h" - Other misc tidying
Larry KnoxLarry Knox
cfbe781abd1MMerge pull request #2828 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit 'fc3129a92e29b50dac3bd3d3777df13d970a017a': Revert H5_VERS_SUBRELEASE check Add special case when H5_VERS_SUBRELEASE is 0 Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT. Add hypen to subrelease regex Add ifd...
Allen ByrneAllen Byrne
fc3129a92e2Revert H5_VERS_SUBRELEASE check
Allen ByrneAllen Byrne
0423c4aea89Add special case when H5_VERS_SUBRELEASE is 0
Larry KnoxLarry Knox
6cf20e07437Condition if (H5_VERS_SUBRELEASE) is incorrectly false when H5_VERS_SUBRELEASE is 0, a valid value for H5_VERS_SUBRELEASE. Updated to if (${H5_VERS_SUBRELEASE} STREQUAL "") with corresponding reversal of action statements to avoid NOT.
Allen ByrneAllen Byrne
cfdf367c512Add hypen to subrelease regex
Allen ByrneAllen Byrne
1732d6bee5fAdd ifdef blocks to S3/HDFS test
Larry KnoxLarry Knox
75dff0e394aMMerge pull request #2831 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'c40dd6c2ee821c99546ff1792d595dba478f66e1': Update version to 1.8.0-1 for CMake test failure.
Larry KnoxLarry Knox
c40dd6c2ee8Update version to 1.8.0-1 for CMake test failure. if (H5_VERS_SUBRELEASE) set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") else () if (${H5_VERS_SUBRELEASE} STREQUAL "") set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}") else () set (HDF5_PACKAGE_VERSION_STRING "${HDF5_PACKAGE_VERSION}-${H5_VERS_SUBRELEASE}") endif ()
Dana RobinsonDana Robinson
c7a0f9bf589MMerge pull request #2824 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_coll_chunk_fill_fix to hdf5_1_10 * commit '55fe2acfb7f2806598fa139efc1026925946807d': Brings the MPI datatype fixes from develop
Dana RobinsonDana Robinson
55fe2acfb7fBrings the MPI datatype fixes from develop
Allen ByrneAllen Byrne
67ce2cff2a6MMerge pull request #2820 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_1_10 * commit '51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72': Add missing mirror files
Allen ByrneAllen Byrne
51b1aeeda9dAdd missing mirror files
Larry KnoxLarry Knox
85862a9bba1MMerge pull request #2811 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5_1_10 * commit 'a2eb59d5d1223a79ef74f972303002f926489f52': Add missing '-'. Updated HDF5 1.10 support branch version number to 1.10.8-0
Larry KnoxLarry Knox
a2eb59d5d12Add missing '-'.
Larry KnoxLarry Knox
0315478a9beUpdated HDF5 1.10 support branch version number to 1.10.8-0
Allen ByrneAllen Byrne
986154352fbMMerge pull request #2914 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_12 to hdf5_1_12 * commit 'e2f38a4a9756211de00f12963adaa7dd25fa397c': Add action options
Allen ByrneAllen Byrne
e2f38a4a975Add action options
Allen ByrneAllen Byrne
c8845f3337aMMerge pull request #2909 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12 * commit 'f1ba03cea5b82699a984c80bd2deac14fdc8df18': Source formatted
Allen ByrneAllen Byrne
f1ba03cea5bSource formatted
Allen ByrneAllen Byrne
10343c19790MMerge pull request #2903 in HDFFV/hdf5 from ~BYRN/hdf5_clang_format:hdf5_1_12 to hdf5_1_12 * commit '3088c6abec27ad477031a71d947ac3be4cb2429d': define name warning format fixes and define name from develop Src file format preventive updates Add clang-format changes from develop.
Allen ByrneAllen Byrne
3088c6abec2define name
Allen ByrneAllen Byrne
ff9f2289496warning format fixes and define name from develop