| Commit message (Expand) | Author | Age | Files | Lines |
* | Corrects some bad format strings in the tools (#1964) | Dana Robinson | 2022-08-03 | 2 | -8/+11 |
|
|
* | Onion VFD (#1953) | Dana Robinson | 2022-08-02 | 55 | -39/+10632 |
|
|
* | Removes the Win32 macro for strdup (#1960) | Dana Robinson | 2022-08-01 | 1 | -1/+0 |
|
|
* | Removes Windows getlogin() equivalents (#1958) | Dana Robinson | 2022-08-01 | 4 | -22/+1 |
|
|
* | Removes (void *) cast from memset on Windows (#1957) | Dana Robinson | 2022-08-01 | 1 | -1/+0 |
|
|
* | Fixes clang warnings in H5Tconv.c (long) double macros (#1956) | Dana Robinson | 2022-07-31 | 1 | -4/+4 |
|
|
* | Fixes format string warnings in tselect w/ clang 14 (#1955) | Dana Robinson | 2022-07-31 | 1 | -11/+11 |
|
|
* | Reverts the autogen.sh changes from e3800e1 (#1906) (#1954) | Dana Robinson | 2022-07-30 | 1 | -6/+165 |
|
|
* | Cleanup of mirror VFD test code (#1949) | Dana Robinson | 2022-07-30 | 4 | -1568/+1319 |
|
|
* | Created a pull request template | Dana Robinson | 2022-07-29 | 1 | -0/+8 |
|
|
* | Update issue templates | Dana Robinson | 2022-07-29 | 2 | -0/+45 |
|
|
* | Fixes #1946 (#1947) | Gerd Heber | 2022-07-29 | 1 | -3/+12 |
|
|
* | H5Tconv: fix H5T_CONV_INTERNAL_ checks (#1936) | Dana Robinson | 2022-07-27 | 1 | -1/+1 |
|
|
* | Misc clang production warning fixes (#1932) | Dana Robinson | 2022-07-27 | 7 | -57/+79 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 685 | -6967/+6992 |
|
|
* | Subfiling VFD misc fixes (#1938) | jhendersonHDF | 2022-07-26 | 3 | -91/+15 |
|
|
* | Removes padding-right from Doxygen href tags (#1934) | Dana Robinson | 2022-07-26 | 1 | -1/+0 |
|
|
* | Implement improved CMake fortran module folder from GH#1411 (#1922) | Allen Byrne | 2022-07-26 | 10 | -20/+77 |
|
|
* | Updates uthash and makes some tweaks (#1928) | Dana Robinson | 2022-07-25 | 3 | -68/+38 |
|
|
* | Switches the tagged metadata list from a skip list to a hash table (#1925) | Dana Robinson | 2022-07-25 | 5 | -130/+98 |
|
|
* | Avoid allocating chunk map for contiguous and compact dataset I/O (#1927) | jhendersonHDF | 2022-07-25 | 1 | -5/+15 |
|
|
* | Removes the CodeQL action as it mainly outputs noise (#1926) | Dana Robinson | 2022-07-23 | 1 | -80/+0 |
|
|
* | Switch to vector I/O for collective metadata writes (#1911) | jhendersonHDF | 2022-07-22 | 3 | -65/+123 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 145 | -837/+18675 |
|
|
* | Updates the release schedule (#1923) | Dana Robinson | 2022-07-22 | 3 | -3/+3 |
|
|
* | Fixes an incorrect brief description for H5Dopen2() (#1920) | Dana Robinson | 2022-07-21 | 1 | -1/+1 |
|
|
* | Fix for MSVC compile failures in h5dumpgentest due to VLA use (#1916) | Dana Robinson | 2022-07-21 | 1 | -9/+9 |
|
|
* | Removes the ability to build h5perf and h5perf_serial in standalone mode (#1897) | Dana Robinson | 2022-07-20 | 14 | -1454/+36 |
|
|
* | Fix bug in swmr.c introduced with recent merge (double_t) (#1913) | Neil Fortner | 2022-07-19 | 1 | -3/+3 |
|
|
* | Marks H5Fformat_convert as internal in Doxygen (#1910) | Dana Robinson | 2022-07-19 | 1 | -6/+5 |
|
|
* | Updates H5Zdevelop.h with better memory alloc/free advice (#1909) | Dana Robinson | 2022-07-19 | 1 | -3/+30 |
|
|
* | Persist dataset access properties when using H5Fstart_swmr_write (#1862) | Neil Fortner | 2022-07-19 | 5 | -31/+495 |
|
|
* | Greatly simplifies Autotools bits of autogen.sh (#1906) | Dana Robinson | 2022-07-18 | 1 | -165/+6 |
|
|
* | Remove perf tool from CMakeTests file (#1907) | jhendersonHDF | 2022-07-18 | 1 | -4/+0 |
|
|
* | Fix some hard-coded MPI I/O VFD checks (#1898) | jhendersonHDF | 2022-07-18 | 2 | -4/+16 |
|
|
* | Removed compiler messages for language elements that are not standard in Fort... | Scot Breitenfeld | 2022-07-18 | 2 | -2/+2 |
|
|
* | Updates comments in the gcc 4.8 warnings files (#1902) | Dana Robinson | 2022-07-18 | 2 | -8/+0 |
|
|
* | Fixes a stack overflow in the h5dump test generator (#1903) | Dana Robinson | 2022-07-18 | 3 | -30/+31 |
|
|
* | Fixes warnings when the deflate filter is not built (#1904) | Dana Robinson | 2022-07-18 | 3 | -6/+14 |
|
|
* | Adds Autotools dependencies to CodeQL workflow | Dana Robinson | 2022-07-17 | 1 | -0/+5 |
|
|
* | Set up CodeQL analysis for develop | Dana Robinson | 2022-07-17 | 1 | -0/+75 |
|
|
* | Removes the small perf tool (#1896) | Dana Robinson | 2022-07-17 | 4 | -832/+13 |
|
|
* | Updates branches-explained.md (#1900) | Dana Robinson | 2022-07-15 | 1 | -16/+15 |
|
|
* | Create CODE_OF_CONDUCT.md | Dana Robinson | 2022-07-14 | 1 | -0/+128 |
|
|
* | Add utility JNI function for 1.10 style references (#1888) | Allen Byrne | 2022-07-14 | 4 | -0/+98 |
|
|
* | Remove superfluous dot from hl doxygen. (#1891) | vchoi-hdfgroup | 2022-07-14 | 7 | -17/+13 |
|
|
* | Eliminate unnecessary error output (#1879) | Allen Byrne | 2022-07-14 | 2 | -17/+20 |
|
|
* | Fix for a tools compile issue when deprecated symbols are disabled (#1884) | Dana Robinson | 2022-07-13 | 2 | -14/+30 |
|
|
* | H5Oflush fails for parallel (#1876) | raylu-hdf | 2022-07-12 | 9 | -1/+142 |
|
|
* | Moves -Wstrict-overflow=5 to the developer warnings (#1878) | Dana Robinson | 2022-07-12 | 6 | -8/+18 |
|
|