summaryrefslogtreecommitdiffstats
path: root/src/H5FS.c
Commit message (Expand)AuthorAgeFilesLines
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-9/+9
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-47/+47
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-2/+2
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-55/+0
* Rename HD(f)printf() to (f)printf() (#3194)Dana Robinson2023-06-281-48/+46
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-50/+50
* Many clang -Wextra-semi-stmt fixes (#2537)Sean McBride2023-06-161-1/+0
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-17/+17
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-4/+4
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-2/+2
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-111-21/+16
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)jhendersonHDF2022-01-041-20/+27
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-3/+0
* Fixes parallel issues from recent C99 changes (#809)Dana Robinson2021-06-301-29/+33
* 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-285/+287
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-10/+1
* Normalizations with 1.10 branch.Dana Robinson2020-06-021-1/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-1/+1
* merge and fix conflictkmu2020-01-191-2/+1
|\
* | fix unused related warningskmu2020-01-131-1/+1
|/
* - Added H5MMprivate.h #includes where neededDana Robinson2019-03-161-0/+1
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-1/+1
* Normalization with vol_integration (property lists, file drivers,Dana Robinson2018-09-211-34/+34
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-4/+4
* Minor H5FS tweaks.Dana Robinson2018-05-241-3/+3
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-38/+36
* Merge pull request #426 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:hdf5_1_10 to hdf5...Larry Knox2017-04-251-6/+4
* Final merge of page buffering branch to developQuincey Koziol2017-03-141-172/+25
* Bring file shutdown code from cache image branchQuincey Koziol2017-01-051-0/+163
* Revert accidental changes to freespace open and close routines.Quincey Koziol2017-01-031-4/+4
* Remove 'const' from cache client pre_serialize callback, to reduce warnings,Quincey Koziol2017-01-031-4/+10
* More normalizations against incoming cache image branch.Quincey Koziol2016-12-291-1/+1
* Merge branch 'develop' into eoc_h5fs_fixDana Robinson2016-12-071-0/+1
|\
| * Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-0/+1
* | First cut at fixing the tagging issue with the free space managers.Dana Robinson2016-11-301-14/+15
|/
* [svn-r30219] Description:Quincey Koziol2016-07-221-1/+1
* [svn-r29057] added dxpl type checking when debug mode is enabled (H5_DEBUG_BU...Mohamad Chaarawi2016-02-071-2/+2
* [svn-r28614] Normalization of H5FS package with revise_chunks.Dana Robinson2015-12-141-156/+134
* [svn-r27768] Description:Quincey Koziol2015-09-141-4/+9
* [svn-r27237] Description:Quincey Koziol2015-06-181-6/+17
* [svn-r27144] Description:Quincey Koziol2015-06-031-1/+1
* [svn-r27133] - Add a new attribute function characterstic for format:Mohamad Chaarawi2015-06-011-2/+2
* [svn-r27078] Description:Quincey Koziol2015-05-151-12/+12
* [svn-r24256] Description:Quincey Koziol2013-10-041-3/+3
* [svn-r22668] Description:Quincey Koziol2012-08-111-28/+101
* [svn-r21919] Description:Quincey Koziol2012-02-091-17/+17