diff options
author | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-06-12 21:06:21 (GMT) |
---|---|---|
committer | Scot Breitenfeld <brtnfld@hdfgroup.org> | 2019-06-12 21:06:21 (GMT) |
commit | 9a82fa66d4b5937cac016cc04f51e60028eb8a24 (patch) | |
tree | fe4193b6d71ae3cb6d604caecfc5551f85951e2a /MANIFEST | |
parent | 7e929a9bec66863f1f31721282d1fa459bc486ff (diff) | |
parent | 0742c15fca95965ed4eb87c6d54f41bb07bd4526 (diff) | |
download | hdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.zip hdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.tar.gz hdf5-9a82fa66d4b5937cac016cc04f51e60028eb8a24.tar.bz2 |
Merge pull request #1708 in HDFFV/hdf5 from ~BRTNFLD/hdf5_msb:H10621 to develop
* commit '0742c15fca95965ed4eb87c6d54f41bb07bd4526':
makefile clean-up
move the vol_info to an optional parameter
added H5Pset_vol
added vol connector
added test for vol_connector
removed H5VL constants
removed VOLL NULL connector and replaced it with native VOL
added connector_name test
added missing files
add tests
added more tests
added missing files
Implemented VOL APIs and C constants, no tests
Implemented VOL APIs and C constants, no tests
initial API impl.
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -242,6 +242,7 @@ ./fortran/src/H5Sff.F90 ./fortran/src/H5Tf.c ./fortran/src/H5Tff.F90 +./fortran/src/H5VLff.F90 ./fortran/src/H5Zf.c ./fortran/src/H5Zff.F90 ./fortran/src/H5config_f.inc.cmake @@ -261,8 +262,8 @@ ./fortran/src/h5fc.in ./fortran/src/hdf5_fortrandll.def.in - ./fortran/test/Makefile.am +./fortran/test/vol_connector.F90 ./fortran/test/fflush1.F90 ./fortran/test/fflush2.F90 ./fortran/test/fortranlib_test.F90 |