summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix build errors VOL changes, when using --disable-deprecated-symbols.Quincey Koziol2018-12-062-4/+20
* 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
|/
* 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
| * | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-0731-666/+669
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-067-9/+9
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Remove most debugging shims & scaffolding.Quincey Koziol2018-11-0413-359/+141
| * | | | | | | | | Switch driver | plugin => connector.Quincey Koziol2018-11-0433-1230/+1232
| * | | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ...Quincey Koziol2018-11-0429-602/+529
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | Refactor, standardize, and revise the async request callbacks.Quincey Koziol2018-11-047-73/+441
| * | | | | | | | | | Refactor and standardize named datatype VOL callbacks.Quincey Koziol2018-11-015-176/+359
| * | | | | | | | | | Refactor and standardize object VOL callbacks.Quincey Koziol2018-11-0110-291/+289
| * | | | | | | | | | Refactor and standardize the link VOL callbacks. Also fix error stack forQuincey Koziol2018-11-017-197/+382
| * | | | | | | | | | Refactor and standardize group VOL callbacks.Quincey Koziol2018-11-014-115/+307
| * | | | | | | | | | 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-318-222/+338