summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2019-07-2253-904/+1088
|\
| * Updates to warnhist script, along with a few cleanups, and add some commentsQuincey Koziol2019-07-107-5/+87
| * Add support for GCC9, update warnhist script, and clean up warnings.Quincey Koziol2019-07-0317-90/+125
| * Merge pull request #1787 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop_minor_...Dana Robinson2019-07-023-215/+238
| |\
| | * Cleaned up misc warnings.Dana Robinson2019-06-293-215/+238
| * | Move the -Wformat-nonliteral warning to the developer flags. Fix bugsQuincey Koziol2019-06-291-1/+0
| * | Merge branch 'develop' into feature/update_gcc_flagsQuincey Koziol2019-06-287-143/+106
| |\ \ | | |/
| | * Merge pull request #1782 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:warning_fixes ...Dana Robinson2019-06-283-36/+47
| | |\
| | | * Fixed various warnings in testhdf5 files.Dana Robinson2019-06-283-36/+47
| | * | Merge pull request #12 in ~VCHOI/my_third_fork from develop to bugfix/new_shu...Vailin Choi2019-06-272-12/+24
| | |\ \ | | | |/
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~vchoi/my_third_...Vailin Choi2019-06-265-242/+282
| | |\ \
| | * \ \ Merge pull request #8 in ~VCHOI/my_third_fork from develop to bugfix/new_shut...Vailin Choi2019-06-2420-50/+62
| | |\ \ \
| | * | | | Checkin for new shutting down free-space manager.Vailin Choi2019-06-204-105/+63
| * | | | | Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-2814-199/+217
| | |_|_|/ | |/| | |
| * | | | 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-261-232/+272
| |\ \ \
| | * | | Correct hid_t error value to H5I_INVALID_HID in tests related to libver_bounds.Vailin Choi2019-06-251-112/+112
| | * | | Fix for HDFFV-10808 H5Pset_file_space_strategy succeeds when using H5Pset_lib...Vailin Choi2019-06-241-123/+163
| | | |/ | | |/|
| * | | Banish enum increment warningsDana Robinson2019-06-263-6/+6
| * | | Fixed a memory issue in trefer.c.Dana Robinson2019-06-251-4/+4
| |/ /
| * | Add support for GCC 7.x warnings, update warnhist script to account for them,Quincey Koziol2019-06-2119-44/+49
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-201-1/+27
| |\ \ | | |/
| * | HDFFV-10805 Fix test of library libinfoAllen Byrne2019-06-191-6/+13
* | | Minor formatting adjustments.Jacob Smith2019-07-222-106/+100
* | | Merge branch 'develop' into bugfix/repack_external_storageJacob Smith2019-06-2014-1105/+2133
|\ \ \ | | |/ | |/|
| * | Fix memory leak in objcopy test after H5Aread of vlen dataJerome Soumagne2019-06-191-1/+27
| |/
| * Merge pull request #1750 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:ohdr_test_memo...Dana Robinson2019-06-191-202/+150
| |\
| | * Fixed a problem in the ohdr test where hard-coded strings passedDana Robinson2019-06-191-202/+150
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-06-181-0/+748
| |\ \ | | |/
| | * Add H5S_SEL_ITER_SHARE_WITH_DATASPACE selection iterator creation flag, toQuincey Koziol2019-06-171-171/+182
| | * Merge branch 'develop' into merge_hyperslab_04Quincey Koziol2019-06-174-5/+91
| | |\
| | * | New hyperslab selection routines and new public selection iterator routines.Quincey Koziol2019-06-161-0/+737
| * | | HDFFV-10805 Add option to only build shared targetsAllen Byrne2019-06-184-827/+169
| | |/ | |/|
| * | Merge pull request #1729 in HDFFV/hdf5 from ~VCHOI/my_third_fork:bugfix/HDFFV...Vailin Choi2019-06-174-4/+90
| |\ \
| | * | Fix for HDFFV-10800 H5Ocopy failure:Vailin Choi2019-06-124-4/+90
| * | | Fixed problem with H5Fdelete "test" and split VFD.Dana Robinson2019-06-161-1/+1
| | |/ | |/|
| * | Added the creation and use of an attribute access property list toDana Robinson2019-06-151-49/+60
| * | Merge branch 'develop' into vol_dev_headersDana Robinson2019-06-143-20/+880
| |\ \
| | * | Added H5Fdelete call and VOL support (but no VFD/native implementation).Dana Robinson2019-06-111-0/+107
| | |/
| | * Added a VOL initialization property list type.Dana Robinson2019-06-051-14/+37
| | * Refactor H5S__hyper_project_intersection to operate directly on spanNeil Fortner2019-06-011-1/+719
| | * Added code that disallows unregistering the native VOL connector.Dana Robinson2019-05-241-6/+18
| * | Split VOL connector routines into separate headers:Dana Robinson2019-05-241-0/+7
| |/
| * Correct message command syntaxAllen Byrne2019-05-171-2/+2
* | Some minor reformatting.Jacob Smith2019-05-241-193/+241
* | Add test that uses the family member FAPL setting.Jacob Smith2019-05-241-0/+112
|/
* Merge pull request #1605 in HDFFV/hdf5 from merge_hyperslab_update_01 to developQuincey Koziol2019-04-301-89/+1309
|\
| * Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-2923-1111/+2848
| |\
| * \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-061-0/+79
| |\ \
| * \ \ Merge remote-tracking branch 'origin/develop' into merge_hyperslab_update_01Quincey Koziol2019-04-056-165/+192
| |\ \ \