summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr_zoo_writer.c
Commit message (Expand)AuthorAgeFilesLines
* Committing clang-format changesgithub-actions2022-04-211-1/+2
* Modifications to:vchoi2022-04-211-3/+4
* VFD SWMR: Normalization with develop and cleanup (#1559)Dana Robinson2022-03-311-26/+28
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-1/+1
* VFD SWMR: Aux process changes (#1451)Dana Robinson2022-02-181-1/+0
* Updated VFD SWMR's Akadio licenseDana Robinson2022-02-171-0/+1
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-2/+3
* (1)vchoi2021-08-101-1/+1
* Committing clang-format changesgithub-actions2021-07-131-1/+0
* Modifications to common routines used by VFD SWMR tests:vchoi2021-07-131-10/+4
* VFD SWMR: Normalization with develop (#765)Dana Robinson2021-06-171-63/+61
* Committing clang-format changesgithub-actions2021-05-031-139/+186
* Minor change: removed an unused line.Songyu Lu2021-04-131-1/+0
* Minor changes: refactored to simplify the code.Songyu Lu2021-04-131-115/+121
* Refactored the code to reduce the length of the main function.Songyu Lu2021-04-121-179/+330
* Changed the command-line option for disabling named pipes from -p to -N to be...Songyu Lu2021-04-081-3/+3
* Removed an unused macro definition.Songyu Lu2021-04-071-4/+0
* Removed the two functions (vfd_swmr_writer_may_increase_tick_to and vfd_swmr_...Songyu Lu2021-04-061-240/+112
* Two main changes include: re-arranging the communication between the writer a...Songyu Lu2021-04-051-144/+239
* Added the prefix (HD) to several C functions.Songyu Lu2021-03-261-11/+12
* Merge branch 'raylu_zoo_test' of https://github.com/HDFGroup/hdf5 into raylu_...Songyu Lu2021-03-251-10/+16
|\
| * Added the HDF5 prefix (HD_) to several system calls.Songyu Lu2021-03-251-10/+10
* | Merge branch 'feature/vfd_swmr' of https://github.com/HDFGroup/hdf5 into rayl...Songyu Lu2021-03-251-68/+59
|\ \ | |/ |/|
| * Updates license url and history docsDana Robinson2021-03-251-12/+11
| * Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-125/+115
| * Replaces BSD random functions with ISODana Robinson2021-03-091-4/+2
| * Replaces basename and dirname with code that will work everywhereDana Robinson2021-03-091-1/+2
* | Merge branch 'feature/vfd_swmr' into raylu_zoo_testraylu-hdf2021-03-051-5/+1
|\ \ | |/
| * Makes libgen.h functions ready for implementation on WindowsDana Robinson2021-03-021-3/+1
| * Removed most C library include lines from testsDana Robinson2021-03-021-2/+0
* | Changed the signal handling to named pipes for communication between the writ...songyulu2021-03-051-25/+137
|/
* (1) Add new routine to configure for VFD SWMR: init_vfd_swmr_config()vchoi2021-02-021-1/+7
* Limit the repeat rate for duplicate zoo warnings to once every fiveDavid Young2020-09-171-4/+6
* Apply Dana's fix for production mode builds.David Young2020-08-211-0/+4
* To avoid potential clashes with other tests, call the shadow file `zoo-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
* This test doesn't need to log/modify traps in the global heap, so don'tDavid Young2020-05-131-11/+0
* Don't initialize `seed` without need. NFCI.David Young2020-05-111-1/+1
* Look for the personality in the program name *suffix*, because onDavid Young2020-05-111-2/+4
* Insert a random delay between zoo-writer test steps. Let us controlDavid Young2020-04-301-4/+47
* Use a one-character buffer to send/receive messages to/fromDavid Young2020-04-301-7/+11
* Change some fprintf callss to dbgf calls, and increase the debug levelDavid Young2020-04-281-12/+10
* Delete dead code. Re-enable the coordination between reader and writer:David Young2020-04-231-30/+3
* Add a `skip compact` configuration for skipping the "zoo" tests forDavid Young2020-04-211-34/+217
* Add a `reader` personality to vfd_swmr_zoo_writer. Remove the disusedDavid Young2020-03-311-20/+41
* Add option flag `-v` for verbose messages. Alphabetize the optionsDavid Young2020-03-241-3/+7
* Use the name vfd_swmr_zoo.h5 for the zoo file, not vfd_swmr_vlstr.h5.David Young2020-03-231-1/+1
* Let tests provide a "hook" that runs after each step in create_zoo().David Young2020-03-231-0/+7
* Take a stab at a "zoo" writer for VFD SWMR: write all of the sameDavid Young2020-03-201-0/+188