diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 01:41:50 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2018-12-20 01:41:50 (GMT) |
commit | 9cfe7fd18d01d6fc84ac2e8902c955452b64259d (patch) | |
tree | 4318aa257e2661a8af825fe635ad3bc2dcea1ddb /MANIFEST | |
parent | 9fba6e082cefef51f66cf3d2338ecccadbe69fc8 (diff) | |
download | hdf5-9cfe7fd18d01d6fc84ac2e8902c955452b64259d.zip hdf5-9cfe7fd18d01d6fc84ac2e8902c955452b64259d.tar.gz hdf5-9cfe7fd18d01d6fc84ac2e8902c955452b64259d.tar.bz2 |
Split the native VOL connector code into multiple files and
moved the attribute code over.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -894,6 +894,13 @@ ./src/H5VLmodule.h ./src/H5VLnative.c ./src/H5VLnative.h +./src/H5VLnative_attr.c +./src/H5VLnative_dataset.c +./src/H5VLnative_datatype.c +./src/H5VLnative_file.c +./src/H5VLnative_group.c +./src/H5VLnative_link.c +./src/H5VLnative_object.c ./src/H5VLpassthru.c ./src/H5VLpassthru.h ./src/H5VLpkg.h |