summaryrefslogtreecommitdiffstats
path: root/src/H5AC.c
Commit message (Expand)AuthorAgeFilesLines
* Improve performance of flushing single objects (#4017)Neil Fortner2024-02-231-2/+2
* Replaces HDgetenv with getenv (#3599)Scot Breitenfeld2023-09-261-1/+1
* 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-51/+51
* Made HGOTO_ERROR a do-while loop (#3308)Sean McBride2023-08-021-102/+102
* Another round of fixing -Wextra-semi-stmt warnings (#3264)Sean McBride2023-07-241-20/+20
* Fixed more warnings about extra semicolons (#3249)Sean McBride2023-07-181-1/+1
* Remove HD from HDis* (e.g., isalpha) (#3212)Dana Robinson2023-06-291-1/+1
* Remove programmer/date from comments (#3210)Dana Robinson2023-06-291-146/+0
* Remove HD from strto* calls (#3204)Dana Robinson2023-06-291-1/+1
* Rename HDassert() to assert() (#3191)Dana Robinson2023-06-281-115/+115
* Remove H5F_evict_tagged_metadata() (#3165)Dana Robinson2023-06-211-5/+6
* Convert H5F haddr_t macros to H5 (#3039)Dana Robinson2023-06-051-10/+10
* Remove unnecessary fields from cache structs (#2951)Quincey Koziol2023-05-151-28/+2
* Cache tidy (#2693)Quincey Koziol2023-04-121-47/+18
* Comment cleanup (#2689)Quincey Koziol2023-04-111-38/+4
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-1/+1
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-12/+12
* Minor things noticed while bringing VFD SWMR in line with develop (#1691)Dana Robinson2022-04-251-1/+1
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-3/+3
* Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)jhendersonHDF2022-03-011-6/+67
* Revert "Fix metadata cache bug when resizing a pinned/protected entry (#1358)...Larry Knox2022-02-121-4/+4
* Fix metadata cache bug when resizing a pinned/protected entry (#1358)jhendersonHDF2022-02-081-4/+4
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-281-1/+1
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-3/+8
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-2/+2
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-32/+3
* Combo set of async and other changes (#161)Quincey Koziol2021-06-021-13/+12
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-10/+5
* Update license url (#332)Larry Knox2021-02-171-1/+1
* develop revert source to clang-format version 11 (#293)Allen Byrne2021-01-291-9/+9
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-9/+9
* Clang-format of source filesAllen Byrne2020-09-301-588/+514
* Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-13/+3
|\
| * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-13/+3
* | Tab to space conversions.mainzer2020-08-141-140/+140
* | Merge branch 'develop' into mdc_sl_optmainzer2020-08-131-31/+41
|\ \ | |/
| * Fixes -Wnull-dereference warnings around the cache logging callsDana Robinson2020-08-061-30/+40
| * Minor normalizations with 1.12 branchDana Robinson2020-08-011-1/+1
* | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-158/+325
|/
* Normalization with hdf5_1_10Dana Robinson2020-06-011-141/+142
* Trim trailing whitespaceQuincey Koziol2020-04-201-33/+33
* Checkin for new shutting down free-space manager.Vailin Choi2019-06-201-41/+27
* Merge branch 'develop' into c_stdlib_posix_call_cleanupDana Robinson2019-02-191-3/+13
|\
| * Modification based on feedback from pull request.Vailin Choi2019-02-061-0/+5
| * There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-2/+7
| * Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-311-1/+1
* | C and POSIX call cleanupDana Robinson2019-01-111-1/+1
|/
* Updated the log function names.Dana Robinson2018-12-281-24/+24