summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Update COPYING file.Larry Knox2019-07-301-1/+1
| | | |/ | | |/|
| * | | Merge cleanup mostly whitespaceAllen Byrne2019-07-306-961/+960
| * | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2019-07-297-21/+6835
| |\ \ \ | | |/ /
| | * | Add HD to string functions.Larry Knox2019-07-263-27/+27
| | * | Squashed commit of the following:Larry Knox2019-07-257-21/+6835
| | |/
| * | HDFFV-10529 Update CMake tests to use test fixturesAllen Byrne2019-07-233-185/+61
| |/
| * Correct format of drive checkAllen Byrne2019-07-221-5/+9
| * HDFFV-10845 fix comment syntaxAllen Byrne2019-07-211-2/+2
| * HDFFV-10845 Windows drive can only goto ZAllen Byrne2019-07-211-946/+950
| * HDFFV-10845 use of TARGETFILE disables auto emulatorAllen Byrne2019-07-174-23/+43
| * HDFFV-10845 fix configure check and PATHsAllen Byrne2019-07-172-3/+3
| * HDFFV-8631 mingw is different platformAllen Byrne2019-07-171-2/+2
* | Change print calls to HD-wrapped.Jacob Smith2019-09-231-3/+2
* | 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