summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Add symlinks named libhdf5_hl_fortran* to libhdf5hl_fortran inLarry Knox2019-01-041-1/+1
* Change FAIL_PUTS_ERROR to TEST_ERROR.Jacob Smith2019-01-041-17/+17
* Update calls: H5Dcreate to H5Dcreate2, H5Acreate to H5Acreate2.Jacob Smith2019-01-031-20/+20
* Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Vailin Choi2019-01-0216-1660/+3204
|\
| * fix wrong function name that is missed by correctional macroJacob Smith2018-12-311-1/+1
| * Merge pull request #1400 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:openmpi_tweaks...Dana Robinson2018-12-311-1/+1
| |\
| | * Merge branch 'develop' into openmpi_tweaksDana Robinson2018-12-3124-1631/+3209
| | |\
| | * | Added a shell script so we can run the parallel flush testDana Robinson2018-12-201-1/+1
| * | | Merge pull request #1413 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:yay_plugins to...Dana Robinson2018-12-316-32/+422
| |\ \ \ | | |_|/ | |/| |
| | * | Flipped swapped testing strings.Dana Robinson2018-12-281-2/+2
| | * | Merge branch 'develop' into yay_pluginsDana Robinson2018-12-281-1/+96
| | |\ \
| | * | | Added test_vol_plugin.sh to the list of scripts to cleanDana Robinson2018-12-281-1/+2
| | * | | Fixed a CMake build issue (CMake still doesn't run the VOL pluginDana Robinson2018-12-281-1/+1
| | * | | Added more sub-tests to the VOL plugin test.Dana Robinson2018-12-281-13/+172
| | * | | Added a simple test for registration of VOL connector plugins.Dana Robinson2018-12-275-30/+260
| * | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-281-1/+95
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2716-6/+335
| |\ \ \ \ | | | |/ / | | |/| |
| * | | | OHDR tests now accept h5_fileaccess() fapls.Jacob Smith2018-12-262-139/+160
| * | | | Fix some CMake listingsJacob Smith2018-12-212-1/+1
| * | | | Add error checking to the minimized dset header size calculation.Jacob Smith2018-12-211-16/+16
| * | | | Fix mistake with H5E_BEGIN_TRY {...} H5E_END_TRY block containing ERROR-raisi...Jacob Smith2018-12-202-16/+27
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~jake.smith/hdf5...Jacob Smith2018-12-1914-16/+19
| |\ \ \ \
| * | | | | Add "compact" storage test to relative header size comparisons.Jacob Smith2018-12-191-60/+80
| * | | | | Formatting adjustments.Jacob Smith2018-12-181-226/+217
| * | | | | Move H5Fset_dset_no_attrs_hint VOL operations to native.Jacob Smith2018-12-183-945/+864
| * | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-185-142/+69
| |\ \ \ \ \
| * | | | | | Re-format test/ohdr_mindset.cJacob Smith2018-12-143-1060/+360
| * | | | | | formatting adjustmentsJacob Smith2018-12-141-27/+61
| * | | | | | Reformat to be more consistent with existing code.Jacob Smith2018-12-135-306/+100
| * | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-131-0/+64
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-122-2/+6
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'dset_ohdr_minimize' of https://bitbucket.hdfgroup.org/scm/~jake...Jacob Smith2018-12-121-2/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | Fix typo.Jacob Smith2018-12-121-2/+2
| * | | | | | | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-1271-4427/+5614
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | change test file name and apply 'h5_fixname' to itJacob Smith2018-12-112-4/+7
| * | | | | | | | | Sidestep and hide&flag minor issues causing test failures.Jacob Smith2018-12-052-18/+61
| * | | | | | | | | Incorporate minimized dset ohdr tests into extant suite.Jacob Smith2018-11-194-1353/+1498
| * | | | | | | | | Remove unused/redundant external file link testJacob Smith2018-09-201-151/+0
| * | | | | | | | | Modify MTIME size behavior to be closer to expectations (we hope).Jacob Smith2018-09-201-21/+12
| * | | | | | | | | Continued progress in implementing tests.Jacob Smith2018-09-201-115/+153
| * | | | | | | | | Make questionable tests fail with TODOsJacob Smith2018-09-141-0/+4
| * | | | | | | | | Change to use internal routines to get dcpl minimize setting.Jacob Smith2018-09-141-0/+2
| * | | | | | | | | Add modtime dataset to explicitly not trackJacob Smith2018-09-141-0/+25
| * | | | | | | | | Refactor file- and dataset-creation code for easier reading.Jacob Smith2018-09-141-354/+368
| * | | | | | | | | Remove redundant code and refactorJacob Smith2018-09-121-43/+4
| * | | | | | | | | Add presumptive test for external links.Jacob Smith2018-09-123-5/+125
| * | | | | | | | | Add additional tests (or placeholders for same).Jacob Smith2018-09-121-35/+394
| * | | | | | | | | Add new test fileJacob Smith2018-09-111-0/+1322
| * | | | | | | | | Stash work on object header reduction code and tests.Jacob Smith2018-09-117-7/+265
* | | | | | | | | | Changes based on feedback from pull request.Vailin Choi2018-12-312-3/+3