summaryrefslogtreecommitdiffstats
path: root/src/H5FD.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-1/+0
* Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-071-7/+7
* Strip HD prefix from string/char C API calls (#3540)Dana Robinson2023-09-151-2/+2
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-28/+28
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-071-4/+398
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-164/+164
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-8/+8
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-12/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-51/+51
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-2/+2
* Comment cleanup (#2689)Quincey Koziol2023-04-111-8/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-5/+5
* Various warning fixes (#1812)Sean McBride2022-06-221-2/+2
* Minor things noticed while bringing VFD SWMR in line with develop (#1691)Dana Robinson2022-04-251-1/+1
* Warnings fixes (#1680)jhendersonHDF2022-04-251-2/+4
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-1/+367
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-2/+3
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-34/+21
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+56
* VFD ctl feature (#981)jhendersonHDF2021-09-231-0/+105
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+34
* Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451)Sean McBride2021-03-101-2/+2
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)Dana Robinson2021-01-141-7/+3
* Allow read-only VFD registration (#257)Dana Robinson2021-01-131-3/+7
* Expand ID dec_ref and close callbacks to allow for asynchronous close operati...Quincey Koziol2020-12-011-2/+2
* Replace H5E_ATOM major error category with H5E_ID (#121)Dana Robinson2020-11-301-4/+4
* Enhance API tracing (#120)Quincey Koziol2020-11-261-18/+18
* Clang-format of source filesAllen Byrne2020-09-301-304/+244
* Merge branch 'develop' into file_locking_squash_2Dana Robinson2020-08-061-1/+1
|\
| * Minor normalizations with 1.12 branchDana Robinson2020-08-011-1/+1
* | Squash merge of file locking fixesDana Robinson2020-08-031-4/+4
|/
* Normalization with hdf5_1_10Dana Robinson2020-06-011-11/+11
* Minor refactoring to the VFD info free call.Dana Robinson2020-01-311-10/+8
* Updated the 'const memory free' changes based on PR feedback.Dana Robinson2020-01-311-9/+8
* Added a free wrapper that lets us free constant pointers withoutDana Robinson2020-01-301-5/+8
* Yanked -Wc++-compat from the flags used to build the C library in bothDana Robinson2019-12-041-2/+2
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-2/+2
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-464/+514
* Cleanup API context function usage.Quincey Koziol2018-03-191-54/+16
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-43/+71
* Normalization with VOL integration branch.Dana Robinson2017-11-301-9/+9
* Added a test for VFD IDs to testhdf5.Dana Robinson2017-07-011-226/+53
* * Added new public H5FDdriver_query() API call.Dana Robinson2017-05-241-1/+41
* * Made H5FD_driver_query() a private function instead of static.Dana Robinson2017-05-241-37/+0
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4