summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
Commit message (Expand)AuthorAgeFilesLines
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-33/+33
* Consistent initialization of hid_t in the tests (#3521)Scot Breitenfeld2023-09-081-115/+118
* Convert hbool_t --> bool in test (#3494)Dana Robinson2023-09-051-113/+113
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-13/+13
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-74/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-6/+6
* Rename HDexit() and related to exit(), etc. (#3202)Dana Robinson2023-06-291-1/+1
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-75/+75
* Remove HD from HDposix_memalign() (#3196)Dana Robinson2023-06-281-2/+2
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-39/+39
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-16/+16
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-17/+17
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-46/+48
* Suppress vfd.c test warning (#3014)Dana Robinson2023-05-251-8/+13
* Comment cleanup (#2689)Quincey Koziol2023-04-111-28/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-45/+45
* sprintf to snprintf (#1815)Sean McBride2022-06-221-10/+10
* Various warning fixes (#1812)Sean McBride2022-06-221-24/+24
* h5test.h testing macros get enclosed in do..while loops (#1721)Dana Robinson2022-05-041-188/+188
* Fixes unused/unset variable warnings from aocc (#1712)Dana Robinson2022-05-031-2/+2
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-011-8/+8
* Warnings fixes (#1680)jhendersonHDF2022-04-251-88/+99
* 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-261-0/+2030
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-10/+10
* VFD plugins (#602)jhendersonHDF2021-09-291-3/+15
* VFD ctl feature (#981)jhendersonHDF2021-09-231-14/+530
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-161-6/+6
* Fix for a segfault when H5Pset_fapl_log is passed an invalid fapl ID (#607)Dana Robinson2021-04-291-1/+12
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-1/+33
* Update clang config (#473)Quincey Koziol2021-03-171-17/+68
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-1/+1
* Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429)Sean McBride2021-03-091-2/+2
* 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
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-6/+6
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-2/+2
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-2/+0
* HD prefix updates in src/ and test/Dana Robinson2020-10-241-6/+6
* Clang-format of source filesAllen Byrne2020-09-301-851/+835
* File changes to affect formattingAllen Byrne2020-09-041-6/+6
* Fixes the splitter VFD test on Windows.Dana Robinson2020-08-121-1/+1
* Removes staff email addresses from the repositoryDana Robinson2020-08-071-1/+1
* Fixes warnings in the splitter VFD and testsDana Robinson2020-08-061-109/+148
* Minor normalizations with hdf5_1_10Dana Robinson2020-07-311-4/+3
* * Fix intermittent error with Splitter VFD.Jacob Smith2020-06-251-34/+46
* Patch a few holes in the Splitter VFD implementation.Jacob Smith2020-05-291-1/+2
* Add Splitter VFD to library.Jacob Smith2020-03-131-5/+1092