| Commit message (Expand) | Author | Age | Files | Lines |
* | Clean up off_t usage (#4095) | Dana Robinson | 2024-03-09 | 1 | -2/+1 |
|
|
* | Add options to allow tools type selection and naming (#4046) | Allen Byrne | 2024-03-04 | 1 | -24/+11 |
|
|
* | Add 'warning density' computation to the warnhist script (#3910) | Quincey Koziol | 2023-12-29 | 1 | -42/+42 |
|
|
* | Add variable option syncing for examples (#3885) | Allen Byrne | 2023-12-14 | 1 | -2/+2 |
|
|
* | Strip HD prefix from string/char C API calls (#3540) | Dana Robinson | 2023-09-15 | 1 | -234/+234 |
|
|
* | hbool_t/TRUE/FALSE --> bool/true/false in tools (#3491) | Dana Robinson | 2023-09-05 | 1 | -3/+3 |
|
|
* | Remove programmer/date from comments (#3210) | Dana Robinson | 2023-06-29 | 1 | -6/+0 |
|
|
* | Remove HD from C std lib file ops (#3206) | Dana Robinson | 2023-06-29 | 1 | -17/+17 |
|
|
* | Remove HD from strto* calls (#3204) | Dana Robinson | 2023-06-29 | 1 | -11/+11 |
|
|
* | Rename HDexit() and related to exit(), etc. (#3202) | Dana Robinson | 2023-06-29 | 1 | -2/+2 |
|
|
* | Remove HD from memory allocate/free calls (#3195) | Dana Robinson | 2023-06-28 | 1 | -31/+31 |
|
|
* | Rename HD(f)printf() to (f)printf() (#3194) | Dana Robinson | 2023-06-28 | 1 | -769/+769 |
|
|
* | Many fixes to various compiler warnings (#3124) | Sean McBride | 2023-06-19 | 1 | -15/+15 |
|
|
* | Many clang -Wextra-semi-stmt fixes (#2537) | Sean McBride | 2023-06-16 | 1 | -6/+6 |
|
|
* | Add h5copy help test and verify consistency (#2902) | Allen Byrne | 2023-05-17 | 1 | -1/+1 |
|
|
* | Comment cleanup (#2689) | Quincey Koziol | 2023-04-11 | 1 | -3/+0 |
|
|
* | Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) | Allen Byrne | 2023-03-13 | 1 | -2/+2 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 3 | -3/+0 |
|
|
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 1 | -1/+1 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 2 | -20/+20 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 1 | -2/+2 |
|
|
* | Misc clang warning fixes (#1869) | Dana Robinson | 2022-07-11 | 1 | -7/+23 |
|
|
* | Snprintf2 (#1399) | Sean McBride | 2022-01-28 | 1 | -1/+1 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 1 | -7/+7 |
|
|
* | Assume C99 fixed sized ints exist, use them (#470) | Sean McBride | 2021-11-08 | 1 | -29/+9 |
|
|
* | Fix several warnings (#720) | jhendersonHDF | 2021-09-14 | 1 | -2/+5 |
|
|
* | Cleans up POSIX/C bits in H5private.h (#804) | Dana Robinson | 2021-06-29 | 1 | -81/+81 |
|
|
* | Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) | Sean McBride | 2021-03-10 | 1 | -2/+2 |
|
|
* | Fixed clang-tidy readability-redundant-control-flow warnings (#428) | Sean McBride | 2021-03-05 | 1 | -2/+0 |
|
|
* | Changes found during merge to 1.12 (#414) | Allen Byrne | 2021-03-04 | 1 | -3/+3 |
|
|
* | Fixed various clang -Wformat-security warnings (#340) | Sean McBride | 2021-02-19 | 1 | -2/+2 |
|
|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 3 | -3/+3 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 2 | -2596/+2532 |
|
|
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -2/+2 |
|
|
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -2/+13 |
|
|
* | Minor refactoring based on 1.10 normalization work | Dana Robinson | 2020-08-17 | 1 | -1/+1 |
|
|
* | Warnings reduction in tools | Allen Byrne | 2020-07-30 | 1 | -2/+2 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
|
|
* | Reduce casts of HDcalloc()/HDmalloc() that -Wc++-compat required. | David Young | 2020-01-29 | 1 | -1/+1 |
|
|
* | squash cast warning fix | kmu | 2020-01-23 | 1 | -4/+4 |
|
|
* | Merge branch 'develop' into stack_size_warnings | Dana Robinson | 2020-01-17 | 1 | -6/+6 |
|\ |
|
| * | Update tools hid_t declarations with H5I_INVALID_HID | Allen Byrne | 2020-01-13 | 1 | -6/+6 |
|
|
* | | Fixed stack and frame size warnings. Not complete, but fixes most of | Dana Robinson | 2020-01-15 | 1 | -19/+22 |
|/ |
|
* | address problems from comments | kmu | 2019-12-11 | 1 | -1/+1 |
|
|
* | fix and address comments | kmu | 2019-12-11 | 1 | -2/+2 |
|
|
* | Merge branch 'develop' into bugfix/intel_warnings | kmu | 2019-12-09 | 1 | -1/+1 |
|\ |
|
| * | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 1 | -1/+1 |
|
|
* | | remove unnecessary check macro | kmu | 2019-12-06 | 1 | -4/+1 |
|
|
* | | fix intel compile warnings | kmu | 2019-12-04 | 1 | -3/+6 |
|/ |
|
* | Change some GCC warnings to errors. Fix code to quiet some warnings. | David Young | 2019-11-05 | 1 | -1/+1 |
|
|