summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2889 in HDFFV/hdf5 from ~DYOUNG/vchoi_fork:quiet-zoo to f...David Young2020-09-179-63/+115
|\
| * Merge branch 'vswmr-base' into quiet-zooDavid Young2020-09-179-63/+115
| |\ |/ /
| * Limit the repeat rate for duplicate zoo warnings to once every fiveDavid Young2020-09-176-32/+54
| * Move below_speed_limit() from vfd_swmr_bigset_writer.c toDavid Young2020-09-173-24/+39
| * Document some of the functions in here. Update the comment at the topDavid Young2020-09-171-7/+22
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-142-24/+20
|\ \ | |/
| * Move the open issues noted in the outdated VFD_SWMR_Guide.md toDavid Young2020-09-142-24/+20
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-141-0/+34
|\ \ | |/
| * Add the U. of California copyright notice from src/H5queue.h.David Young2020-09-141-0/+34
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-140-0/+0
|\ \ | |/
| * Fixes a leak of the metadata index memoryDana Robinson2020-09-143-12/+24
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-141-25/+27
|\ \ | |/
| * Rewrap lines.David Young2020-09-031-25/+27
* | Merge pull request #1 in ~DYOUNG/vchoi_fork from ~DEROBINS/hdf5_der:svd_multi...Dana Robinson2020-09-093-12/+24
|\ \
| * | Fixes a leak of the metadata index memoryDana Robinson2020-09-083-12/+24
* | | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-032-9/+105
|\ \ \ | |/ / |/| / | |/
| * Individually track the steps verified on each dataset. Take careDavid Young2020-09-031-5/+19
| * Mention that creating new objects is not possible with legacy SWMR.David Young2020-09-031-1/+2
| * Add Dana's words about MS Windows support.David Young2020-09-031-2/+5
| * Give an overview of the bigsets test in a mega-comment at the top. Also,David Young2020-09-031-1/+79
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-09-021-16/+18
|\ \ | |/
| * Describe the command-line options for the bigset reader/writerDavid Young2020-09-021-11/+16
| * Don't pass CFLAGS to the configure script, that's not in the HDF5 configureDavid Young2020-09-021-5/+2
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-3110-60/+152
|\ \ | |/
| * Write a comment about a bit of overflow-avoidance logic. NFCI.David Young2020-08-311-0/+1
| * Be less specific about Windows support.David Young2020-08-311-2/+2
| * Improve/expand the comments on the file->writer assertions.David Young2020-08-311-6/+5
| * Delete an unhelpful comment. NFCI.David Young2020-08-311-1/+1
| * Add some header comments to functions.David Young2020-08-311-0/+8
| * Rename `api_elapsed_nslots` to `api_elapsed_nbuckets`: possibly clarifiesDavid Young2020-08-311-5/+9
| * Document vfd_swmr_pageno_to_mdf_idx_entry() and rename its parameterDavid Young2020-08-311-3/+15
| * Wrap a line in a comment at 80 columns.David Young2020-08-311-2/+2
| * Add/improve some struct/member documentation per John's request.David Young2020-08-315-37/+56
| * Document vfd_swmr_writer_may_increase_tick_to() andDavid Young2020-08-311-0/+31
| * Document H5HG_trap().David Young2020-08-311-0/+18
| * Delete unused local variable. NFCI.David Young2020-08-311-1/+0
| * Use the DECODE macro with the correct signedness for the variable.David Young2020-08-311-4/+4
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-282-12/+23
|\ \ | |/
| * Also accept transitions of the superblock status flags toDavid Young2020-08-281-11/+22
| * Fix a typo in a comment. NFCI.David Young2020-08-281-1/+1
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-256-10/+543
|\ \ | |/
| * Use the terminology "expected" and "unexpected" errors instead of "soft" andDavid Young2020-08-251-3/+4
| * Describe the behavior of H5FD_vfd_swmr_dedup() in excruciating detail.David Young2020-08-251-0/+32
| * Clarify my descriptions of H5FD_dedup() and H5FD_deduplicate().David Young2020-08-251-7/+24
| * Do not use first person singular in the SWMR demos section.David Young2020-08-251-101/+102
| * Incorporate Mike's changes, fix some of my punctuation and markdown.David Young2020-08-253-18/+32
| * Add the VFD SWMR User's Guide, a work in progress.David Young2020-08-251-0/+468
* | Merge branch 'feature/vfd_swmr' into multiDavid Young2020-08-213-6/+18
|\ \ | |/
| * When the superblock status flags don't meet our expectations, printDavid Young2020-08-211-6/+10
| * Apply Dana's fix for production mode builds.David Young2020-08-212-0/+8