summaryrefslogtreecommitdiffstats
path: root/test/swmr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix several spelling/grammar issues (#3621)jhendersonHDF2023-10-031-2/+2
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-2/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-10/+10
* Remove HD prefix from math functions (#3538)Dana Robinson2023-09-141-1/+1
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-121/+122
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-46/+46
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-7/+7
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-155/+155
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-4/+4
* Rename HDpipe() to pipe() (#3192)Dana Robinson2023-06-281-25/+25
* Remove HD from fork/exec*/wait* (#3190)Dana Robinson2023-06-281-46/+46
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-4/+4
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-82/+82
* Fix missing/misplaced h5_reset calls (#3001)Dana Robinson2023-05-231-11/+11
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-12/+12
* Fix bug in swmr.c introduced with recent merge (double_t) (#1913)Neil Fortner2022-07-191-3/+3
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-191-0/+373
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-882/+882
* Fix compilation issues with Mingw (#1342)Baljak2022-01-081-20/+20
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-5/+5
* OESS-168: Remove clang warnings. (#1136)H. Joe Lee2021-11-051-2/+2
* VFD plugins (#602)jhendersonHDF2021-09-291-4/+4
* Misc warning fixes (#495)Dana Robinson2021-03-241-11/+23
* Update clang config (#473)Quincey Koziol2021-03-171-58/+232
* Replaces checks for fork, etc. with checks for unistd.h (#457)Dana Robinson2021-03-111-23/+45
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-2/+2
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* Clang-format of source filesAllen Byrne2020-09-301-2118/+2117
* Merge branch 'develop' into develop_minorDana Robinson2020-08-271-8/+82
|\
| * Moves lock flag to H5F_shared_t and adds test.Dana Robinson2020-08-171-8/+82
* | Removes inappropriate file locking callDana Robinson2020-08-181-2/+0
|/
* Squash merge of file locking fixesDana Robinson2020-08-031-64/+126
* Checkpoint progress on stacking VOL plugins - all standalone regression testsQuincey Koziol2018-10-261-4/+2
* VOL FEATUREDana Robinson2018-10-101-10/+11
* Normalization with vol_integration (test code and H5Xtest.c)Dana Robinson2018-09-201-2/+2
* Develop normalization with vol_integration.Dana Robinson2018-09-191-81/+81
* Cleanup overuse of include filesAllen Byrne2018-02-141-1/+0
* * Added new public H5FDdriver_query() API call.Dana Robinson2017-05-241-4/+1
* * Made H5FD_driver_query() a private function instead of static.Dana Robinson2017-05-241-6/+30
* Initialized IDs to -1 and minor code tidy.Dana Robinson2017-05-241-6/+6
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+7131