Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 1 | -1/+1 |
| | | | | | * Update format source to clang 13 * More format changes | ||||
* | Removes the STATIC flavor of FUNC_ENTER macros (#1622) | Dana Robinson | 2022-04-08 | 1 | -24/+24 |
| | | | | | * Removes the STATIC flavor of FUNC_ENTER macros | ||||
* | Adds const to a few global variables (#623) | Dana Robinson | 2021-05-04 | 1 | -26/+26 |
| | | | | | | | * Committing clang-format changes * Adds consts to a few global variables Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Fixed various clang -Wformat-security warnings (#340) | Sean McBride | 2021-02-19 | 1 | -1/+1 |
| | |||||
* | Update license url (#332) | Larry Knox | 2021-02-17 | 1 | -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 files | Allen Byrne | 2020-09-30 | 1 | -280/+226 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -37/+37 |
| | |||||
* | merge and fix conflict | kmu | 2020-01-19 | 1 | -1/+1 |
|\ | |||||
* | | fix unused related warnings | kmu | 2020-01-13 | 1 | -1/+1 |
|/ | |||||
* | Fixed a valgrind issue with the unprotect log message. The logging | Dana Robinson | 2019-01-31 | 1 | -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 Robinson | 2018-12-28 | 1 | -3/+3 |
| | |||||
* | Squash merge of MDC logging changes. | Dana Robinson | 2018-12-21 | 1 | -0/+1365 |