summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* VFD ctl feature (#981)jhendersonHDF2021-09-232-14/+531
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-166-16/+16
* Fix several warnings (#720)jhendersonHDF2021-09-141-1/+1
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-131-0/+27
* More various warnings (#958)Sean McBride2021-08-259-29/+28
* More clang tidy (#908)Sean McBride2021-08-2316-70/+71
* CMake should use the output dir programs for shell scripts (#928)Allen Byrne2021-08-194-144/+52
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-122-0/+56
* Remove version-check for relnum in H5check. (#812)Allen Byrne2021-07-272-54/+54
* Fixes a couple of warnings: (#849)Dana Robinson2021-07-221-0/+1
* OESS-168:Remove implicit conversion warnings. (#829)H. Joe Lee2021-07-121-559/+559
* Removes develop header cruft (#828)Dana Robinson2021-07-092-2/+2
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-303-3/+3