| Commit message (Expand) | Author | Age | Files | Lines |
* | Many fixes to various compiler warnings (#3124) | Sean McBride | 2023-06-19 | 6 | -35/+35 |
|
|
* | Many clang -Wextra-semi-stmt fixes (#2537) | Sean McBride | 2023-06-16 | 14 | -29/+27 |
|
|
* | Add h5copy help test and verify consistency (#2902) | Allen Byrne | 2023-05-17 | 3 | -3/+3 |
|
|
* | Fix ROS3 VFD anonymous credential usage with h5dump and h5ls (#2798) | jhendersonHDF | 2023-04-24 | 2 | -4/+27 |
|
|
* | Add no subsets option to h5diff like h5dump #2688 (#2756) | Allen Byrne | 2023-04-18 | 2 | -246/+28 |
|
|
* | Comment cleanup (#2689) | Quincey Koziol | 2023-04-11 | 11 | -143/+0 |
|
|
* | Make sure that ONLY_SHARED_LIBS option is correctly set (#2544) | Allen Byrne | 2023-03-13 | 11 | -23/+23 |
|
|
* | GH issue #1142, print must have verbose on first (#2540) | Allen Byrne | 2023-03-13 | 1 | -4/+6 |
|
|
* | Fix uninitialized variable in pio_engine.c (#2463) | Dana Robinson | 2023-02-13 | 1 | -11/+11 |
|
|
* | Fix a possible uninitialized variable in pio_perf (#2461) | Dana Robinson | 2023-02-13 | 1 | -1/+1 |
|
|
* | H5F_LIBVER_LATEST changes for move to 1.15 (#2288) | Allen Byrne | 2022-12-21 | 1 | -1/+2 |
|
|
* | Fix for HDFFV-11052: h5debug fails on a corrupted file (h5_nrefs_POC)… (#2291) | vchoi-hdfgroup | 2022-12-13 | 1 | -2/+6 |
|
|
* | Output should only be printed if verbose. (#2273) | Allen Byrne | 2022-12-02 | 1 | -26/+36 |
|
|
* | Correct the CMake link for MPI (#2198) | Allen Byrne | 2022-11-01 | 2 | -4/+4 |
|
|
* | Update copyright headers (#2184) | Larry Knox | 2022-11-01 | 45 | -45/+0 |
|
|
* | Update CMake code to 3.18 minimum version (#2080) | Allen Byrne | 2022-09-03 | 12 | -12/+12 |
|
|
* | Fix typos found in the rest of the hdf5 code-base (#1985) | luzpaz | 2022-08-10 | 2 | -2/+2 |
|
|
* | Corrects some bad format strings in the tools (#1964) | Dana Robinson | 2022-08-03 | 1 | -1/+1 |
|
|
* | Onion VFD (#1953) | Dana Robinson | 2022-08-02 | 3 | -6/+141 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 30 | -227/+225 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 11 | -34/+34 |
|
|
* | Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897) | Dana Robinson | 2022-07-20 | 4 | -19/+0 |
|
|
* | Removes the small perf tool (#1896) | Dana Robinson | 2022-07-17 | 3 | -832/+6 |
|
|
* | Misc clang warning fixes (#1869) | Dana Robinson | 2022-07-11 | 5 | -7/+31 |
|
|
* | Fixes for production mode gcc warnings (#1873) | Dana Robinson | 2022-07-11 | 1 | -8/+20 |
|
|
* | Adds format attribute to additional functions (#1868) | Dana Robinson | 2022-07-11 | 2 | -6/+6 |
|
|
* | Fixes a bug in h5perf that causes file open failures (#1846) | Dana Robinson | 2022-07-01 | 2 | -2/+2 |
|
|
* | Fixes a few minor parallel warnings (#1832) | Dana Robinson | 2022-06-29 | 2 | -11/+11 |
|
|
* | sprintf to snprintf (#1815) | Sean McBride | 2022-06-22 | 3 | -10/+10 |
|
|
* | Various warning fixes (#1812) | Sean McBride | 2022-06-22 | 4 | -20/+16 |
|
|
* | Fixes for S3 and HDFS VFDs with tools (#1740) | jhendersonHDF | 2022-05-06 | 3 | -2/+19 |
|
|
* | Fixes unused/unset variable warnings from aocc (#1712) | Dana Robinson | 2022-05-03 | 1 | -4/+1 |
|
|
* | Clean stack size warnings in sio_engine (#1687) | Dana Robinson | 2022-04-25 | 1 | -20/+35 |
|
|
* | Warnings fixes (#1680) | jhendersonHDF | 2022-04-25 | 1 | -1/+1 |
|
|
* | Move error-stack text to top of usage display (#1564) | Allen Byrne | 2022-04-01 | 6 | -27/+48 |
|
|
* | spelling fixes (#1561) | Scot Breitenfeld | 2022-03-31 | 2 | -2/+2 |
|
|
* | Fixes for format string warnings raised by -Wformat=2/-Wformat-security (#1489) | Dana Robinson | 2022-03-11 | 1 | -3/+3 |
|
|
* | Removes remaining register keywords (#1481) | Dana Robinson | 2022-03-10 | 4 | -57/+55 |
|
|
* | Remove addition of non-standalone use of H5_ATTR_FORMAT (#1470) | Allen Byrne | 2022-03-07 | 1 | -1/+1 |
|
|
* | Sprinkle H5_ATTR_FORMAT over printf(3)-like functions in tools and fix issues... | David Young | 2022-02-21 | 5 | -47/+44 |
|
|
* | Make a buffer bigger: GCC 8.3.0 warned that a `snprintf` may be (#1403) | David Young | 2022-02-11 | 1 | -1/+1 |
|
|
* | Fix a few issues noted by LGTM (#1421) | jhendersonHDF | 2022-02-04 | 3 | -7/+12 |
|
|
* | Snprintf2 (#1399) | Sean McBride | 2022-01-28 | 4 | -11/+11 |
|
|
* | Remove const from the argv tools/tests main sig. (#1390) | Allen Byrne | 2022-01-28 | 17 | -45/+46 |
|
|
* | OESS-168: Remove clang warnings. (#1295) | H. Joe Lee | 2021-12-15 | 1 | -1/+1 |
|
|
* | OESS-168: Remove clang warnings. (#1294) | H. Joe Lee | 2021-12-15 | 1 | -4/+4 |
|
|
* | OESS-168: Remove clang warnings. (#1277) | H. Joe Lee | 2021-12-10 | 1 | -1/+1 |
|
|
* | Fixed Spelling Errors (#1166) | Scot Breitenfeld | 2021-12-07 | 20 | -69/+69 |
|
|
* | Add option for h5repack timing (#1142) | Allen Byrne | 2021-11-08 | 5 | -50/+166 |
|
|
* | Assume C99 fixed sized ints exist, use them (#470) | Sean McBride | 2021-11-08 | 1 | -29/+9 |
|
|