summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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 pull request #1386 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-281-1/+96
| |\ \ \ | | |/ / | |/| |
| | * | Add test for H5Arename NULL/empty attribute name fixJordan Henderson2018-12-171-1/+96
* | | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-2716-6/+335
|\ \ \ \ | |/ / /
| * | | Merge pull request #1407 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to developAllen Byrne2018-12-212-0/+332
| |\ \ \
| | * | | HDFFV-10656 Add CHECK_VOL support to CMakeAllen Byrne2018-12-202-0/+332
| | | |/ | | |/|
| * | | Remove core VFD-specific property list call and regenerate encoded propertyQuincey Koziol2018-12-2013-4/+1
| |/ /
| * | Correct core VFD to run with a 1MB increment instead of a 1 byte increment!Quincey Koziol2018-12-191-2/+2
* | | 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
|\ \ \ | |/ /
| * | Clear driver properties before returning them to application.Quincey Koziol2018-12-1913-2/+0
| * | Merge pull request #1384 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:build_tweaks t...Dana Robinson2018-12-181-14/+19
| |\ \
| | * | Updates the autotools tests to also emit the VOL connectorDana Robinson2018-12-161-14/+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
|\ \ \ | |/ /
| * | Merge pull request #1364 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:h5i_reference_...Dana Robinson2018-12-172-3/+0
| |\ \ | | |/ | |/|
| | * Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-082-3/+0
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-12-131-0/+65
| |\ \
| * | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-6/+9
* | | | 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
|\ \ \ \ | | |/ / | |/| |
| * | | Add test for H5Aget_info(_by_name/_by_idx) NULL info pointerJordan Henderson2018-12-131-0/+65
| |/ /
* | | Merge branch 'develop' into dset_ohdr_minimizeJacob Smith2018-12-122-2/+6
|\ \ \ | |/ /
| * | Merge pull request #1367 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develophdftest2018-12-121-2/+2
| |\ \
| | * | Use version 2 functions in test file to address compile errors forLarry Knox2018-12-121-2/+2
| | |/
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-071-2/+103
| |\ \ | | |/
| * | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-061-6/+17
| |\ \
| * \ \ Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-0524-460/+651
| |\ \ \
| * | | | HDFFV-10632 - split stderr and stdout in cmakeAllen Byrne2018-12-031-0/+4
* | | | | 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
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | |
| * | | | Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-12-071-2/+103
| |\ \ \ \ | | |_|_|/ | |/| | |