| Commit message (Expand) | Author | Age | Files | Lines |
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop) | Allen Byrne | 2018-12-05 | 137 | -7824/+13942 |
|\ |
|
| * | Merge pull request #1353 in HDFFV/hdf5 from stackable_vol_fix_01 to develop | Quincey Koziol | 2018-12-05 | 1 | -1/+1 |
| |\ |
|
| | * | Correct Windows build. | Quincey Koziol | 2018-12-05 | 1 | -1/+1 |
| |/ |
|
| * | Merge pull request #1347 in HDFFV/hdf5 from stackable_vol to develop | Quincey Koziol | 2018-12-05 | 137 | -7823/+13941 |
| |\ |
|
| | * | Refactor allocating & releasing pass through wrapper objects. | Quincey Koziol | 2018-12-03 | 1 | -558/+184 |
|
|
| | * | Fix typo | Quincey Koziol | 2018-11-30 | 1 | -1/+1 |
|
|
| | * | Remove duplicated comment. | Quincey Koziol | 2018-11-30 | 1 | -9/+0 |
|
|
| | * | Add a couple of missing prototypes for static routines, along with updating | Quincey Koziol | 2018-11-30 | 2 | -6/+12 |
|
|
| | * | Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. | Quincey Koziol | 2018-11-29 | 1 | -1/+2 |
|
|
| | * | Correct "make check-vol" regression test target. | Quincey Koziol | 2018-11-29 | 2 | -3/+5 |
|
|
| | * | Switch H5VL_class_value_t from enum to unsigned integer | Quincey Koziol | 2018-11-29 | 4 | -45/+31 |
|
|
| | * | Add support for "make check-vol", along with a few minor cleanups, etc. | Quincey Koziol | 2018-11-29 | 11 | -20/+45 |
|
|
| | * | Refactor infrastructure for setting FAPL information from environment | Quincey Koziol | 2018-11-28 | 16 | -244/+236 |
|
|
| | * | Remove example VOL connector, since it's been superceded by the pass-through | Quincey Koziol | 2018-11-28 | 4 | -505/+2 |
|
|
| | * | Add pass-through VOL connector | Quincey Koziol | 2018-11-28 | 6 | -4/+3116 |
|
|
| | * | Update API tracing info for VOL functions and regenerate trace macros for VOL | Quincey Koziol | 2018-11-28 | 4 | -19/+75 |
|
|
| | * | Added 'notify' callback for async requests; switched VOL class and info | Quincey Koziol | 2018-11-28 | 10 | -82/+257 |
|
|
| | * | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-28 | 7 | -30/+34 |
| | |\ |
|
| | * | | Add using FAPL from h5_fileaccess() to more tests. | Quincey Koziol | 2018-11-22 | 4 | -39/+194 |
|
|
| | * | | Remove unused test for unimplemented routine. | Quincey Koziol | 2018-11-22 | 2 | -151/+0 |
|
|
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-22 | 10 | -93/+209 |
| | |\ \ |
|
| | * | | | Switch loc_params to VOL callbacks to pass struct by pointer instead of by | Quincey Koziol | 2018-11-22 | 22 | -451/+450 |
|
|
| | * | | | Add info_to_str and str_to_info "management" callbacks for serializing and | Quincey Koziol | 2018-11-21 | 12 | -53/+295 |
|
|
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-20 | 2 | -1/+10 |
| | |\ \ \ |
|
| | * | | | | Revert some of the changes to support the original property list value of | Quincey Koziol | 2018-11-18 | 3 | -4/+13 |
|
|
| | * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-18 | 21 | -122/+716 |
| | |\ \ \ \ |
|
| | * | | | | | Add VOL connector info to the flie access property list returned from | Quincey Koziol | 2018-11-18 | 12 | -268/+511 |
|
|
| | * | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-12 | 5 | -105/+120 |
| | |\ \ \ \ \ |
|
| | * | | | | | | Switch tool error output to match VOL changes within library | Quincey Koziol | 2018-11-12 | 20 | -205/+286 |
|
|
| | * | | | | | | Fix a few error messages | Quincey Koziol | 2018-11-12 | 1 | -4/+4 |
|
|
| | * | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-10 | 2 | -47/+12 |
| | |\ \ \ \ \ \ |
|
| | * | | | | | | | Switch switch remainder of API routines to use VOL callbacks. | Quincey Koziol | 2018-11-10 | 25 | -561/+462 |
|
|
| | * | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-07 | 31 | -666/+669 |
| | |\ \ \ \ \ \ \ |
|
| | * \ \ \ \ \ \ \ | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-06 | 7 | -9/+9 |
| | |\ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | Remove most debugging shims & scaffolding. | Quincey Koziol | 2018-11-04 | 13 | -359/+141 |
|
|
| | * | | | | | | | | | Switch driver | plugin => connector. | Quincey Koziol | 2018-11-04 | 33 | -1230/+1232 |
|
|
| | * | | | | | | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ... | Quincey Koziol | 2018-11-04 | 29 | -602/+529 |
| | |\ \ \ \ \ \ \ \ \ |
|
| | * | | | | | | | | | | Refactor, standardize, and revise the async request callbacks. | Quincey Koziol | 2018-11-04 | 7 | -73/+441 |
|
|
| | * | | | | | | | | | | Refactor and standardize named datatype VOL callbacks. | Quincey Koziol | 2018-11-01 | 5 | -176/+359 |
|
|
| | * | | | | | | | | | | Refactor and standardize object VOL callbacks. | Quincey Koziol | 2018-11-01 | 10 | -291/+289 |
|
|
| | * | | | | | | | | | | Refactor and standardize the link VOL callbacks. Also fix error stack for | Quincey Koziol | 2018-11-01 | 7 | -197/+382 |
|
|
| | * | | | | | | | | | | Refactor and standardize group VOL callbacks. | Quincey Koziol | 2018-11-01 | 4 | -115/+307 |
|
|
| | * | | | | | | | | | | Update for change in error stack when opening a dataset. | Quincey Koziol | 2018-10-31 | 1 | -9/+12 |
|
|
| | * | | | | | | | | | | Refactor and standarize file object callbacks, including some fixes on the | Quincey Koziol | 2018-10-31 | 8 | -222/+338 |
|
|
| | * | | | | | | | | | | Remove erroneous call. | Quincey Koziol | 2018-10-29 | 1 | -4/+0 |
|
|
| | * | | | | | | | | | | Switch to using VOL callbacks, instead of direct calls to internal routines. | Quincey Koziol | 2018-10-29 | 1 | -34/+28 |
|
|
| | * | | | | | | | | | | Add ref counter to VOL object wrapping in API contexts, so that re-entrant / | Quincey Koziol | 2018-10-29 | 2 | -23/+54 |
|
|
| | * | | | | | | | | | | Convert dataset callbacks to standard form, for wrapping object IDs, etc. | Quincey Koziol | 2018-10-29 | 7 | -232/+513 |
|
|
| | * | | | | | | | | | | Convert attribute VOL callbacks to a standard form that sets up the wrapper | Quincey Koziol | 2018-10-29 | 5 | -152/+373 |
|
|
| | * | | | | | | | | | | Clean up va_list properly on error. | Quincey Koziol | 2018-10-28 | 1 | -30/+136 |
|
|