summaryrefslogtreecommitdiffstats
path: root/src/H5Clog.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleans up a const warning left over from previous constification (#633)Dana Robinson2021-05-071-4/+4
| | | | | | | | | * Committing clang-format changes * Adds consts to a few global variables * Cleans up a const warning left over from previous constification Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361)Sean McBride2021-02-231-3/+3
| | | | | | | | | | | | | | | | * Fixed many -Wreserved-id-macro warnings by fixing header guard spelling Removed leading underscore(s) from header guard spelling. Used 2 regexes: ` _H5(.*)_H` ` __H5(.*)_H` Applied case-insensitively to only .h files. * Modified scripts that generate header files to not use underscore prefix Interestingly, there was already no leading underscore in the trailing comment at the end of the file * Fixed remaining -Wreserved-id-macro warning not caught by regex
* Update license url (#332)Larry Knox2021-02-171-1/+1
| | | | | | * Modify temporary rpath for testing in java example scripts. * Update URL in source file Copyright headers for web copy of COPYING file - src and test directories.
* Clang-format of source filesAllen Byrne2020-09-301-37/+62
|
* Fixed a valgrind issue with the unprotect log message. The loggingDana Robinson2019-01-311-2/+2
| | | | | | 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-24/+25
|
* Squash merge of MDC logging changes.Dana Robinson2018-12-211-0/+113