diff options
author | Vailin Choi <vchoi@hdfgroup.org> | 2018-09-04 03:36:44 (GMT) |
---|---|---|
committer | Vailin Choi <vchoi@hdfgroup.org> | 2018-09-04 03:36:44 (GMT) |
commit | d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e (patch) | |
tree | a7812031fdddc59b30843eab3efb31cef225fbd6 /MANIFEST | |
parent | 45be06a387c1294fa3c95cc71106afcc023ddb91 (diff) | |
parent | c834d9f99d45e5b9752e8525fe8761ea5592bf2c (diff) | |
download | hdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.zip hdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.tar.gz hdf5-d926ddb1a240fb46748ae9d8e1c9ce42d9860d6e.tar.bz2 |
Merge pull request #10 in ~VCHOI/my_hdf5_fork from develop to feature/vfd_swmr
* commit 'c834d9f99d45e5b9752e8525fe8761ea5592bf2c': (41 commits)
HDFFV-10568 fix hdf5_java library dependency
Remove another extra path var
Move muti-config dir setting to root process
Fix one more intermediate location
Use different variable
Cleanup and add intermediate dir for java
Java must use shared libs to allow dlopen calls
Correct names
Call new function
Correct default API version for develop to 112.
Fix typo
HD prefix and whitespace
Update RELEASE.txt with suggested changes
Update MANIFEST file for new t_coll_md_read.c file
Remove now-unused local variable
Add fix for HDFFV-10501
Revert testfile FILE change
change FILE path
Add testfiles to data copy
Same changes needed for examples as test
...
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -445,6 +445,7 @@ ./release_docs/INSTALL_CMake.txt ./release_docs/INSTALL_Cygwin.txt ./release_docs/INSTALL_parallel +./release_docs/INSTALL_Warnings.txt ./release_docs/INSTALL_Windows.txt ./release_docs/RELEASE.txt ./release_docs/USING_HDF5_CMake.txt @@ -1247,6 +1248,7 @@ ./testpar/t_cache_image.c ./testpar/t_chunk_alloc.c ./testpar/t_coll_chunk.c +./testpar/t_coll_md_read.c ./testpar/t_dset.c ./testpar/t_file.c ./testpar/t_file_image.c |