summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | 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
| * | | | | | | | | | | Remove erroneous call.Quincey Koziol2018-10-291-4/+0
| * | | | | | | | | | | Switch to using VOL callbacks, instead of direct calls to internal routines.Quincey Koziol2018-10-291-34/+28
| * | | | | | | | | | | Add ref counter to VOL object wrapping in API contexts, so that re-entrant /Quincey Koziol2018-10-292-23/+54
| * | | | | | | | | | | Convert dataset callbacks to standard form, for wrapping object IDs, etc.Quincey Koziol2018-10-297-232/+513
| * | | | | | | | | | | Convert attribute VOL callbacks to a standard form that sets up the wrapperQuincey Koziol2018-10-295-152/+373
| * | | | | | | | | | | Clean up va_list properly on error.Quincey Koziol2018-10-281-30/+136
| * | | | | | | | | | | Minor coding style cleanupsQuincey Koziol2018-10-283-51/+24
| * | | | | | | | | | | Move all callback-related routines into the callback source file, standardizingQuincey Koziol2018-10-285-2611/+2678
| * | | | | | | | | | | Correct error with parsing of "FUNC_ENTER_API_NOINIT"Quincey Koziol2018-10-271-1/+1
| * | | | | | | | | | | Duplicate name of VOL plugin class, to avoid continuing to refer to the caller'sQuincey Koziol2018-10-271-6/+9
| * | | | | | | | | | | Fix names of VOL API routines.Quincey Koziol2018-10-271-2/+2