summaryrefslogtreecommitdiffstats
path: root/test/vfd_swmr.c
Commit message (Expand)AuthorAgeFilesLines
* VFD SWMR: Warning fixes and minor cleanup (#1847)feature/vfd_swmrDana Robinson2022-07-051-14/+25
* VFD SWMR: sync with develop (#1825)Dana Robinson2022-06-241-6/+6
* Committing clang-format changesgithub-actions2022-06-081-1/+0
* Merge branch 'to_merge_echidna_fixes' of https://github.com/vchoi-hdfgroup/hd...vchoi2022-06-081-32/+32
|\
| * Committing clang-format changesgithub-actions2022-06-071-32/+32
* | (1) Modify test/vfd_swmr_bigset_writer.c to use h5_retry routines instead of ...vchoi2022-06-081-14/+4
|/
* Fixes for:vchoi2022-06-071-22/+82
* Committing clang-format changesgithub-actions2022-06-031-11/+9
* Merge in VFD SWMR changes by John Mainzer.vchoi2022-06-031-1/+1
* Committing clang-format changesgithub-actions2022-05-161-28/+25
* Add test to verify multiple opens of the same file with different VFDs.vchoi2022-05-161-0/+323
* Committing clang-format changesgithub-actions2022-05-061-193/+193
* 1) Add feature flag H5FD_FEAT_SUPPORTS_VFD_SWMR to sec2, core and stdio driversvchoi2022-05-061-272/+1107
* Committing clang-format changesgithub-actions2022-04-211-11/+13
* Modifications to:vchoi2022-04-211-127/+166
* VFD SWMR: Normalization with develop and cleanup (#1559)Dana Robinson2022-03-311-236/+185
* VFD SWMR: Normalization with develop (#1506)Dana Robinson2022-03-231-2/+1
* VFD SWMR: normalization with develop (#1472)Dana Robinson2022-03-061-22/+22
* VFD SWMR: Aux process changes (#1451)Dana Robinson2022-02-181-1/+0
* Updated VFD SWMR's Akadio licenseDana Robinson2022-02-171-0/+1
* Add comments about the window test failure.vchoi2021-12-071-0/+1
* Trying to fix the PR's window test failures.vchoi2021-12-071-1/+3
* Clang format changes.vchoi2021-12-071-26/+27
* Changes to address feedback from PR review.vchoi2021-12-071-152/+156
* Committing clang-format changesgithub-actions2021-11-171-220/+213
* 1) Core changes for adding NFS/updater support as described in the RFC.vchoi2021-11-171-204/+1174
* VFD SWMR: Fixes for using base versions of versioned API calls (#850)Dana Robinson2021-07-221-15/+15
* Merge remote-tracking branch 'canonical/feature/vfd_swmr' into vfd_swmr/thg_s...Dana Robinson2021-05-031-9/+0
|\
| * Merge pull request #436 from raylu-hdf/raylu_zoo_testraylu-hdf2021-04-131-9/+0
| |\
| | * Two main changes include: re-arranging the communication between the writer a...Songyu Lu2021-04-051-9/+0
* | | Better VFD SWMR parallel skip testDana Robinson2021-04-061-4/+7
|/ /
* | Fixed 1.6 compatibility issues and ran source formatterDana Robinson2021-03-261-3/+3
|/
* Temporarily disable some tests that fail on WindowsDana Robinson2021-03-251-0/+3
* test_same_file_opens() works on Windows now (vfd_swmr.c)Dana Robinson2021-03-251-2/+0
* Updates license url and history docsDana Robinson2021-03-251-2/+1
* Formats the source and updates the gcc warning pragmasDana Robinson2021-03-251-1042/+1083
* Windows cleanupDana Robinson2021-03-101-0/+4
* Fix brackets on non-POSIX vfd_swmr.cDana Robinson2021-03-101-2/+2
* Removes an unused variable from vfd_swmr.cDana Robinson2021-03-091-1/+0
* Replaces BSD random functions with ISODana Robinson2021-03-091-3/+2
* Changes to help vfd_swmr.c build on WindowsDana Robinson2021-03-081-7/+17
* Switch to using H5_nanosleep() instead of HDnanosleep()Dana Robinson2021-03-031-9/+3
* HD prefix and hbool_t changes in test/vfd_swmr.cDana Robinson2021-03-021-22/+22
* Fix unfreed memory after fork in vfd_swmr testDana Robinson2021-03-021-0/+12
* Make tests pass on both of my branches, like they ought to: in the tests thatDavid Young2020-08-031-9/+35
* In test_reader_md_concur(), the child has to exit(3), not FAIL_STACK_ERROR, onDavid Young2020-07-301-1/+1
* Bug fixes: don't double-close a FAPL ID. Always close a file ID.David Young2020-07-301-3/+2
* Remove superfluous casts from `void *` to another pointer type prior toDavid Young2020-07-301-22/+20
* Delete unused local variables. Delete an empty line. NFCI.David Young2020-07-101-4/+0
* Don't leak a fapl on error.David Young2020-07-101-7/+8