| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inappropriate use of HGOTO_ERROR (#2055) | Neil Fortner | 2022-08-22 | 1 | -1/+1 |
|
|
* | Quiets Automake rules in src directory (#2051) | Dana Robinson | 2022-08-22 | 2 | -10/+12 |
|
|
* | [WIP] Add Developer build mode to CMake (#1659) | jhendersonHDF | 2022-08-20 | 11 | -116/+114 |
|
|
* | Fixes codespell issues (#2032) | Dana Robinson | 2022-08-17 | 3 | -9/+9 |
|
|
* | Fix bug in attribute type conversion wiith compound types (#2016) | Neil Fortner | 2022-08-16 | 1 | -9/+44 |
|
|
* | Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004) | Larry Knox | 2022-08-12 | 2 | -4/+4 |
|
|
* | Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r... | Larry Knox | 2022-08-12 | 1 | -2/+2 |
|
|
* | Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for release | Larry Knox | 2022-08-12 | 1 | -2/+2 |
|
|
* | Fix typos found in src/ subdirectory (#1983) | luzpaz | 2022-08-10 | 50 | -73/+73 |
|
|
* | Remove usage of libgen.h (#1984) | jhendersonHDF | 2022-08-10 | 4 | -6/+0 |
|
|
* | Subfiling VFD - tidying up and fixing a few new testing failures (#1977) | jhendersonHDF | 2022-08-09 | 7 | -1481/+522 |
|
|
* | Turns off clang optimizations on a couple of onion VFD functions (#1976) | Dana Robinson | 2022-08-08 | 3 | -2/+15 |
|
|
* | Fixes some badness in the onion VFD revision comment code (#1975) | Dana Robinson | 2022-08-08 | 2 | -13/+20 |
|
|
* | H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969) | Mark Kittisopikul | 2022-08-07 | 2 | -14/+23 |
|
|
* | Set entry pointer mem type for vector I/O in collective metadata writes (#1961) | jhendersonHDF | 2022-08-07 | 1 | -7/+5 |
|
|
* | Fix issues in tools code after Subfiling VFD updates (#1973) | jhendersonHDF | 2022-08-06 | 2 | -17/+32 |
|
|
* | Adds platform-independent basename and dirname (#1951) | Dana Robinson | 2022-08-05 | 5 | -0/+321 |
|
|
* | Sanity checks for H5Xcreate_anon functions to make sure the IDs passed in are... | raylu-hdf | 2022-08-05 | 3 | -1/+16 |
|
|
* | Subfiling updates for release (#1963) | jhendersonHDF | 2022-08-04 | 8 | -536/+925 |
|
|
* | Onion VFD (#1953) | Dana Robinson | 2022-08-02 | 15 | -5/+3754 |
|
|
* | 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 | 3 | -21/+0 |
|
|
* | 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 |
|
|
* | 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 | 5 | -57/+67 |
|
|
* | Develop clang 13 format (#1933) | Allen Byrne | 2022-07-26 | 361 | -4005/+4014 |
|
|
* | Subfiling VFD misc fixes (#1938) | jhendersonHDF | 2022-07-26 | 1 | -2/+3 |
|
|
* | 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 |
|
|
* | Switch to vector I/O for collective metadata writes (#1911) | jhendersonHDF | 2022-07-22 | 3 | -65/+123 |
|
|
* | Subfiling VFD (#1883) | jhendersonHDF | 2022-07-22 | 49 | -72/+16569 |
|
|
* | Fixes an incorrect brief description for H5Dopen2() (#1920) | Dana Robinson | 2022-07-21 | 1 | -1/+1 |
|
|
* | 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 | 4 | -31/+122 |
|
|
* | Fix some hard-coded MPI I/O VFD checks (#1898) | jhendersonHDF | 2022-07-18 | 2 | -4/+16 |
|
|
* | H5Oflush fails for parallel (#1876) | raylu-hdf | 2022-07-12 | 4 | -0/+20 |
|
|
* | Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877) | Dana Robinson | 2022-07-11 | 5 | -28/+21 |
|
|
* | Fixes for warnings identified by MSVC (#1874) | Dana Robinson | 2022-07-11 | 2 | -13/+10 |
|
|
* | Support for UnifyFS with MPI_File_sync (#1801) | Houjun Tang | 2022-07-11 | 10 | -11/+172 |
|
|
* | Misc clang warning fixes (#1869) | Dana Robinson | 2022-07-11 | 3 | -4/+15 |
|
|
* | Fixes for production mode gcc warnings (#1873) | Dana Robinson | 2022-07-11 | 5 | -15/+28 |
|
|
* | Adds the malloc attribute to appropriate functions (gcc only) (#1866) | Dana Robinson | 2022-07-11 | 3 | -55/+71 |
|
|
* | Convert assertion on (possibly corrupt) file contents to normal error check (... | jhendersonHDF | 2022-07-08 | 1 | -1/+3 |
|
|
* | Fix for memory allocation issue identified by fuzzer (#732) (#1860) | Dana Robinson | 2022-07-08 | 1 | -1/+1 |
|
|
* | Updates messages in cache sanity checks (#1851) | Dana Robinson | 2022-07-06 | 1 | -23/+23 |
|
|
* | Fix invalid comment about character encoding in H5Fint.c (#1845) | jhendersonHDF | 2022-07-01 | 1 | -2/+5 |
|
|
* | Removes workaround for platforms that lack C99 stuct initializers (#1842) | Dana Robinson | 2022-07-01 | 1 | -133/+0 |
|
|