summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Removed H5I_REFERENCE from the library. It has always been unusedDana Robinson2018-12-0820-68/+20
* Merge pull request #1348 in HDFFV/hdf5 from ~SONGYULU/hdf5_ray:bugfix/HDFFV-1...Ray Lu2018-12-072-3/+111
|\
| * HDFFV-10635: Some minor changes to the test case and the comments in the libr...Songyu Lu2018-12-062-30/+32
| * HDFFV-10635: add a test case.Songyu Lu2018-12-051-2/+102
| * HDFFV-10635: Allowing to write the same variable-length element more than once.Songyu Lu2018-11-301-1/+7
* | Merge pull request #1362 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-12-071-49/+0
|\ \
| * \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d...Dana Robinson2018-12-072-4/+20
| |\ \ | |/ / |/| |
* | | Merge pull request #1360 in HDFFV/hdf5 from stackable_vol_fix_04 to developQuincey Koziol2018-12-072-4/+20
|\ \ \
| * | | Fix build errors VOL changes, when using --disable-deprecated-symbols.Quincey Koziol2018-12-062-4/+20
* | | | Merge pull request #1358 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:develop to dev...Dana Robinson2018-12-061-13/+0
|\ \ \ \ | |/ / / |/| | |
| | * | RELEASE.txt updates for fixes pushed to 1.10.5.Dana Robinson2018-12-071-49/+0
| |/ /
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_d...Dana Robinson2018-12-061-3/+1
| |\ \ | |/ / |/| |
* | | Merge pull request #1357 in HDFFV/hdf5 from stackable_vol_fix_03 to developQuincey Koziol2018-12-061-3/+1
|\ \ \
| * | | Remove reference to h5_vol_external_log_native.Quincey Koziol2018-12-061-3/+1
|/ / /
| * | Removed RELEASE.txt entry concerning --enable-debug/production configure flagsDana Robinson2018-12-061-13/+0
|/ /
* | Merge pull request #1355 in HDFFV/hdf5 from stackable_vol_fix_02 to developQuincey Koziol2018-12-061-6/+17
|\ \
| * | Update to new callbacks in H5VL_class_t.Quincey Koziol2018-12-051-6/+17
* | | Merge pull request #1356 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-051-139/+220
|\ \ \ | |/ / |/| |
| * | Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
|/ /
* | Merge pull request #1353 in HDFFV/hdf5 from stackable_vol_fix_01 to developQuincey Koziol2018-12-051-1/+1
|\ \
| * | Correct Windows build.Quincey Koziol2018-12-051-1/+1
|/ /
* | Merge pull request #1347 in HDFFV/hdf5 from stackable_vol to developQuincey Koziol2018-12-05137-7823/+13941
|\ \
| * | Refactor allocating & releasing pass through wrapper objects.Quincey Koziol2018-12-031-558/+184
| * | Fix typoQuincey Koziol2018-11-301-1/+1
| * | Remove duplicated comment.Quincey Koziol2018-11-301-9/+0
| * | Add a couple of missing prototypes for static routines, along with updatingQuincey Koziol2018-11-302-6/+12
| * | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value.Quincey Koziol2018-11-291-1/+2
| * | Correct "make check-vol" regression test target.Quincey Koziol2018-11-292-3/+5
| * | Switch H5VL_class_value_t from enum to unsigned integerQuincey Koziol2018-11-294-45/+31
| * | Add support for "make check-vol", along with a few minor cleanups, etc.Quincey Koziol2018-11-2911-20/+45
| * | Refactor infrastructure for setting FAPL information from environmentQuincey Koziol2018-11-2816-244/+236
| * | Remove example VOL connector, since it's been superceded by the pass-throughQuincey Koziol2018-11-284-505/+2
| * | Add pass-through VOL connectorQuincey Koziol2018-11-286-4/+3116
| * | Update API tracing info for VOL functions and regenerate trace macros for VOLQuincey Koziol2018-11-284-19/+75
| * | Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-2810-82/+257
| * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-287-30/+34
| |\ \
| * | | Add using FAPL from h5_fileaccess() to more tests.Quincey Koziol2018-11-224-39/+194
| * | | Remove unused test for unimplemented routine.Quincey Koziol2018-11-222-151/+0
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-2210-93/+209
| |\ \ \ | | | |/ | | |/|
| * | | Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-2222-451/+450
| * | | Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-2112-53/+295
| * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-202-1/+10
| |\ \ \
| * | | | Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-183-4/+13
| * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-1821-122/+716
| |\ \ \ \
| * | | | | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-1812-268/+511
| * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-125-105/+120
| |\ \ \ \ \
| * | | | | | Switch tool error output to match VOL changes within libraryQuincey Koziol2018-11-1220-205/+286
| * | | | | | Fix a few error messagesQuincey Koziol2018-11-121-4/+4
| * | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-102-47/+12
| |\ \ \ \ \ \
| * | | | | | | Switch switch remainder of API routines to use VOL callbacks.Quincey Koziol2018-11-1025-561/+462