summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Fixed errant commaDana Robinson2020-09-031-1/+1
| * 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 hdf...Larry Knox2020-09-022-667/+99
|\
| * Update so numbers for hdf5 1.10.7 release.Larry Knox2020-08-302-667/+99
|/
* Merge pull request #2858 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5s_symbols_to...Dana Robinson2020-08-272-29/+29
|\
| * Moves some H5S iterator symbols to H5Sprivate.hDana Robinson2020-08-272-29/+29
|/
* Merge pull request #2855 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yank_binary_co...Dana Robinson2020-08-2713-23/+0
|\
| * Removes unused H5I_SPACE_SEL_ITER value from H5I_type_tDana Robinson2020-08-2713-23/+0
|/
* Merge pull request #2852 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdfs_symbol_fi...Dana Robinson2020-08-262-3/+51
|\
| * 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 hdf5_...Allen Byrne2020-08-264-6/+11
|\
| * 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 hd...Scot Breitenfeld2020-08-269-65/+133
|\ \ | |/ |/|
| * HDFFV-11018 Add Fortran H5F_LIBVER_V*_F definitionsScot Breitenfeld2020-08-269-65/+133
|/
* Merge pull request #2844 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Allen Byrne2020-08-262-1/+3
|\
| * 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 hdf5_...Allen Byrne2020-08-251-1/+1
|\
| * 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 hdf5_...Allen Byrne2020-08-251-0/+20
|\
| * Add back function for VERIFY_EXTERNAL_CONSOLIDATIONAllen Byrne2020-08-251-0/+20
|/
* Merge pull request #2834 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_vfd_...Dana Robinson2020-08-256-1114/+663
|\
| * 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 ~DEROBINS/hdf5_der:hdf5_1_10_vfd_...Dana Robinson2020-08-242-11/+22
|\ \ | |/
| * Fixes issues with HDFS VFD.Dana Robinson2020-08-242-11/+22
|/
* Merge pull request #2828 in HDFFV/hdf5 from ~BYRN/hdf5_adb:hdf5_1_10 to hdf5_...Larry Knox2020-08-242-1/+5
|\
| * 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
| * 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 hdf...Larry Knox2020-08-246-7/+7
|\ \ | |/ |/|
| * Update version to 1.8.0-1 for CMake test failure.Larry Knox2020-08-246-7/+7
|/
* Merge pull request #2824 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:hdf5_1_10_coll...Dana Robinson2020-08-222-54/+66
|\
| * 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 hdf5_...Allen Byrne2020-08-211-0/+3
|\
| * Add missing mirror filesAllen Byrne2020-08-211-0/+3
|/
* Merge pull request #2811 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf...Larry Knox2020-08-199-20/+20
|\
| * 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 hdf...Larry Knox2020-08-191-219/+96
|\
| * 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 https://bitbucket.hdfgroup.org/scm/~lrknox/hdf5_l...Larry Knox2020-08-191-0/+7
| |\ | |/ |/|