summaryrefslogtreecommitdiffstats
path: root/src/H5FAcache.c
Commit message (Expand)AuthorAgeFilesLines
* Remove useless headers (#4145)Dana Robinson2024-03-151-3/+0
* Change 'extensible' to 'fixed' in H5FA code (#3964)Dana Robinson2024-01-261-1/+1
* Convert hbool_t --> bool in src (#3496)Dana Robinson2023-09-051-15/+15
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-27/+28
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-3/+3
* Remove HD from HDmem* calls (#3211)Dana Robinson2023-06-291-3/+3
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-65/+0
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-67/+67
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-4/+4
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-1/+0
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-14/+14
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-22/+22
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-1/+1
* Removes alternative function enter/leave macro scheme (#678)Dana Robinson2021-05-291-170/+228
* 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
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-6/+6
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-6/+6
* Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-061-558/+558
* Clang-format of source filesAllen Byrne2020-09-301-738/+687
* Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-17/+1
* Trim trailing whitespaceQuincey Koziol2020-04-201-6/+6
* merge and fix conflictkmu2020-01-191-3/+3
|\
* \ merge and fix conflictskmu2020-01-141-2/+4
|\ \ | |/
| * fix and address commentskmu2019-12-111-0/+2
| * remove unnecessary check macrokmu2019-12-061-2/+2
| * fix intel compile warningskmu2019-12-041-2/+2
* | fix unused related warningskmu2020-01-131-3/+3
|/
* Revert "fix warnings from Intel compiler"kmu2019-11-261-2/+2
* Revert "fix issues from previous PR comments"kmu2019-11-261-1/+0
* Revert "using a different MACRO"kmu2019-11-261-1/+1
* using a different MACROkmu2019-11-251-1/+1
* fix issues from previous PR commentskmu2019-11-251-0/+1
* fix warnings from Intel compilerkmu2019-11-071-2/+2
* - 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-4/+4
* Add API context interface and use it throughout the library.Quincey Koziol2018-03-151-2/+2
* 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 metadata cache "get entry status" call and newQuincey Koziol2017-01-061-0/+6
* Bring SWMR support in to the main development branch. (Finally!) More testsQuincey Koziol2016-12-021-3/+209
* Bring over support for retrying metadata cache entry loads, along with all theQuincey Koziol2016-11-201-40/+132
* Remove 'clear' callback from metadata cache client interface, using theQuincey Koziol2016-11-181-3/+0
* Remove explicit support within the metadata cache for tracked compressedQuincey Koziol2016-11-171-14/+6
* [svn-r29980] Description:Quincey Koziol2016-05-301-19/+19
* [svn-r28624] Minor normalization of H5FA package with revise_chunks.Dana Robinson2015-12-141-17/+17
* [svn-r27768] Description:Quincey Koziol2015-09-141-1/+1
* [svn-r27320] Fix uninitialized memory write valgrind errors in trunk. Did th...Neil Fortner2015-07-011-3/+3
* [svn-r27237] Description:Quincey Koziol2015-06-181-603/+496
* [svn-r27144] Description:Quincey Koziol2015-06-031-2/+2