summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Committing clang-format changesgithub-actions2021-11-1723-565/+566
| * | | | 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-1733-374/+2147
| * | | | Merge pull request #45 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-11-169-108/+392
| |\ \ \ \ | | | |/ / | | |/| |
| | * | | Merge pull request #44 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-11-169-108/+392
| | |\ \ \ | | | |/ /
| * | | | Merge pull request #43 from vchoi-hdfgroup/feature/vfd_swmrvchoi-hdfgroup2021-10-28389-10811/+21892
| |\ \ \ \ | | |/ / /
| | * | | Merge pull request #42 from HDFGroup/feature/vfd_swmrvchoi-hdfgroup2021-10-27389-10811/+21892
| | |\ \ \ | |/ / / /
* | | | | Updated submodule to reflect recent changes (#1235)Dana Robinson2021-11-291-0/+0
| |_|/ / |/| | |
* | | | Merge pull request #1156 from raylu-hdf/raylu_bigset_test2raylu-hdf2021-11-032-21/+45
|\ \ \ \
| * | | | Committing clang-format changesgithub-actions2021-11-011-14/+20
| * | | | Two purposes for this PR:Songyu Lu2021-11-012-41/+59
| | |/ / | |/| |
* | | | Merge pull request #1145 from kyang2014/feature/vfd_swmrkyang20142021-11-027-87/+347
|\ \ \ \ | |/ / / |/| | |
| * | | Committing clang-format changesgithub-actions2021-11-021-5/+5
| * | | Make entry log code as a #define macro as John suggests.myang62021-11-023-4/+13
| * | | Committing clang-format changesgithub-actions2021-11-024-98/+96
| * | | 1. Close the log file when the file closing flag is true in H5F_vfd_swmr_clos...myang62021-11-028-2975/+77
| * | | Committing clang-format changesgithub-actions2021-10-291-1/+1
| * | | Update comments to use the HDF5 timer for the log feature.myang62021-10-293-12/+9
| * | | Committing clang-format changesgithub-actions2021-10-293-23/+23
| * | | Use HDF5 timer functionmyang62021-10-293-26/+18
| * | | Committing clang-format changesgithub-actions2021-10-281-3/+3
| * | | Add macros to make windows ignore the HDgetclock_time().myang62021-10-282-0/+14
| * | | Revise a comment to trigger another github checkmyang62021-10-281-2/+2
| * | | Committing clang-format changesgithub-actions2021-10-282-8/+8
| * | | Modify comments.Muqun Yang2021-10-284-14/+23
| * | | Add vfd_swmr_log_writer.c to the MANIFEST.myang62021-10-281-0/+1
| * | | Merge branch 'vfd_swmr_log' into feature/vfd_swmrmyang62021-10-289-2/+3140
| |\ \ \ |/ / / /
| * | | Modify the description a bit.Muqun Yang2021-10-271-1/+1
| * | | Committing clang-format changesgithub-actions2021-10-273-40/+39
| * | | Add comments, descriptions for the VFD log feature.myang62021-10-276-145/+145
| * | | Committing clang-format changesgithub-actions2021-10-251-1/+0
| * | | Remove the compiler warnings.Muqun Yang2021-10-253-1/+28
| * | | Committing clang-format changesgithub-actions2021-10-253-3/+3
| * | | Update comments, formats etc.myang62021-10-254-36/+36
| * | | Committing clang-format changesgithub-actions2021-10-254-15/+13
| * | | add macro, need to debug an error caused by using the macromyang62021-10-254-16/+34
| * | | Still need to support the NULL pointer in the log report function.myang62021-10-201-0/+4
| * | | Committing clang-format changesgithub-actions2021-10-181-1/+1
| * | | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into vfd_swm...Muqun Yang2021-10-181-1/+1
| |\ \ \
| | * | | Committing clang-format changesgithub-actions2021-10-181-1/+1
| * | | | Revise the H5Fopen log test.Muqun Yang2021-10-182-3/+5
| |/ / /
| * | | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into vfd_swm...myang62021-10-184-36/+33
| |\ \ \
| | * | | Committing clang-format changesgithub-actions2021-10-184-35/+32
| * | | | Make sure to check the file point.myang62021-10-181-0/+2
| |/ / /
| * | | Add the log entry report function, also add logs for 'File open','File close'...myang62021-10-184-16/+84
| * | | Committing clang-format changesgithub-actions2021-10-153-8/+8
| * | | Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into vfd_swm...myang62021-10-154-10/+10
| |\ \ \
| | * | | Committing clang-format changesgithub-actions2021-10-154-10/+10
| * | | | skeleton of the logging report functionmyang62021-10-153-0/+13
| |/ / /
| * | | Clean up H5Fint.c, ready to implement the report function.myang62021-10-154-32/+4
| * | | Test to just write a log file for H5Fopen. Add a testing routine vfd_swmr_log...myang62021-10-157-0/+3039