summaryrefslogtreecommitdiffstats
path: root/src/H5FDvfd_swmr_private.h
Commit message (Expand)AuthorAgeFilesLines
* Updates license url and history docsDana Robinson2021-03-251-10/+11
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-16/+15
* Adds DLLVAR macros to allow exporting symbols on WindowsDana Robinson2021-03-091-2/+2
* Brings MacOS fixes from main feature branchDana Robinson2021-03-021-3/+3
|\
| * Fixes leading underscores in VFD SWMR include guardsDana Robinson2021-03-011-3/+3
* | Switch to hbool_t and TRUE/FALSE in library codeDana Robinson2021-03-021-3/+3
* | Removed the rest of the hlog codeDana Robinson2021-03-021-6/+0
|/
* Add/improve some struct/member documentation per John's request.David Young2020-08-311-1/+1
* In VFD SWMR, use `H5F_shared_t` instead of `H5F_t` wherever that is possible.David Young2020-08-031-1/+1
* Don't perform EOT processing on the same H5F_shared_t more than once if it hasDavid Young2020-07-151-0/+1
* Add all extant virtual files to a list. Add an "exclusive owner" (`exc_owner`)David Young2020-07-101-1/+1
* Add a second bool argument to H5F_vfd_swmr_writer_end_of_tick() thatDavid Young2020-04-211-1/+1
* Retire globals vfd_swmr_writer_g and end_of_tick_g.David Young2020-04-201-2/+0
* Stragglers from previous: globally declare some hlog outlets and addDavid Young2020-04-161-1/+4
* Straggler from previous: declare the new shadow_index_reclaim logDavid Young2020-04-071-0/+1
* Move the `swmr` log-outlet declaration to H5FDvfd_swmr_private.h and use `swmr`David Young2020-02-281-0/+3
* Shorten the type name `H5F_vfd_swmr_eot_queue_entry_t` to `eot_queue_entry_t`:David Young2019-12-101-17/+15
* Merge all of my changes from merge-back-to-feature-vfd_swmr-attempt-1,David Young2019-12-091-7/+5
* Changes for punch list #4: Add support for opening mulitple files in either V...Vailin Choi2019-11-201-9/+59
* Fix for punch list #9 Move VFD SWMR H5F code to its own file: H5Fvfd_swmr.c.vchoi2019-11-151-0/+16
* Consolidate VFD SWMR variable declarations in a new header file,David Young2019-08-281-0/+25