| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
|\
| |
| |
| |
| |
| |
| | |
~DEROBINS/hdf5_der:develop_minor_pr to develop
* commit '5d9a93b61d374c427554dd2ff9574539bc8861ab':
Minor tweak to address JIRA HDFFV-10611 (which was already fixed).
|
|/ |
|
|\
| |
| |
| |
| |
| |
| |
| |
| | |
~SONGYULU/hdf5_ray:bugfix/HDFFV-10635-hdf5-library-segmentation-fault to develop
* commit '3e8599591504c95d8a97100b9546174f6132dc97':
HDFFV-10635: Some minor changes to the test case and the comments in the library.
HDFFV-10635: add a test case.
HDFFV-10635: Allowing to write the same variable-length element more than once.
|
| |
| |
| |
| | |
library.
|
| | |
|
| | |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | | |
develop
* commit '4484c5d6ef2186805da44abfbec9bf21fc5e4414':
RELEASE.txt updates for fixes pushed to 1.10.5.
|
| |\ \
| |/ /
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit 'a60702605496bb5dfb12af0c0385590df85b31a3':
Fix build errors VOL changes, when using --disable-deprecated-symbols.
|
| | | | |
|
|\ \ \ \
| |/ / /
|/| | |
| | | |
| | | |
| | | |
| | | | |
develop
* commit 'dd23dac577c70d7fc0aa3fe21c1ebf52a18975d2':
Removed RELEASE.txt entry concerning --enable-debug/production configure flags as those changes were pushed to HDF5 1.10.
|
| |/ / |
|
| |\ \
| |/ /
|/| |
| | | |
https://bitbucket.hdfgroup.org/scm/~derobins/hdf5_der into develop
|
|\ \ \
| | | |
| | | |
| | | |
| | | | |
* commit '0a7c64f6e874c92cd2540af0b1fa032be0091502':
Remove reference to h5_vol_external_log_native.
|
|/ / / |
|
|/ /
| |
| |
| | |
as those changes were pushed to HDF5 1.10.
|
|\ \
| | |
| | |
| | |
| | | |
* commit '592a22345517dc321c47b2df7e6d52c968fbae9b':
Update to new callbacks in H5VL_class_t.
|
| | | |
|
|\ \ \
| |/ /
|/| |
| | |
| | | |
* commit '406f7916ceaec959c0c22cdf05f45515f04a8529':
Updates to t_filters_parallel for missing filters
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'e395d1ed7c76ab224a862c396020758097681cad':
Correct Windows build.
|
|/ / |
|
|\ \
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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
...
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
a comment from VOL plugin -> connector.
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| | |
| | |
| | |
| | | |
VOL connector in the src subdirectory.
|
| | | |
|
| | |
| | |
| | |
| | | |
API calls.
|
| | |
| | |
| | |
| | |
| | |
| | | |
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.
|
| |\ \
| | | |
| | | |
| | | | |
stackable_vol
|
| | | | |
|
| | | | |
|
| |\ \ \
| | | |/
| | |/|
| | | | |
stackable_vol
|
| | | |
| | | |
| | | |
| | | | |
value.
|
| | | |
| | | |
| | | |
| | | | |
deserializing a connector's info object.
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
stackable_vol
|
| | | | |
| | | | |
| | | | |
| | | | | |
metadata read attempts.
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
stackable_vol
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
H5Fget_access_plist(). Also, other misc. cleanups, etc.
|
| |\ \ \ \ \
| | | | | | |
| | | | | | |
| | | | | | | |
stackable_vol
|