summaryrefslogtreecommitdiffstats
path: root/src/H5C.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright headers (#2184)Larry Knox2022-11-011-1/+0
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-201-43/+43
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-101-3/+3
* Develop clang 13 format (#1933)Allen Byrne2022-07-261-39/+42
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-251-62/+28
* Updates messages in cache sanity checks (#1851)Dana Robinson2022-07-061-23/+23
* Be a bit safer with signed arithmetic, thus quieting some signed-overflow war...David Young2022-04-301-15/+17
* Minor things noticed while bringing VFD SWMR in line with develop (#1691)Dana Robinson2022-04-251-10/+10
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-081-26/+26
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-091-0/+2
* Fix cache sanity checking code by moving functions to wider scope (#1435)jhendersonHDF2022-02-211-99/+78
* Unify handling of collective metadata reads status (#1206)jhendersonHDF2022-01-291-11/+28
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-221-7/+35
* Correct spelling correction of preceed incorrectly to proceed. Should (#1268)Larry Knox2021-12-071-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-071-11/+11
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-081-3/+0
* Removes gratuitous (double)x.yF casts (#632)Dana Robinson2021-05-071-27/+22
* Align with "parallel fence" changes (#479)Quincey Koziol2021-03-241-25/+6
* Fixed clang-tidy readability-redundant-control-flow warnings (#428)Sean McBride2021-03-051-3/+0
* Fixed uninitialized warnings (#360)Sean McBride2021-02-191-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-26/+26
* Bring async branch to develop (#166)Quincey Koziol2020-12-141-1/+1
* Enhance API tracing (#120)Quincey Koziol2020-11-261-5/+5
* Basic alignment with async branch (#115)Quincey Koziol2020-11-231-27/+26
* Fix spelling of metadataKyle Sunden2020-11-131-1/+1
* Update reformatting settings, trace wrapping, and printf-format strings (#22)Quincey Koziol2020-10-061-4488/+4502
* Clang-format of source filesAllen Byrne2020-09-301-5839/+5413
* Use the right format string, "%zu", for size_t.David Young2020-09-271-1/+1
* Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-271-990/+989
|\
| * Fix comment formatting due to tabs conversionAllen Byrne2020-09-241-45/+44
| * File changes to affect formattingAllen Byrne2020-09-041-985/+985
* | Merge remote-tracking branch 'hdffv/develop' into rebased-fprintf-experimentDavid Young2020-09-031-743/+1634
|\ \ | |/
| * Minor copy edits to comments -- no code changes.inactive/mdc_sl_optmainzer2020-08-171-1/+1
| * Merge branch 'develop' into mdc_sl_optmainzer2020-08-151-340/+193
| |\
| | * Clean up private / package / static namespace issues (function naming, whichQuincey Koziol2020-08-061-340/+192
| * | Tab to space conversions.mainzer2020-08-141-103/+101
| * | When flushing, the metadata cache attempts to flush entries in increasingmainzer2020-08-051-322/+1362
| |/
* | Squash my changes on branch `fprintf-experiment` into one commit forDavid Young2020-07-071-5/+5
|/
* Trim trailing whitespaceQuincey Koziol2020-04-201-206/+206
* fix unused related warningskmu2020-01-131-3/+7
* Updated configure & CMake compiler flags for GCC 8.x, along with correspondingQuincey Koziol2019-06-281-6/+9
* Added an H5MM_memcpy call that checks for buffer overlap.Dana Robinson2019-03-161-7/+7
* Merge in latest from developJordan Henderson2019-02-121-0/+4
|\
| * Modification based on feedback from pull request.Vailin Choi2019-02-051-1/+1
| * There is performance issue when closing an object. The slow down is due to t...Vailin Choi2019-02-051-0/+4
* | Fix some collective metadata read issuesJordan Henderson2019-02-121-42/+13
|/
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-7/+8
* Normalization with vol_integration (misc internal and datatype)Dana Robinson2018-09-201-18/+15
* Fixed HDFFV-10404Binh-Minh Ribler2018-07-131-12/+12