summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_attr_iter.c
Commit message (Collapse)AuthorAgeFilesLines
* Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name,Neil Fortner2017-05-011-21/+6
| | | | | and H5Aiterate_by_name. Add h5dsm_obj_open.c example. Fix memory leak on dataset open. Other minor fixes/cleanup.
* Add support for H5Aiterate. Add h5dsm_attr_iter.c example for this.Neil Fortner2017-04-271-0/+104
Added minor comments to other areas.