Skip to content

Commit

Permalink
Merge branch 'hdf5_1_10' of https://github.com/HDFGroup/hdf5.git into…
Browse files Browse the repository at this point in the history
… hdf5_1_10
  • Loading branch information
byrnHDF committed Jun 21, 2021
2 parents 8e1e7a0 + 2e80c9c commit 64bdca1
Show file tree
Hide file tree
Showing 11 changed files with 3,138 additions and 1,600 deletions.
3 changes: 3 additions & 0 deletions MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,8 @@
./src/H5HP.c
./src/H5HPprivate.h
./src/H5I.c
./src/H5Idbg.c
./src/H5Iint.c
./src/H5Imodule.h
./src/H5Ipkg.h
./src/H5Iprivate.h
Expand Down Expand Up @@ -1068,6 +1070,7 @@
./src/hdf5.h
./src/libhdf5.settings.in
./src/H5win32defs.h
./src/uthash.h

./test/AtomicWriterReader.txt
./test/H5srcdir.h
Expand Down
4 changes: 4 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ IDE_GENERATED_PROPERTIES ("H5HP" "${H5HP_HDRS}" "${H5HP_SOURCES}" )

set (H5I_SOURCES
${HDF5_SRC_DIR}/H5I.c
${HDF5_SRC_DIR}/H5Idbg.c
${HDF5_SRC_DIR}/H5Iint.c
${HDF5_SRC_DIR}/H5Itest.c
)
set (H5I_HDRS
Expand Down Expand Up @@ -904,6 +906,8 @@ set (H5_PRIVATE_HEADERS
${HDF5_SRC_DIR}/H5Zprivate.h

${HDF5_SRC_DIR}/H5win32defs.h

${HDF5_SRC_DIR}/uthash.h
)

set (H5_GENERATED_HEADERS
Expand Down
Loading

0 comments on commit 64bdca1

Please sign in to comment.