summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_group_writer.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-03-231-44/+120
| |\
| | * Re-arranged the communication between the writer and reader through named pip...Songyu Lu2021-03-171-20/+10
| | * Adding more comments.Songyu Lu2021-03-151-3/+5
| | * Some minor changes.Songyu Lu2021-03-151-8/+11
| | * Changing the signal handling to named pipe for better portablity.Songyu Lu2021-03-101-39/+120
| * | Excludes VFD SWMR acceptance tests on WindowsDana Robinson2021-03-101-3/+16
| * | Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-091-1/+2
| |/
* | Fixed a few typos.Songyu Lu2021-03-231-1/+1
* | Rearranged the test in the following way:Songyu Lu2021-03-191-130/+408
|/
* Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-021-2/+1
* Removed most C library include lines from testsDana Robinson2021-03-021-2/+0
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-021-1/+6
* Avoid potential shadow-file clashes, call the shadow file `group-shadow`.David Young2020-08-211-1/+1
* Add to the "bigset" writer a `-M` command-line option that enables the use ofDavid Young2020-07-211-1/+1
* Suppress the error-stack printouts while attempting to open and read anDavid Young2020-07-141-1/+8
* If a group's attribute isn't present, that's ok. Retry.David Young2020-07-141-8/+13
* Use native byte order unless big-endian is specified with `-b` option.David Young2020-07-021-6/+11
* Add/check a group attribute every so many steps. delete some dead code, andDavid Young2020-06-221-5/+68
* Delete unused variables and struct members.David Young2020-06-031-4/+0
* Disable the error-stack printing around the H5Gopen() call that we know willDavid Young2020-05-281-0/+3
* Add a test writer that creates groups under the root and a reader that pollsDavid Young2020-05-271-0/+264