mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
801ca2f9cb
Feature Description: Revised Link APIs. Solution: New link APIs use H5L* H5*create_expand do not create links to the objects created; this must be done manually with H5Llink. Added APIs to link an object given its ID (H5Llink), to copy links (H5Lcopy), and changed creation APIs (H5Lcreate_hard and H5Lcreate_soft) and query API (H5Lget_linkinfo instead of H5Gget_objinfo). All old APIs are still supported in H5Gdeprec.c . Platforms tested: sol, mir, copper Misc. update: Forgot to update MANIFEST and release docs. Will do after checkin. |
||
---|---|---|
.. | ||
h5diff_common.c | ||
h5diff_common.h | ||
h5diff_main.c | ||
h5diffgentest.c | ||
Makefile.am | ||
Makefile.in | ||
ph5diff_main.c | ||
testh5diff.sh | ||
testph5diff.sh |