summaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Cleans up POSIX/C bits in H5private.h (#804)Dana Robinson2021-06-292-9/+19
* Removes obsolete equivalents of C99's __func__ (#800)Dana Robinson2021-06-295-297/+312
* Fixes non-C99 format strings in tarray test code (#766)Dana Robinson2021-06-181-23/+30
* Fix several warnings (#747)jhendersonHDF2021-06-1613-50/+152
* Fix Direct VFD Testing in CMake (#742)jhendersonHDF2021-06-111-1/+1
* Includes hdf5dev.h in hdf5.h (#728)Dana Robinson2021-06-076-9/+5
* Adds a quick for for some egregious chunk_info badness (#722)Dana Robinson2021-06-031-18/+23
* Combo set of async and other changes (#161)Quincey Koziol2021-06-0216-61/+1428
* Removes pre-C99 build and header cruft (#700)Dana Robinson2021-05-282-25/+0
* CMake fix for sporadic flush2 failures (#692)Dana Robinson2021-05-271-8/+0
* Makes the event_set test a single-source target (#690)Dana Robinson2021-05-272-20/+1
* Use internal version of H5Eprint2 to avoid possible stack overflow (#661)jhendersonHDF2021-05-262-10/+8
* err_compat test cleanup (#681)Dana Robinson2021-05-252-123/+146
* Various CMake changes (#679)Dana Robinson2021-05-242-2/+2
* Brings chunk_info valgrind fix from 1.12 (#677)Dana Robinson2021-05-241-7/+8
* Add H5Dchunk_iter method for iterating over chunks (#6)Gaute Hope2021-05-191-18/+95
* Fix H5Eget_auto2/H5Eauto_is_v2 to not clear error stack (#625)jhendersonHDF2021-05-121-1/+13