summaryrefslogtreecommitdiffstats
path: root/test/filter_plugin.c
Commit message (Expand)AuthorAgeFilesLines
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-131-8/+2
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-36/+36
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-27/+27
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-25/+25
* Fix loading plugin fails with missing directory GH issue #3248 (#3315)Allen Byrne2023-08-021-0/+6
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-2/+2
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-7/+7
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-20/+20
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-9/+9
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-5/+5
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-7/+7
* Fixes warnings when the deflate filter is not built (#1904)Dana Robinson2022-07-181-1/+3
* sprintf to snprintf (#1815)Sean McBride2022-06-221-9/+9
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-2/+2
* Plugin test cleanup (#1479)Dana Robinson2022-03-101-10/+0
* Fixes an assert in H5Pget_filter_by_id1/2 w/ out-of-range IDs (#1222)Dana Robinson2021-11-241-0/+99
* Update clang config (#473)Quincey Koziol2021-03-171-6/+24
* 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-177/+151
* Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-1/+1
* Fix memory leak due to addition of FORMAT check loopAllen Byrne2017-12-291-78/+126
* Plugin test reworkDana Robinson2017-11-091-0/+1511