summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* HDFFV=10632 test cleanupAllen Byrne2018-12-0618-182/+9
|
* Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-051-139/+220
|\ | | | | | | | | * commit 'dbce6e852a508a9b5438ca0fb5278e1a10555635': Updates to t_filters_parallel for missing filters
| * Merge pull request #1356 in HDFFV/hdf5 from ~JHENDERSON/hdf5:develop to developJordan Henderson2018-12-051-139/+220
| |\ | | | | | | | | | | | | * commit '406f7916ceaec959c0c22cdf05f45515f04a8529': Updates to t_filters_parallel for missing filters
| | * Updates to t_filters_parallel for missing filtersJordan Henderson2018-12-051-139/+220
| |/
* | Merging in latest from upstream (HDFFV/hdf5:refs/heads/develop)Allen Byrne2018-12-05137-7824/+13942
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '55e87e5b86aacbb37c57614cd2e869541291caad': (51 commits) Correct Windows build. Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. ...
| * Merge pull request #1353 in HDFFV/hdf5 from stackable_vol_fix_01 to developQuincey Koziol2018-12-051-1/+1
| |\ | | | | | | | | | | | | * commit 'e395d1ed7c76ab224a862c396020758097681cad': Correct Windows build.
| | * 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
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c58d84e721ef9fbda63abc834767a28dc978d121': (50 commits) Refactor allocating & releasing pass through wrapper objects. Fix typo Remove duplicated comment. Add a couple of missing prototypes for static routines, along with updating a comment from VOL plugin -> connector. Switch H5VL_class_value_t from unsigned to int, and add "invalid" ID value. Correct "make check-vol" regression test target. Switch H5VL_class_value_t from enum to unsigned integer Add support for "make check-vol", along with a few minor cleanups, etc. Refactor infrastructure for setting FAPL information from environment variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header. Remove example VOL connector, since it's been superceded by the pass-through VOL connector in the src subdirectory. Add pass-through VOL connector Update API tracing info for VOL functions and regenerate trace macros for VOL API calls. Added 'notify' callback for async requests; switched VOL class and info comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks. Add using FAPL from h5_fileaccess() to more tests. Remove unused test for unimplemented routine. Switch loc_params to VOL callbacks to pass struct by pointer instead of by value. Add info_to_str and str_to_info "management" callbacks for serializing and deserializing a connector's info object. Revert some of the changes to support the original property list value of metadata read attempts. Add VOL connector info to the flie access property list returned from H5Fget_access_plist(). Also, other misc. cleanups, etc. Switch tool error output to match VOL changes within library ...
| | * 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
| | | | | | | | | | | | a comment from VOL plugin -> connector.
| | * 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
| | | | | | | | | | | | | | | | | | variables during testing, including connecting native, pass-through, and dynamically loaded VOL connectors. Also bring native and pass-through VOL connectors into alignment, removing the "H5VLnative_private.h" header.
| | * Remove example VOL connector, since it's been superceded by the pass-throughQuincey Koziol2018-11-284-505/+2
| | | | | | | | | | | | VOL connector in the src subdirectory.
| | * 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
| | | | | | | | | | | | API calls.
| | * Added 'notify' callback for async requests; switched VOL class and infoQuincey Koziol2018-11-2810-82/+257
| | | | | | | | | | | | | | | | | | comparison to return comparison value as parameter, so they can return error values; "cancelled" -> "canceled"; switched order of 'wrap_object' and 'free_wrap_ctx' management callbacks.
| | * Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-287-30/+34
| | |\ | | | | | | | | | | | | stackable_vol
| | * | 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
| | |\ \ | | | | | | | | | | | | | | | stackable_vol
| | * | | Switch loc_params to VOL callbacks to pass struct by pointer instead of byQuincey Koziol2018-11-2222-451/+450
| | | | | | | | | | | | | | | | | | | | value.
| | * | | Add info_to_str and str_to_info "management" callbacks for serializing andQuincey Koziol2018-11-2112-53/+295
| | | | | | | | | | | | | | | | | | | | deserializing a connector's info object.
| | * | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-202-1/+10
| | |\ \ \ | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | Revert some of the changes to support the original property list value ofQuincey Koziol2018-11-183-4/+13
| | | | | | | | | | | | | | | | | | | | | | | | metadata read attempts.
| | * | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-1821-122/+716
| | |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | | Add VOL connector info to the flie access property list returned fromQuincey Koziol2018-11-1812-268/+511
| | | | | | | | | | | | | | | | | | | | | | | | | | | | H5Fget_access_plist(). Also, other misc. cleanups, etc.
| | * | | | | Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-125-105/+120
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | | | 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
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | | | | 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
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * \ \ \ \ \ \ \ Merge branch 'develop' of https://bitbucket.hdfgroup.org/scm/hdffv/hdf5 into ↵Quincey Koziol2018-11-067-9/+9
| | |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | | | | | | 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
| | |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stackable_vol
| | * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | testing.
| | * | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | dataset callbacks.
| | * | | | | | | | | | 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
| | | | | | | | | | | |