diff options
author | raylu-hdf <60487644+raylu-hdf@users.noreply.github.com> | 2022-05-03 18:05:09 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-03 18:05:09 (GMT) |
commit | 93f65cc6130a21c84860eeb77819671254533ae4 (patch) | |
tree | 3d6eb692fd782464cd4b6bc5fa36a93c20d25581 /src/H5Mmodule.h | |
parent | a53f47b72f64ce67ecc13381643fc1a00bfc6872 (diff) | |
download | hdf5-93f65cc6130a21c84860eeb77819671254533ae4.zip hdf5-93f65cc6130a21c84860eeb77819671254533ae4.tar.gz hdf5-93f65cc6130a21c84860eeb77819671254533ae4.tar.bz2 |
Adding a new API function to get the number of revisions for an onion file (#1692)
* Removes unused definitions from module headers (#1624)
* Fix these Doxygen warnings #1581 (#1589)
* Fixes a typo in H5.c (#1639)
* free MPI_Group/MPI_Comm/MPI_Datatype objects (#1638)
* free MPI_Group/MPI_Comm/MPI_Datatype objects
* fix clang-format style
* Adds build and license shields to README.md (#1641)
* First stab at a Github status bar
* Adds a .tokeignore file for counting lines of code accurately
* Yanks lines of code calculation since it wildly overcounts
* not depend on doIO to free an MPI_Comm object (#1642)
* free MPI datatypes previously created (#1637)
* Retrieve MPI-IO hints used by MPI library after file open (#1636)
H5Pget_fapl_mpio() should return an MPI info object containing all the
MPI-IO hints used by the MPI library underneath, after the file is
opened. Some hints, such as cb_nodes (number of I/O aggregators), are
useful for HDF5 applications and I/O libraries built on top of HDF5.
* OESS-168: Remove clang warnings. (#1309)
* OESS-168: Remove clang warnings.
* OESS-168: Address @lrknox review.
* OESS-168: Remove clang warnings. (#1376)
* Adding a new API function to get the number of revisions for an onion file. This function uses H5FD_ctl().
* Committing clang-format changes
* Removed a few unused variables.
* Modified the way that the API function H5FDget_onion_revision_count is organized and added Doxygen comments for the three API functions.
* Committing clang-format changes
* Minor changes: modified some Doxygen comments.
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: Allen Byrne <50328838+byrnHDF@users.noreply.github.com>
Co-authored-by: Wei-keng Liao <wkliao@users.noreply.github.com>
Co-authored-by: H. Joe Lee <hyoklee@hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Diffstat (limited to 'src/H5Mmodule.h')
0 files changed, 0 insertions, 0 deletions