summaryrefslogtreecommitdiffstats
path: root/src/H5FDint.c
Commit message (Expand)AuthorAgeFilesLines
* Add new API function H5Pget_actual_select_io_mode() (#2974)Neil Fortner2023-10-201-11/+144
* 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-86/+86
* Implementation of the mpio driver with selection I/O. (#3222)vchoi-hdfgroup2023-08-071-117/+583
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-118/+120
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-6/+6
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-10/+10
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-16/+0
* Remove HD from memory allocate/free calls (#3195)Dana Robinson2023-06-281-10/+10
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-137/+137
* Rename HDqsort() to qsort() (#3193)Dana Robinson2023-06-281-1/+1
* Many fixes to various compiler warnings (#3124)Sean McBride2023-06-191-10/+10
* Move encode/decode macros to a new header (#3040)Dana Robinson2023-06-061-0/+1
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-10/+10
* Implement selection I/O with type conversion (#2823)Neil Fortner2023-04-281-0/+28
* Comment cleanup (#2689)Quincey Koziol2023-04-111-16/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Fix memory bug in selection I/O (#2096)Neil Fortner2022-09-141-14/+18
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-29/+29
* Fix bugs in parallel selection I/O (#1803)Neil Fortner2022-06-091-40/+44
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-2/+2
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-261-1/+1976
* Fixes FUNC_ENTER warnings in VFDs due to recent init changes (#1178)Dana Robinson2021-11-101-4/+3
* VFD plugins (#602)jhendersonHDF2021-09-291-0/+371
* Brings the native implementation of H5Fdelete() from Bitbucket (#524)Dana Robinson2021-04-161-0/+44
* Update license url (#332)Larry Knox2021-02-171-1/+1
* Removes lock/unlock callbacks from ros3 and hdfs VFDs (#258)Dana Robinson2021-01-141-4/+0
* Allow read-only VFD registration (#257)Dana Robinson2021-01-131-0/+4
* Clang-format of source filesAllen Byrne2020-09-301-80/+66
* Trim trailing whitespaceQuincey Koziol2020-04-201-2/+2
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-95/+72
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-80/+30
* * Added new public H5FDdriver_query() API call.Dana Robinson2017-05-241-5/+3
* * Made H5FD_driver_query() a private function instead of static.Dana Robinson2017-05-241-0/+37
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Bring changes to I/O parameters from page_buffering branch.Quincey Koziol2017-03-131-22/+37
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-3/+10
* Warning and whitespace cleanup.Quincey Koziol2016-11-031-3/+15
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-0/+38
* [svn-r27768] Description:Quincey Koziol2015-09-141-28/+3
* [svn-r26012] make the print format for address overflow error windows friendly.Mohamad Chaarawi2015-01-231-4/+4
* [svn-r26005] fix error return value. minor change.Mohamad Chaarawi2015-01-221-2/+2
* [svn-r26002] move checks on reading/writing beyond file eoa outside of the fi...Mohamad Chaarawi2015-01-221-0/+14
* [svn-r25929] Description:Quincey Koziol2014-12-291-4/+7
* [svn-r25097] Description:Quincey Koziol2014-04-251-0/+64
* [svn-r25084] Description:Quincey Koziol2014-04-231-9/+6
* [svn-r23713] Description:Quincey Koziol2013-05-211-1/+1
* [svn-r21919] Description:Quincey Koziol2012-02-091-6/+6
* [svn-r16615] Purpose: Fix bug 1499Neil Fortner2009-03-261-3/+18