summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add release notes.Vailin Choi2019-06-252-2/+17
* Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.Vailin Choi2019-06-251-112/+112
* Merge branch 'bugfix/HDFFV-10808-h5pset_file_space_strategy-succeeds' of http...Vailin Choi2019-06-248-26/+101
|\
| * Merge pull request #10 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-1...Vailin Choi2019-06-248-26/+101
| |\
| | * Merge pull request #1771 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5A_java_test_...Dana Robinson2019-06-241-7/+11
| | |\
| | | * Updated the Java attribute test so that attribute accessDana Robinson2019-06-241-7/+11
| | * | Merge pull request #1768 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-246-7/+78
| | |\ \
| | | * | Add test cleanupAllen Byrne2019-06-241-0/+5
| | | * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-245-56/+47
| | | |\ \ | | | |/ / | | |/| |
| | * | | Merge pull request #1770 in HDFFV/hdf5 from ~KOZIOL/hdf5:develop to developQuincey Koziol2019-06-241-12/+12
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | Move pragma statements outside of routines, to make older compilers happy.Quincey Koziol2019-06-241-12/+12
| | |/ /
| | | * Need to shift off two argumentsAllen Byrne2019-06-241-0/+1
| | | * HDFFV-9407 add autotools testAllen Byrne2019-06-242-0/+30
| | | * HDFFV-9407 Add testAllen Byrne2019-06-244-7/+42
* | | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-246-129/+249
|/ / /
* | | Merge pull request #7 in ~VCHOI/my_third_fork from develop to bugfix/HDFFV-10...Vailin Choi2019-06-2490-337/+476
|\ \ \ | |/ /
| * | Merge pull request #1767 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:H5Tcopy_dset_v...Dana Robinson2019-06-244-44/+35
| |\ \ | | |/ | |/|
| | * Updated H5Tcopy() to get the dataset's datatype through the VOL whenDana Robinson2019-06-244-44/+35
| * | Merge pull request #1765 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-241-6/+6
| |\ \ | | |/ | |/|
| | * Fix fortran test and test library linkingAllen Byrne2019-06-231-6/+6
| |/
| * Merge pull request #1764 in HDFFV/hdf5 from ~KOZIOL/hdf5:feature/update_gcc_f...Quincey Koziol2019-06-2361-175/+278
| |\
| | * Update GCC 6 & 7 flags for CMake buildsQuincey Koziol2019-06-231-1/+6
| | * Move -Wnormalized down into GCC 6.x flagsQuincey Koziol2019-06-221-3/+3
| | * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-228-10/+20
| | |\ | | |/ | |/|
| * | Merge pull request #1759 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-225-0/+12
| |\ \
| | * | Add lib dir for testing pluginsAllen Byrne2019-06-215-0/+12
| * | | Merge pull request #1763 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:memcpy_buffer_...Dana Robinson2019-06-222-7/+5
| |\ \ \
| | * | | Put the memcpy overlap check back into H5MM.Dana Robinson2019-06-222-7/+5
| |/ / /
| * | | Merge pull request #1761 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:t_filters_para...Dana Robinson2019-06-211-3/+3
| |\ \ \
| | * | | Fixed the heap overflow in t_filters_parallelDana Robinson2019-06-211-3/+3
| |/ / /
| | | * Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-212-2/+8
| | | |\ | | |_|/ | |/| |
| * | | Merge pull request #1760 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:t_filters_para...Dana Robinson2019-06-212-2/+8
| |\ \ \ | | |/ / | |/| |
| | * | Fixed some low-hanging fruit from -fsanitize in t_filters_parallel.Dana Robinson2019-06-212-2/+8
| |/ /
| | * Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2160-173/+271
| |/
| * Merge pull request #1749 in HDFFV/hdf5 from ~BYRN/hdf5_merge_adb:develop to d...Allen Byrne2019-06-2018-100/+129
| |\ |/ /
| * Add H5_HLDLL prefix for windows linkAllen Byrne2019-06-201-5/+12
| * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-202-2/+28
| |\ | |/ |/|
* | Merge pull request #1754 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2019-06-191-1/+1
|\ \
| * | Fix minor typo in H5S_select_iter_releaseJordan Henderson2019-06-191-1/+1
|/ /
* | Merge pull request #1753 in HDFFV/hdf5 from ~JSOUMAGNE/hdf5:topic_fix_objcopy...Jerome Soumagne2019-06-191-1/+27
|\ \
| * | Fix memory leak in objcopy test after H5Aread of vlen dataJerome Soumagne2019-06-191-1/+27
| | * HDFFV-10805 cleanup examples and test codeAllen Byrne2019-06-203-9/+20
| | * Add missing fortran modsAllen Byrne2019-06-192-1/+3
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-0/+50
| | |\ | |_|/ |/| |
* | | Merge pull request #1751 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2019-06-191-0/+50
|\ \ \
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
| |\ \ \ | |/ / / |/| | |
| * | | HDFFV-10616 add h5fc scriptAllen Byrne2019-06-191-0/+50
| |/ /
| | * HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
| | * Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-191-26/+28
| | |\ | |_|/ |/| |
* | | Merge pull request #1746 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:develop to developScot Breitenfeld2019-06-191-26/+28
|\ \ \ | |/ / |/| |