Network

 
AuthorCommitMessageCommit Date
Dana RobinsonDana Robinson
2ca08282408Added H5Oget_info_by_name().
Dana RobinsonDana Robinson
1b29d9a8a85Moved over some missing H5L VOL functionality and reordered the vol.c test so that it fails due to the bad traversal. The failing test is commented out for now.
Dana RobinsonDana Robinson
145bbe9a4b6Wired up H5Lcopy().
Dana RobinsonDana Robinson
643dd58e474Wired up H5Lmove().
Dana RobinsonDana Robinson
a28a2271348Wired up H5Fget_file_image(). No test for this yet, but the file_image test doesn't segfault (I don't expect it to pass yet), so it's at least kind of working.
Dana RobinsonDana Robinson
c5f26b1594dBrought more of H5I into sync with the vol branch w/ some code tidying.
Frank WillmoreFrank Willmore
1cfaabba1e7re-worked uuid as char[37] typedef instead of json_t*
Frank WillmoreFrank Willmore
4c24f8b43c4MMerge branch 'vol_integration_api' into json-vol
Dana RobinsonDana Robinson
644e7526830Added (almost complete) support for variable-length types.
Dana RobinsonDana Robinson
84c0798a0c6Updated the farray test to use H5VL_object.
Dana RobinsonDana Robinson
4edf6929cb6MMerge branch 'develop' into vol_integration_api
Dana RobinsonDana Robinson
d342e5acbc0Added H5Fget_name().
Dana RobinsonDana Robinson
4eacdac25f9Wired up H5Fget_info2.
Dana RobinsonDana Robinson
34f636a7647Added H5Aread/write. The vfd.c test works now.
Dana RobinsonDana Robinson
bc231998656Added H5Lexists().
Dana RobinsonDana Robinson
4a88ad8d2e0Fixed up H5G_loc() to use the H5G_loc_real() function, tidied code, and almost got the farray.c test to work (the check cached stabs test fails).
Dana RobinsonDana Robinson
49b2ad963ceWired up H5Freopen.
Dana RobinsonDana Robinson
929cf3f54d7Partial VOL-ification of the farray test. Needs H5Freopen to continue.
Dana RobinsonDana Robinson
2e6954f2a9cMoved H5O_visit, H5G_visit, and H5G_iterate over to the form used in the VOL code. Wired up some H5O and H5L API calls that are untested.
Dana RobinsonDana Robinson
fa4296ac1a7Cleaned up some free list usage.
Dana RobinsonDana Robinson
a8ba6029f2aSwitched to using the VOL close function in H5T.
Dana RobinsonDana Robinson
80b693fdb49Wired up H5Tcopy() when a dataset is passed in.
Dana RobinsonDana Robinson
0c3a633ebb5Added H5Dget_space_status().
Dana RobinsonDana Robinson
9bcf47dd4dfWired up H5Dcreate_anon().
Dana RobinsonDana Robinson
1d76169aa56Added H5Lcreate_soft().
Dana RobinsonDana Robinson
d79451c4d87Creating hard links appears to work.
Frank WillmoreFrank Willmore
97dae6c554cremoved references to URI
Frank WillmoreFrank Willmore
ecd5e0da6c5dataset create working, but rough
Frank WillmoreFrank Willmore
7a93578b669dataset create spec'd out, can start implementing
Frank WillmoreFrank Willmore
8bef7afe2fdMMerge branch 'vol_integration_api' into json-vol
Dana RobinsonDana Robinson
b4e832258acWired up H5Acreate2 and H5Aclose.
Dana RobinsonDana Robinson
53ff011828aWired up H5Dget_offset.
Dana RobinsonDana Robinson
7a51d6523efAdded H5Dget_storage_size.
Dana RobinsonDana Robinson
a6cae62e39dAdded H5Dget_type.
Dana RobinsonDana Robinson
36debcce17bWired up H5Dget_space
Dana RobinsonDana Robinson
7db38428223Added stubs for testing attributes, objects, links, and datatypes.
Dana RobinsonDana Robinson
442b13a90f3Added H5Dget_access_plist.
Dana RobinsonDana Robinson
b8e7ed81f1aAdded H5Dget_create_plist.
Dana RobinsonDana Robinson
f75916b2477Wired up H5Dset_extent.
Dana RobinsonDana Robinson
3a862a12c09Made dataset test use a chunked dataset.
Dana RobinsonDana Robinson
d812d5ba916* Added check that H5Dwrite/H5Dread buffers match. * Wired up H5Gget_info_by_idx.
Dana RobinsonDana Robinson
d35fa745081H5Dread is wired up.
Dana RobinsonDana Robinson
8bc3726fb04Wired up H5Dwrite.
Dana RobinsonDana Robinson
6fef8ec7c57Wired up H5Dopen2.
Dana RobinsonDana Robinson
cde1d83b5e6Re-enabled the H5Gopen2 test.
Dana RobinsonDana Robinson
8ec5e62da01Dataset creation and close works now.
Dana RobinsonDana Robinson
a382c6afb59Added missing struct fields in H5Gopen2.
Dana RobinsonDana Robinson
262ee7f9749Wired up H5Gget_info_by_name().
Dana RobinsonDana Robinson
c827d20ee26Updated H5VL_native_file_close() to use the H5Fprivate.h macros to access H5F_t members.
Dana RobinsonDana Robinson
6bee8d83d1bCode tidy of H5VLnative.c group functionality. Squashed a warning in the file close code.