Network

 
AuthorCommitMessageCommit Date
Frank WillmoreFrank Willmore
ec2cce7ad39cleanup
Frank WillmoreFrank Willmore
2a7b1b634cacleaned up function comments
Frank WillmoreFrank Willmore
1133f30eeb9cleanup, removed unused type manipulation code left from REST VOL
Frank WillmoreFrank Willmore
0f75873985ccleanup
Frank WillmoreFrank Willmore
c58f25f6d61cleanup
Frank WillmoreFrank Willmore
935607729d7cleanup
Frank WillmoreFrank Willmore
7bc0a21a6c0moved hard link create reference mgmt to helper function
Frank WillmoreFrank Willmore
247b91b3d85extracted object reference count management to link insert/delete helper functions
Frank WillmoreFrank Willmore
6718c8fe74badded link_move and link_copy
Frank WillmoreFrank Willmore
a2b53b544d1delete link working, needs cleanup.
Frank WillmoreFrank Willmore
a46158b7017stub link delete helper function
Frank WillmoreFrank Willmore
824f3b582eesorted machinery for locating containing link when locating by name
Frank WillmoreFrank Willmore
486b36bff54link delete, stub and debugging, not yet working
Frank WillmoreFrank Willmore
d6bdc2cc602H5Lexists maps and functions correctly
Frank WillmoreFrank Willmore
eaa323675e2cleanup
Frank WillmoreFrank Willmore
907de3d1e3fcleanup
Frank WillmoreFrank Willmore
bfd894b97c0soft links now working.
Frank WillmoreFrank Willmore
46f18f79b25hard links complete, some cleanup, prep for soft links
Frank WillmoreFrank Willmore
6055fe3b361successfully retrieving name of collection for new link to existing object
Frank WillmoreFrank Willmore
17d47d2d702cleanup
Frank WillmoreFrank Willmore
11881166c9ahard links working, but code is a mess.
Frank WillmoreFrank Willmore
95c9b0f8c76link create pre-work... identified all of the needed params for creating hard link
Frank WillmoreFrank Willmore
134630aa179added helper function H5VL_json_find_link_by_name() that returns json_t* pointer to link
Frank WillmoreFrank Willmore
e1d17c4830dcleanip
Frank WillmoreFrank Willmore
9fb41178324extracted link traversal from group create to a helper function, but error stack not handling redundancy
Frank WillmoreFrank Willmore
630c2d03dc9skeleton for extracting H5VL_json_locate_group
Frank WillmoreFrank Willmore
87f8ed51472prep for Links
Frank WillmoreFrank Willmore
ececd7bfc04MMerge branch 'vol_integration' into json-vol
Dana RobinsonDana Robinson
efef59d0266MMerge pull request #841 in HDFFV/hdf5 from ~DEROBINS/hdf5_der:vol_integration to vol_integration * commit 'e2cad252d7069d3f55c389c6dba82abd457aa480': (139 commits) Finished wiring up the H5A API. Minor tidying while debugging. Finished wiring up the public H5O API. Finished off wiring up the H5L public API. Wired up H5Aopen_by_idx, H5Arename, H5Arename_by_name, H5Lget_name_by_idx. Misc H5I_object --> H5VL_object markup. Fixed up some H5I_object* calls in H5D/Goh.c Switched H5...
Frank WillmoreFrank Willmore
0a96c0084a7using fill vals, looks correct but needs testing
Frank WillmoreFrank Willmore
762f5ce3d5dusing fill vals, but appending new instead of overwritng
Frank WillmoreFrank Willmore
bc74390b5d4cleanup
Frank WillmoreFrank Willmore
0a5e7250a71dataset read works for 1D H5T_NATIVE_INT
Frank WillmoreFrank Willmore
8621088e162attribute read works for 1D H5T_NATIVE_INT
Frank WillmoreFrank Willmore
bb4b403bcafsuccessfully sending/receiving fill value
Frank WillmoreFrank Willmore
3a8b7700300rudimentary dataset write using factored attr write call
Frank WillmoreFrank Willmore
1ff93d9200dfactored out write value to a helper function
Frank WillmoreFrank Willmore
32783d1d963added GENERATE_FILESYSTEM_OBJECT to H5VLjson_public.h, forgot to commit earlier
Frank WillmoreFrank Willmore
74c8b858289super rough-cut of attr_write
Frank WillmoreFrank Willmore
7f8dc761cbdMade persistence to filesystem a configurable option in H5VLjson_public.h via GENERATE_FILESYSTEM_OBJECT macro
Frank WillmoreFrank Willmore
0495be64117working toward a 'get' option for dumping object json
Frank WillmoreFrank Willmore
2ed5f9cbcf3attributes can now be attached to file object
Frank WillmoreFrank Willmore
6ec3fa4814efix error handling in helper functions
Frank WillmoreFrank Willmore
ce278d730afcleanup
Frank WillmoreFrank Willmore
3fa2c5e5634cleanup
Frank WillmoreFrank Willmore
83ad0533269moved jansson dataspace/type creation to helper for datatypes
Frank WillmoreFrank Willmore
d0cbbbf899amoved jansson dataspace/type creation to helper for attributes
Frank WillmoreFrank Willmore
0c4216462e4cleanup
Frank WillmoreFrank Willmore
4efce00ee34attributes open works for groups and datasets.
Frank WillmoreFrank Willmore
ca32755842cattribute open now working for groups