summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | 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
* | | | | | | | | | Fix for HDFFV-10659: The library abort with "infinite loop closing library"Vailin Choi2018-12-286-16/+267
| |_|_|_|_|_|_|/ / |/| | | | | | | |
* | | | | | | | | 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 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
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | 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
| |/ / / / /
* | | | | | 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
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | Add test for H5Aget_info(_by_name/_by_idx) NULL info pointerJordan Henderson2018-12-131-0/+65
| | |_|/ | |/| |
* | | | Fix plugin code from referencing invalid key ID value, and also switch fromQuincey Koziol2018-12-131-6/+9
|/ / /
* | | 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
|\ \ \ | |/ /
| * | 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
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-061-6/+17
|\ \ \ \ | |/ / /
| * | | Update to new callbacks in H5VL_class_t.Quincey Koziol2018-12-051-6/+17
* | | | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-0524-460/+651
|\ \ \ \ | |/ / /
| * | | 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