summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_obj_open.c
Commit message (Collapse)AuthorAgeFilesLines
* Add maps to h5dsm_test.sh. Fix issues with maps implementation.Neil Fortner2017-05-111-0/+2
|
* Implement H5Oget_info. Fix bugs in H5Oopen_by_addr and H5Oopen. AddNeil Fortner2017-05-041-1/+0
| | | | | h5dsm_obj_info and h5dsm_obj_open_addr examples. Other minor fixes/cleanup.
* Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name,Neil Fortner2017-05-011-0/+88
and H5Aiterate_by_name. Add h5dsm_obj_open.c example. Fix memory leak on dataset open. Other minor fixes/cleanup.