Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334) | Allen Byrne | 2023-08-03 | 1 | -23/+23 |
| | |||||
* | Sync of src w/ develop (#3307) | Dana Robinson | 2023-07-28 | 1 | -5/+5 |
| | |||||
* | Remove "Programmer" lines (#3294) | Dana Robinson | 2023-07-27 | 1 | -60/+0 |
| | |||||
* | Brings over most of the HD prefix removal (#3293) | Dana Robinson | 2023-07-27 | 1 | -58/+58 |
| | |||||
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 1 | -1/+0 |
| | | | | | * Updated source file copyright headers to remove "Copyright by the Board of Trustees of the University of Illinois", which is kept in the top-level COPYING file. | ||||
* | 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 | -19/+19 |
| | | | | | * 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 | -214/+176 |
| | |||||
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -19/+19 |
| | |||||
* | Add support for GCC 7.x warnings, update warnhist script to account for them, | Quincey Koziol | 2019-06-21 | 1 | -1/+1 |
| | | | | clean up warnings. | ||||
* | Fixed a valgrind issue with the unprotect log message. The logging | Dana Robinson | 2019-01-31 | 1 | -4/+3 |
| | | | | | | 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/+1008 |