summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Onion VFD: Misc refactoring in the tests (#1654)Dana Robinson2022-04-181-142/+84
* Changed the field name 'revision_id' of H5FD_onion_fapl_info_t to 'revision_n...raylu-hdf2022-04-161-71/+71
* Merge branch 'develop' of https://github.com/HDFGroup/hdf5 into raylu_onion_v...Ray Lu2022-04-081-1/+1
|\
| * Minor things discovered while preparing 1.12.2 (#1620)Dana Robinson2022-04-081-1/+1
* | Merge remote-tracking branch 'canonical/develop' into feature/onion_vfdDana Robinson2022-04-06148-4959/+7690
|\ \ | |/
| * spelling fixes (#1561)Scot Breitenfeld2022-03-314-6/+6
| * Removes unused H5HP (private heap) package (#1548)Dana Robinson2022-03-306-1092/+2
| * Removes unused memory pool (H5MP) package (#1547)Dana Robinson2022-03-303-796/+1
| * Fix bugs in test/vfd.c (#1538)Neil Fortner2022-03-291-3/+8
| * Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-263-70/+2110
| * Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-101-4/+3
| * Plugin test cleanup (#1479)Dana Robinson2022-03-1020-294/+220
| * Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-092-4/+3
| * Fix release check version logic (#1438)Allen Byrne2022-02-241-1/+2
| * Fix issue with H5_now_usec() with 32 bit systems (#1416)Neil Fortner2022-02-101-3/+27
| * Implemented suggestion in #1381 for dtransform test (#1415)Allen Byrne2022-02-041-10/+7
| * Don't use a nonliteral format string in test/fheap.c:begin_test(). (#1401)David Young2022-02-031-87/+60
| * Snprintf2 (#1399)Sean McBride2022-01-2820-266/+284
| * Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-2810-11/+11
| * Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-284-4/+4
| * Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
| * Open bsd fixes (#1195)Sean McBride2022-01-201-1/+3
| * Implement H5ESget requests function to retrieve requests from an event set (#...Neil Fortner2022-01-201-4/+485
| * Fix compilation issues with Mingw (#1342)Baljak2022-01-085-30/+30
| * Changed to correct return datatype for H5Lexists (#1330)Scot Breitenfeld2022-01-041-4/+5
| * Fix directory variable in shell scripts (#1273)Allen Byrne2021-12-107-146/+51
| * OESS-168: Remove clang warnings. (#1269)H. Joe Lee2021-12-081-6/+10
| * Convert vds swmr test script to powershell (#1245)Allen Byrne2021-12-083-13/+769
| * OESS-168: Remove clang warnings. (#1263)H. Joe Lee2021-12-081-3/+3
| * Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-0780-447/+447
| * Fixes an assert in H5Pget_filter_by_id1/2 w/ out-of-range IDs (#1222)Dana Robinson2021-11-241-0/+99
| * Create 2D arrays on the heap in a different way (#1169)David Young2021-11-231-50/+9
| * Make sure plugin interface is initialized before property list interface phas...jhendersonHDF2021-11-231-7/+58
| * Fixes unused parameter warnings in the null VFD (#1179)Dana Robinson2021-11-131-0/+31
| * Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-084-133/+25
| * OESS-168: Remove clang warnings. (#1136)H. Joe Lee2021-11-051-2/+2
| * OESS-168: Remove clang warnings. (#1137)H. Joe Lee2021-11-051-68/+69
| * OESS-168: Remove clang warnings. (#1146)H. Joe Lee2021-11-021-3/+3
| * OESS-168: Remove clang warnings. (#1135)H. Joe Lee2021-11-021-1/+1
| * Split dir create into separate macro (#1141)Allen Byrne2021-10-282-20/+23
| * Consolidate VFD create list macro (#1132)Allen Byrne2021-10-261-2/+1
| * Removes the "try free" behavior from the skip lists (#1126)Dana Robinson2021-10-221-208/+0
| * Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-2010-147/+113
| * OESS-168: Remove clang warnings. (#1075)H. Joe Lee2021-10-201-12/+12
| * OESS-168: Remove clang warnings. (#1072)H. Joe Lee2021-10-151-13/+13
| * OESS-168: Remove clang warnings. (#1077)H. Joe Lee2021-10-081-1/+1
| * OESS-168: Remove clang warnings. (#1076)H. Joe Lee2021-10-081-1/+1
| * OESS-168: Remove clang warnings. (#1071)H. Joe Lee2021-10-061-3/+3
| * Move HDstrcmp operations inside casting block for PGI compilers (#1063)jhendersonHDF2021-09-301-6/+6
| * VFD plugins (#602)jhendersonHDF2021-09-2967-1181/+2356