| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Move write_tracking and page_size properties to be inside the core VFD's
driver properties.
|
|\
| |
| |
| |
| |
| |
| | |
to develop
* commit 'fc64bafb143b1d259282913fdbf0ba9f1a0a8069':
Updates the autotools tests to also emit the VOL connector for each test.
|
| |
| |
| |
| | |
for each test.
|
|\ \
| |/
|/|
| |
| |
| |
| | |
~DEROBINS/hdf5_der:h5i_reference_removal to develop
* commit 'e21c1cf7c6ee6dba5dd5bfd1a525227ac1304b53':
Removed H5I_REFERENCE from the library. It has always been unused and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
|
| |
| |
| |
| | |
and has been marked 'deprecated' since 1.10.0. Fixes HDFFV-10252.
|
|\ \
| | |
| | |
| | | |
develop
|
| | | |
|
|/ /
| |
| |
| |
| | |
strtok() to strtok_r() to avoid possible interference with / to application
use of strtok().
|
|\ \
| | |
| | |
| | |
| | | |
* commit 'deb7d2fb9714acc8222815328f71b0aae7e74275':
Use version 2 functions in test file to address compile errors for --with-default-api-version=v16 option.
|
| |/
| |
| |
| | |
--with-default-api-version=v16 option.
|
|\ \
| |/
| |
| |
| |
| |
| | |
* commit '4643860aa940fb52da251f7023ec2e48d7d10f34':
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.
|
| |\
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
~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.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | | |
* commit 'f2da47f732ded55837f6d008af46d0c448bec1f1':
Update to new callbacks in H5VL_class_t.
|
| | | |
|
|\ \ \
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
* 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.
...
|
| | | |
|
| | |
| | |
| | |
| | | |
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.
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | | |
metadata read attempts.
|
| | |
| | |
| | |
| | | |
H5Fget_access_plist(). Also, other misc. cleanups, etc.
|
| |\ \
| | |/
| | |
| | | |
stackable_vol
|
| | | |
|
| |\ \
| | | |
| | | |
| | | | |
stackable_vol
|
| | | |
| | | |
| | | |
| | | | |
testing.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
dataset callbacks.
|
| | | |
| | | |
| | | |
| | | | |
their coding style
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
in the 'test' directory appear to be working.
|
| | | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
stackable_vol
|
| | | | |
| | | | |
| | | | |
| | | | | |
modified: test/dsets.c
|
| |_|_|/
|/| | | |
|
| |_|/
|/| | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | | |
1) read_uc_file() in use_common.c
2) main() of use_append_chunk.c and use_append_mchunks.c
|
| |/
|/|
| |
| |
| | |
Fix the timing issue of the test by moving the open/close of the test file for the writer to
use_append_chunk.c and use_append_mchunks.c.
|
| | |
|
|/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This brings the H5VL code in line with the H5I code regarding
naming, parameter order, etc.
Several public API calls were affected by this change.
These changed names to reflect their use with VOL drivers:
H5VLregister() --> H5VLregister_driver()
H5VLregister_by_name() --> H5VLregister_driver_by_name()
H5VLunregister() --> H5VLunregister_driver()
H5VLis_registered() --> H5VLis_driver_registered()
This call was renamed to match H5Iregister(). The order of the first
two parameters also reversed and the object pointer is now const.
H5VLobject_register() --> H5VLregister()
|
| |
|
| |
|
|
|
|
| |
other misc).
|