diff options
author | Dana Robinson <43805+derobins@users.noreply.github.com> | 2022-02-18 23:28:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-18 23:28:43 (GMT) |
commit | 7e176db164d1a6f944e703c612c4952b15d333f4 (patch) | |
tree | 2d07a6cda07417064e3fcda6529d29995bc1efed /MANIFEST | |
parent | e569dc948f5ddb0e28c9b71e7a1d06d8440d40ef (diff) | |
download | hdf5-7e176db164d1a6f944e703c612c4952b15d333f4.zip hdf5-7e176db164d1a6f944e703c612c4952b15d333f4.tar.gz hdf5-7e176db164d1a6f944e703c612c4952b15d333f4.tar.bz2 |
VFD SWMR: Aux process changes (#1451)
* Removed the aux process submodule
* Directly added aux process files after submodule delete
* Updated Akadio copyright on appropriate files
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'MANIFEST')
-rw-r--r-- | MANIFEST | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3798,6 +3798,7 @@ ./tools/test/perform/CMakeTests.cmake ./utils/CMakeLists.txt ./utils/mirror_vfd/CMakeLists.txt +./utils/vfd_swmr/CMakeLists.txt # CMake-specific User Scripts ./config/cmake/CTestScript.cmake @@ -3912,3 +3913,4 @@ ./tools/test/perform/Makefile.in ./utils/Makefile.in ./utils/mirror_vfd/Makefile.in +./utils/vfd_swmr/Makefile.in |