summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge pull request #1778 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-272-12/+24
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | Fixed missing return value checks in VDS tests.Dana Robinson2019-06-272-12/+24
|/ / / / / /
* | | | | | Merge pull request #1772 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-267-238/+373
|\ \ \ \ \ \
| * | | | | | 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
| | |\ \ \ \ \ \
| * | | | | | | | 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 #1775 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-06-263-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | Banish enum increment warningsDana Robinson2019-06-263-6/+6
|/ / / / / / / /
* | | | | | | | Merge pull request #1774 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:trefer_memory_...Dana Robinson2019-06-251-4/+4
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | |
| * | | | | | | Fixed a memory issue in trefer.c.Dana Robinson2019-06-251-4/+4
|/ / / / / / /
* | | | | | | 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
|/ / / / / /
* | | | | | 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
| | * | | | | 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
| |/ / / / / |/| | | | |
* | | | | | 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