summaryrefslogtreecommitdiffstats
path: root/src/H5Clog_json.c
Commit message (Collapse)AuthorAgeFilesLines
* Source formattedAllen Byrne2020-10-011-280/+226
|
* Whitespace cleanupAllen Byrne2020-05-131-37/+37
|
* Merge pull request #2094 in HDFFV/hdf5 from ~KMU/hdf5:bugfix/unused to developKimmy Mu2020-01-281-1/+1
| | | | | | | | | | | * commit '145ef3ceee20c28a443bd11507c58858bea3f889': more cleanup change it back pick up missing piece fix unused related warnings removed unused parameter more fix and address comments remove unsed var,function,macro, etc
* Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-311-5/+4
| | | | | | call was placed after the point where the cache entry was freed. The fix was to just use the entry's address directly in the log call instead of the entry itself.
* Updated the log function names.Dana Robinson2018-12-281-3/+3
|
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-0/+1365