summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Brings Quincey's parallel collective MD write bugfix from developDana Robinson2020-09-038-231/+25
|
* Merge pull request #2867 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-09-022-667/+99
|\ | | | | | | | | | | | | hdf5_1_10 * commit 'c2cff52638bfebd951c20054ba7ef24c223528c2': Update so numbers for hdf5 1.10.7 release. Remove RELEASE.txt entries through 1.10.7 release. Update Platforms supported and tested.
| * Update so numbers for hdf5 1.10.7 release.Larry Knox2020-08-302-667/+99
|/ | | | | Remove RELEASE.txt entries through 1.10.7 release. Update Platforms supported and tested.
* Merge pull request #2858 in HDFFV/hdf5 from ↵Dana Robinson2020-08-272-29/+29
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:h5s_symbols_to_private to hdf5_1_10 * commit '1c143200ef96f94320c80306a201ca39732a0766': Moves some H5S iterator symbols to H5Sprivate.h
| * Moves some H5S iterator symbols to H5Sprivate.hDana Robinson2020-08-272-29/+29
|/ | | | | These only need to be public in VOL branches and they show up on the binary compatibility report. It's better to hide them.
* Merge pull request #2855 in HDFFV/hdf5 from ↵Dana Robinson2020-08-2713-23/+0
|\ | | | | | | | | | | | | ~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
| * Removes unused H5I_SPACE_SEL_ITER value from H5I_type_tDana Robinson2020-08-2713-23/+0
|/
* Merge pull request #2852 in HDFFV/hdf5 from ↵Dana Robinson2020-08-262-3/+51
|\ | | | | | | | | | | | | | | ~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.
| * Adds helpful error messages to the HDFS VFD stubs.Dana Robinson2020-08-261-2/+14
| |
| * Adds binary compatibility HDFS VFD stubs.Dana Robinson2020-08-262-3/+39
|/
* Merge pull request #2846 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-08-264-6/+11
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit '9ad88ac1d5f4a95fa301013ef282d241f5100f03': Update examples project MinGW uses "MinGW Makefiles"
| * Update examples projectAllen Byrne2020-08-263-5/+5
| |
| * MinGW uses "MinGW Makefiles"Allen Byrne2020-08-261-1/+6
| |
* | Merge pull request #2845 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:hdf5_1_10 to ↵Scot Breitenfeld2020-08-269-65/+133
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit '817af161a8d463eaec385d0959e06b546f27ae45': HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitions
| * HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsScot Breitenfeld2020-08-269-65/+133
|/ | | | | | | | | | | | | | | | | | | 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.
* Merge pull request #2844 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-08-262-1/+3
|\ | | | | | | | | | | | | hdf5_1_10 * commit '213d7e62eb4cad1ee768f001813ef07962b835be': The version string has a second use for packaging
| * The version string has a second use for packagingAllen Byrne2020-08-262-1/+3
|/
* Merge pull request #2841 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-08-251-1/+1
|\ | | | | | | | | | | | | hdf5_1_10 * commit '0fff19665315fabc9754648c0603b073b3d20159': Correct HDF5_PACKAGE_VERSION_STRING
| * Correct HDF5_PACKAGE_VERSION_STRINGAllen Byrne2020-08-251-1/+1
|/
* Merge pull request #2837 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-08-251-0/+20
|\ | | | | | | | | | | | | hdf5_1_10 * commit '71c03f65ebcf850b28f4775ccf2b095ec2285fff': Add back function for VERIFY_EXTERNAL_CONSOLIDATION
| * Add back function for VERIFY_EXTERNAL_CONSOLIDATIONAllen Byrne2020-08-251-0/+20
|/
* Merge pull request #2834 in HDFFV/hdf5 from ↵Dana Robinson2020-08-256-1114/+663
|\ | | | | | | | | | | | | | | | | | | | | | | ~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
| * Tweaks CMake to always run the tools lib testsDana Robinson2020-08-251-7/+1
| |
| * Additional tools_utils cleanupDana Robinson2020-08-253-958/+583
| |
| * Cleans up h5tools_test_utils.c and relatedDana Robinson2020-08-252-117/+77
| |
| * Updates the tools VFD set test to passDana Robinson2020-08-241-35/+11
| |
| * Corrects warnings in h5tools_test_utils.cDana Robinson2020-08-241-9/+4
| |
| * Updates Autotools so h5tools_test_utils is actually builtDana Robinson2020-08-242-8/+7
| |
* | Merge pull request #2833 in HDFFV/hdf5 from ↵Dana Robinson2020-08-242-11/+22
|\ \ | |/ | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_vfd_badness to hdf5_1_10 * commit 'cfa206696c93b906ecfd318c8d09d997586d213b': Fixes issues with HDFS VFD.
| * Fixes issues with HDFS VFD.Dana Robinson2020-08-242-11/+22
|/ | | | | | | - 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
* Merge pull request #2828 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Larry Knox2020-08-242-1/+5
|\ | | | | | | | | | | | | | | | | | | | | 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 ifdef blocks to S3/HDFS test
| * Revert H5_VERS_SUBRELEASE checkAllen Byrne2020-08-241-5/+1
| |
| * Add special case when H5_VERS_SUBRELEASE is 0Allen Byrne2020-08-241-3/+7
| |
| * Condition if (H5_VERS_SUBRELEASE) is incorrectly false whenLarry Knox2020-08-241-3/+3
| | | | | | | | | | | | 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 regexAllen Byrne2020-08-231-1/+1
| |
| * Add ifdef blocks to S3/HDFS testAllen Byrne2020-08-231-0/+4
| |
* | Merge pull request #2831 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-08-246-7/+7
|\ \ | |/ |/| | | | | | | | | hdf5_1_10 * commit 'c40dd6c2ee821c99546ff1792d595dba478f66e1': Update version to 1.8.0-1 for CMake test failure.
| * Update version to 1.8.0-1 for CMake test failure.Larry Knox2020-08-246-7/+7
|/ | | | | | | | | | | 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 ()
* Merge pull request #2824 in HDFFV/hdf5 from ↵Dana Robinson2020-08-222-54/+66
|\ | | | | | | | | | | | | ~DEROBINS/hdf5_der:hdf5_1_10_coll_chunk_fill_fix to hdf5_1_10 * commit '55fe2acfb7f2806598fa139efc1026925946807d': Brings the MPI datatype fixes from develop
| * Brings the MPI datatype fixes from developDana Robinson2020-08-222-54/+66
|/
* Merge pull request #2820 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to ↵Allen Byrne2020-08-211-0/+3
|\ | | | | | | | | | | | | hdf5_1_10 * commit '51b1aeeda9d77ddf07ae3adf9cce277e3d6d1d72': Add missing mirror files
| * Add missing mirror filesAllen Byrne2020-08-211-0/+3
|/
* Merge pull request #2811 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-08-199-20/+20
|\ | | | | | | | | | | | | | | hdf5_1_10 * commit 'a2eb59d5d1223a79ef74f972303002f926489f52': Add missing '-'. Updated HDF5 1.10 support branch version number to 1.10.8-0
| * Add missing '-'.Larry Knox2020-08-191-1/+1
| |
| * Updated HDF5 1.10 support branch version number to 1.10.8-0Larry Knox2020-08-199-20/+20
|/
* Merge pull request #2810 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to ↵Larry Knox2020-08-191-219/+96
|\ | | | | | | | | | | | | | | | | hdf5_1_10 * commit 'cd3382ac228b3555460272d0d2ee52f53fe928c9': Update RELEASE.txt to correct merge problems and text formatting. Update RELEASE.txt entry. Remove entries for HDF5 1.10.6 release.
| * Update RELEASE.txt to correct merge problems and text formatting.Larry Knox2020-08-191-23/+25
| |
| * Update RELEASE.txt entry.Larry Knox2020-08-191-4/+7
| |
| * Merge branch 'hdf5_1_10' of ↵Larry Knox2020-08-191-0/+7
| |\ | |/ |/| | | https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_lrk into hdf5_1_10
* | Merge pull request #2809 in HDFFV/hdf5 from ↵Larry Knox2020-08-191-0/+7
|\ \ | | | | | | | | | | | | | | | | | | ~BMRIBLER/hdf5_bmr2020:hdf5_bmr2020_addrsani_110 to hdf5_1_10 * commit '66233315e78ae1b84561632535e776a24ebf0243': Updated bug fix for HDFFV-11101