summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_vlstr_writer.c
Commit message (Collapse)AuthorAgeFilesLines
* Avoid shadow file clashes, call the file `vlstr-shadow`.David Young2020-08-211-1/+1
|
* Fix copy-and-paste error: do not copy the H5T_C_S1 type twice.David Young2020-08-171-4/+0
|
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-1/+3
| | | | | | | multiple files with virtual datasets. Add to vfd_swmr_create_fapl() printf(3)-like arguments for setting the shadow filename. Update all callers.
* Add tests for the two expected failure modes for variable-length (VL) stringsDavid Young2020-03-131-0/+320
in VFD SWMR mode.