| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 14 | -14/+0 |
|
|
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 1 | -1/+1 |
|
|
* | Removes cmake_ext_mod (files moved to cmake) (#2041) | Dana Robinson | 2022-08-19 | 1 | -1/+1 |
|
|
* | Develop cmake clean (#1971) | Allen Byrne | 2022-08-07 | 1 | -1/+12 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 9 | -85/+85 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 1 | -4/+4 |
|
|
* | Misc clang warning fixes (#1869) | Dana Robinson | 2022-07-11 | 1 | -17/+21 |
|
|
* | sprintf to snprintf (#1815) | Sean McBride | 2022-06-22 | 1 | -18/+18 |
|
|
* | h5test.h testing macros get enclosed in do..while loops (#1721) | Dana Robinson | 2022-05-04 | 3 | -156/+156 |
|
|
* | Snprintf2 (#1399) | Sean McBride | 2022-01-28 | 2 | -10/+11 |
|
|
* | Used clang-tidy to change all floating point f suffixes to F (#1359) | Sean McBride | 2022-01-28 | 1 | -3/+3 |
|
|
* | various cleanup java test, test files, comments (#1363) | Allen Byrne | 2022-01-18 | 1 | -1/+1 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 7 | -23/+23 |
|
|
* | New references for Dimension Scale APIs (#1139) | jhendersonHDF | 2021-11-05 | 6 | -36/+43 |
|
|
* | Fixed HL_test_packet, incorrect length assignment (#1100) | Allen Byrne | 2021-10-20 | 1 | -2/+2 |
|
|
* | Add high-level set/get for `unsigned long long` attributes. (#973) | Alessandro Felder | 2021-09-08 | 1 | -32/+77 |
|
|
* | More clang tidy (#908) | Sean McBride | 2021-08-23 | 3 | -8/+8 |
|
|
* | OESS-168:Remove clang warnings. (#835) | H. Joe Lee | 2021-07-26 | 2 | -4/+6 |
|
|
* | OESS-168:Remove implicit conversion warnings. (#829) | H. Joe Lee | 2021-07-12 | 1 | -20/+20 |
|
|
* | Cleans up POSIX/C bits in H5private.h (#804) | Dana Robinson | 2021-06-29 | 2 | -15/+15 |
|
|
* | Fix several warnings (#747) | jhendersonHDF | 2021-06-16 | 2 | -21/+42 |
|
|
* | Ubsan fixes (#498) | Sean McBride | 2021-05-03 | 1 | -5/+6 |
|
|
* | Update top-level COPYING file and remove COPYING files from subdirectories (#... | Larry Knox | 2021-04-21 | 1 | -13/+0 |
|
|
* | Update clang config (#473) | Quincey Koziol | 2021-03-17 | 4 | -9/+36 |
|
|
* | Fixed all clang-tidy bugprone-suspicious-string-compare warnings (#451) | Sean McBride | 2021-03-10 | 1 | -16/+18 |
|
|
* | Applied clang-tidy readability-non-const-parameter warning fixes auto… (#429) | Sean McBride | 2021-03-09 | 2 | -3/+4 |
|
|
* | More warning fixes (#400) | Sean McBride | 2021-03-04 | 1 | -12/+12 |
|
|
* | Fixed many -Wreserved-id-macro warnings by fixing header guard spelling (#361) | Sean McBride | 2021-02-23 | 1 | -3/+3 |
|
|
* | Update license url part2 (#333) | Larry Knox | 2021-02-17 | 18 | -18/+18 |
|
|
* | Changes for sanitize=address (#312) | Allen Byrne | 2021-02-05 | 1 | -1/+1 |
|
|
* | Fixes a minor memory leak in hl/test/test_file_image.c (#209) | Dana Robinson | 2020-12-20 | 1 | -0/+2 |
|
|
* | Clang-format of source files | Allen Byrne | 2020-09-30 | 14 | -6824/+6860 |
|
|
* | OESS-98 merge with clang-format changes | Allen Byrne | 2020-09-25 | 1 | -4/+4 |
|
|
* | File changes to affect formatting | Allen Byrne | 2020-09-04 | 1 | -256/+265 |
|
|
* | CMake and script changes for clang-format | Allen Byrne | 2020-09-04 | 1 | -0/+28 |
|
|
* | Removes staff email addresses from the repository | Dana Robinson | 2020-08-07 | 9 | -24/+1 |
|
|
* | Trim trailing whitespace | Quincey Koziol | 2020-04-20 | 1 | -15/+15 |
|
|
* | Minor updates and fix settings for fortran flags | Allen Byrne | 2020-04-06 | 1 | -1/+1 |
|
|
* | TRILAB-192 add c++ and fortran warnings build systems one file | Allen Byrne | 2020-04-05 | 1 | -0/+4 |
|
|
* | So that I can use PASSED(); anywhere a statement can go, #define PASSED() with | David Young | 2020-02-28 | 1 | -1/+1 |
|
|
* | TRILAB-142 Change minimum CMake version to 3.12 | Allen Byrne | 2020-02-21 | 1 | -1/+1 |
|
|
* | HDFFV-11001 Add fine control over testing | Allen Byrne | 2020-01-15 | 1 | -1/+3 |
|
|
* | Revert "Make a squash commit of 'Quiet some warnings by adjusting warnings le... | David Young | 2019-11-27 | 1 | -1/+1 |
|
|
* | Avoid unused-variable warnings: change static const strings in a couple | David Young | 2019-11-13 | 1 | -1/+1 |
|
|
* | OESS-29 Update HD prefix mostly | Allen Byrne | 2019-08-24 | 5 | -83/+83 |
|
|
* | Update HD prefix and reconcile hl/cpp test | Allen Byrne | 2019-08-16 | 12 | -1207/+1207 |
|
|
* | Add HD prefix to tests | Allen Byrne | 2019-08-15 | 2 | -58/+56 |
|
|
* | Correct generator and add HD prefix | Allen Byrne | 2019-07-26 | 1 | -3/+3 |
|
|
* | HDFFV-10529 Update CMake tests to use test fixtures | Allen Byrne | 2019-07-23 | 1 | -44/+41 |
|
|
* | HDFFV-10845 use of TARGETFILE disables auto emulator | Allen Byrne | 2019-07-17 | 1 | -1/+2 |
|
|