summaryrefslogtreecommitdiffstats
path: root/src/H5FDmirror.c
Commit message (Expand)AuthorAgeFilesLines
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-9/+8
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-47/+47
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-2/+0
* Remove HD from C std lib file ops (#3206)Dana Robinson2023-06-291-2/+2
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-17/+17
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-50/+50
* Remove HD prefix from network calls (#3142)Dana Robinson2023-06-161-8/+8
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-5/+5
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-3/+3
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-17/+17
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-16/+16
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-0/+5
* OESS-168: Remove clang warnings. (#1305)H. Joe Lee2022-01-071-2/+4
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-24/+0
* VFD plugins (#602)jhendersonHDF2021-09-291-1/+2
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+1
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-20/+20
* Fix several warnings (#747)jhendersonHDF2021-06-161-2/+2
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+1
* 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
* Enhance API tracing (#120)Quincey Koziol2020-11-261-3/+3
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-12/+12
* Replaces C std library calls with H5MM equivalentsDana Robinson2020-10-301-11/+11
* Fixes minor issues in various virtual file driversDana Robinson2020-10-291-1/+1
* Clang-format of source filesAllen Byrne2020-09-301-409/+318
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-431/+447
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* Tidying of Mirror VFD.Jacob Smith2020-04-071-5/+15
* Add Splitter VFD to library.Jacob Smith2020-03-131-0/+1991