summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\ \ \ \ | | |_|_|/ | |/| | |
| | * | | HDFFV-10635: Some minor changes to the test case and the comments in the libr...Songyu Lu2018-12-061-28/+29
| | * | | HDFFV-10635: add a test case.Songyu Lu2018-12-051-2/+102
| | |/ /
| * | | Update to new callbacks in H5VL_class_t.Quincey Koziol2018-12-051-6/+17
| | |/ | |/|
| * | Remove duplicated comment.Quincey Koziol2018-11-301-9/+0
| * | Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-301-6/+6
| * | Correct "make check-vol" regression test target.Quincey Koziol2018-11-291-0/+2
| * | Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-291-2/+5
| * | Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-294-13/+14
| * | Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-283-154/+217
| * | Add using FAPL from h5_fileaccess() to more tests.Quincey Koziol2018-11-224-39/+194
| * | Remove unused test for unimplemented routine.Quincey Koziol2018-11-221-150/+0
| * | Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-181-0/+11
| * | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-181-5/+46
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-072-17/+21
| |\ \ | | |/
| | * HDFFV-10605 Only test plugins if SHARED enabledAllen Byrne2018-11-062-17/+21
| * | Switch driver | plugin => connector.Quincey Koziol2018-11-042-46/+48
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-044-160/+209
| |\ \ | | |/
| | * Fixed exit() to HDexit() in use_append_chunk.c and use_append_mchunks.cVailin Choi2018-11-012-4/+4
| | * Fixed fprintf to HDfprintf in the following routines:Vailin Choi2018-11-013-113/+113
| | * Fix for HDFFV-10554 use_append_chunks in swmr use case test failureVailin Choi2018-10-304-60/+109
| * | Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-011-7/+10
| * | Update for change in error stack when opening a dataset.Quincey Koziol2018-10-311-9/+12
| * | Refactor and standarize file object callbacks, including some fixes on theQuincey Koziol2018-10-311-10/+26
| * | Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-281-2/+2
| * | Remove virtual dataset refresh code's direct use of native VOL plugin's ID.Quincey Koziol2018-10-273-3/+10
| * | Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-4/+2