summaryrefslogtreecommitdiffstats
path: root/src/H5Fvfd_swmr.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2021-10-251-1/+1
* Update comments, formats etc.myang62021-10-251-29/+5
* Committing clang-format changesgithub-actions2021-10-251-6/+6
* add macro, need to debug an error caused by using the macromyang62021-10-251-11/+20
* 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-181-0/+2
|/
* Merge branch 'vfd_swmr_log' of https://github.com/kyang2014/hdf5 into vfd_swm...myang62021-10-181-25/+23
|\
| * Committing clang-format changesgithub-actions2021-10-181-24/+22
* | 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-181-2/+50
* Committing clang-format changesgithub-actions2021-10-151-3/+3
* skeleton of the logging report functionmyang62021-10-151-0/+5
* Committing clang-format changesgithub-actions2021-09-131-1/+0
* 1. Revise the VFD SWMR reader side code to make the expected design fail. JR...Muqun Yang2021-09-131-0/+20
* Committing clang-format changesgithub-actions2021-08-121-2/+2
* Merge branch 'noflush_feature_vfd_swmr' of https://github.com/vchoi-hdfgroup/...vchoi2021-08-101-1/+6
|\
| * Merge branch 'config_feature_vfd_swmr' of https://github.com/vchoi-hdfgroup/h...vchoi2021-08-091-2/+2
| |\
| | * Committing clang-format changesgithub-actions2021-08-051-4/+4
| * | Modifications based on PR feedback.vchoi2021-08-091-2/+1
| |/
| * Fix the segmentation fault that occurs when running test/vfd_swmr_group_write...vchoi2021-08-051-1/+7
* | (1)vchoi2021-08-101-31/+14
|/
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-15/+25
* Maximum jump in tick for VFD SWMR reader (#752)vchoi-hdfgroup2021-06-161-0/+3
* Temporarily disable some tests that fail on WindowsDana Robinson2021-03-251-2/+2
* Updates license url and history docsDana Robinson2021-03-251-2/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-529/+409
* Protects timespeccmpDana Robinson2021-03-231-3/+3
* Engineers around naked clock_gettime() callsDana Robinson2021-03-031-6/+14
* Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-031-20/+6
* Switch to hbool_t and TRUE/FALSE in library codeDana Robinson2021-03-021-10/+10
* Removed the rest of the hlog codeDana Robinson2021-03-021-117/+0
* Switches memcpy to H5MM_memcpy in H5Fvfd_swmr.cDana Robinson2021-03-021-1/+1
* Adds HD prefix to POSIX calls in srcDana Robinson2021-03-021-9/+9
* Fixes a leak of the metadata index memoryDana Robinson2020-09-081-1/+1
* Write a comment about a bit of overflow-avoidance logic. NFCI.David Young2020-08-311-0/+1
* In VFD SWMR, use `H5F_shared_t` instead of `H5F_t` wherever that is possible.David Young2020-08-031-176/+185
* Update an out-of-date comment.David Young2020-07-301-2/+0
* Don't perform EOT processing on the same H5F_shared_t more than once if it hasDavid Young2020-07-151-19/+63
* Add some new diagnostic logging.David Young2020-07-141-2/+3
* Delete dead code. NFCI.David Young2020-07-141-3/+0
* Add a new log outlet and some log statements for EOT queue manipulation.David Young2020-07-101-0/+12
* Change some H5F_t uses to H5F_shared_t uses: gradually we will rid VFD SWMR ofDavid Young2020-07-101-19/+19
* Extract common subexpressions into `oent` and `nent` for brevity.David Young2020-06-191-46/+40
* On each SWMR VFD open for reading, keep a histogram for the number ofDavid Young2020-06-161-0/+5
* Rename H5F__vfd_swmr_writer__create_index to H5F__vfd_swmr_create_index.David Young2020-06-161-44/+23
* Delete superfluous casts. Remove superfluous backslashes andDavid Young2020-06-161-20/+16
* Improve debug output: when the lower file's shadow file image moves,David Young2020-06-031-3/+5