| Commit message (Expand) | Author | Age | Files | Lines |
* | Convert unsigned cap flag field to uint64_t and add flags (#2050)feature/vol_cap_flags | Dana Robinson | 2022-08-22 | 2 | -23/+23 |
|
|
* | Removes cmake_ext_mod (files moved to cmake) (#2041) | Dana Robinson | 2022-08-19 | 1 | -11/+11 |
|
|
* | Fixes codespell issues (#2032) | Dana Robinson | 2022-08-17 | 3 | -7/+7 |
|
|
* | Fix bug in attribute type conversion wiith compound types (#2016) | Neil Fortner | 2022-08-16 | 1 | -0/+131 |
|
|
* | Fix typos found in the rest of the hdf5 code-base (#1985) | luzpaz | 2022-08-10 | 18 | -36/+35 |
|
|
* | Remove stray files, incorrect vds and mpi clean files (#1979) | Allen Byrne | 2022-08-09 | 1 | -13/+0 |
|
|
* | Revert for older cmake versions (#1974) | Allen Byrne | 2022-08-08 | 1 | -2/+2 |
|
|
* | Develop cmake clean (#1971) | Allen Byrne | 2022-08-07 | 1 | -207/+202 |
|
|
* | H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969) | Mark Kittisopikul | 2022-08-07 | 1 | -2/+2 |
|
|
* | Adds platform-independent basename and dirname (#1951) | Dana Robinson | 2022-08-05 | 5 | -1/+510 |
|
|
* | Onion VFD (#1953) | Dana Robinson | 2022-08-02 | 3 | -1/+4969 |
|
|
* | Fixes format string warnings in tselect w/ clang 14 (#1955) | Dana Robinson | 2022-07-31 | 1 | -11/+11 |
|
|
* | Cleanup of mirror VFD test code (#1949) | Dana Robinson | 2022-07-30 | 2 | -1545/+1269 |
|
|
* | Misc clang production warning fixes (#1932) | Dana Robinson | 2022-07-27 | 2 | -0/+12 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 107 | -1317/+1319 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 29 | -289/+544 |
|
|
* | Fix bug in swmr.c introduced with recent merge (double_t) (#1913) | Neil Fortner | 2022-07-19 | 1 | -3/+3 |
|
|
* | Persist dataset access properties when using H5Fstart_swmr_write (#1862) | Neil Fortner | 2022-07-19 | 1 | -0/+373 |
|
|
* | Fixes warnings when the deflate filter is not built (#1904) | Dana Robinson | 2022-07-18 | 1 | -1/+3 |
|
|
* | Misc clang warning fixes (#1869) | Dana Robinson | 2022-07-11 | 2 | -5/+5 |
|
|
* | Fixes for production mode gcc warnings (#1873) | Dana Robinson | 2022-07-11 | 2 | -15/+27 |
|
|
* | Adds format attribute to additional functions (#1868) | Dana Robinson | 2022-07-11 | 2 | -3/+3 |
|
|
* | Minor tweaks to the test_swmr.sh script (#1852) | Dana Robinson | 2022-07-06 | 1 | -10/+7 |
|
|
* | Quiets const warnings (#1831) | Dana Robinson | 2022-06-29 | 1 | -0/+2 |
|
|
* | Converts testhdf5 macros to h5test macros in chunk_info.c (#1820) | Dana Robinson | 2022-06-23 | 1 | -30/+66 |
|
|
* | sprintf to snprintf (#1815) | Sean McBride | 2022-06-22 | 24 | -169/+176 |
|
|
* | Various warning fixes (#1812) | Sean McBride | 2022-06-22 | 3 | -41/+36 |
|
|
* | Set default level to minimum time (#1722) | Allen Byrne | 2022-05-17 | 6 | -24/+43 |
|
|
* | Revert "Cleanup and shellcheck fixes in the SWMR test script (#1741)" (#1758) | Dana Robinson | 2022-05-10 | 1 | -53/+56 |
|
|
* | Cleanup and shellcheck fixes in the SWMR test script (#1741) | Dana Robinson | 2022-05-07 | 1 | -56/+53 |
|
|
* | Minor things noticed while merging to 1.10 (#1739) | Dana Robinson | 2022-05-06 | 1 | -12/+4 |
|
|
* | Fix a few Clang sanitizer warnings (#1727) | jhendersonHDF | 2022-05-05 | 1 | -6/+9 |
|
|
* | h5test.h testing macros get enclosed in do..while loops (#1721) | Dana Robinson | 2022-05-04 | 75 | -25194/+25266 |
|
|
* | Fixes unused/unset variable warnings from aocc (#1712) | Dana Robinson | 2022-05-03 | 3 | -31/+4 |
|
|
* | test/dt_arith: use `isnan` instead of self comparison (#1709) | Ben Boeckel | 2022-05-03 | 1 | -5/+5 |
|
|
* | Fix some const cast and stack/static object size warnings (#1700) | jhendersonHDF | 2022-05-01 | 3 | -20/+56 |
|
|
* | Fix object size warnings in cache.c test (#1701) | jhendersonHDF | 2022-05-01 | 1 | -4051/+2717 |
|
|
* | Fixes stack size warnings in set_extent test (#1698) | Dana Robinson | 2022-04-28 | 1 | -77/+127 |
|
|
* | Fixes stack size warnings in dtransform (#1696) | Dana Robinson | 2022-04-27 | 1 | -10/+26 |
|
|
* | Fixes stack size warnings in ntypes (#1695) | Dana Robinson | 2022-04-26 | 1 | -15/+60 |
|
|
* | Correct concurrency bugs when running tests, along with a bugfix & small warn... | Quincey Koziol | 2022-04-26 | 2 | -26/+169 |
|
|
* | Fixes stack size warnings in tcoords.c (#1688) | Dana Robinson | 2022-04-25 | 1 | -14/+48 |
|
|
* | Warnings fixes (#1680) | jhendersonHDF | 2022-04-25 | 3 | -92/+103 |
|
|
* | Adds the -q flag to all swmr test programs, quieting noisy output (#1665) | Dana Robinson | 2022-04-20 | 1 | -15/+15 |
|
|
* | Mirror vfd test fixes (#1629) | Quincey Koziol | 2022-04-18 | 3 | -13/+25 |
|
|
* | OESS-168: Remove clang warnings. (#1309) | H. Joe Lee | 2022-04-15 | 1 | -1/+2 |
|
|
* | Minor things discovered while preparing 1.12.2 (#1620) | Dana Robinson | 2022-04-08 | 1 | -1/+1 |
|
|
* | spelling fixes (#1561) | Scot Breitenfeld | 2022-03-31 | 4 | -6/+6 |
|
|
* | Removes unused H5HP (private heap) package (#1548) | Dana Robinson | 2022-03-30 | 6 | -1092/+2 |
|
|
* | Removes unused memory pool (H5MP) package (#1547) | Dana Robinson | 2022-03-30 | 3 | -796/+1 |
|
|