summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Updates uthash and makes some tweaks (#1928)Dana Robinson2022-07-253-68/+38
* Switches the tagged metadata list from a skip list to a hash table (#1925)Dana Robinson2022-07-255-130/+98
* Avoid allocating chunk map for contiguous and compact dataset I/O (#1927)jhendersonHDF2022-07-251-5/+15
* Switch to vector I/O for collective metadata writes (#1911)jhendersonHDF2022-07-223-65/+123
* Subfiling VFD (#1883)jhendersonHDF2022-07-2249-72/+16569
* Fixes an incorrect brief description for H5Dopen2() (#1920)Dana Robinson2022-07-211-1/+1
* Marks H5Fformat_convert as internal in Doxygen (#1910)Dana Robinson2022-07-191-6/+5
* Updates H5Zdevelop.h with better memory alloc/free advice (#1909)Dana Robinson2022-07-191-3/+30
* Persist dataset access properties when using H5Fstart_swmr_write (#1862)Neil Fortner2022-07-194-31/+122
* Fix some hard-coded MPI I/O VFD checks (#1898)jhendersonHDF2022-07-182-4/+16
* H5Oflush fails for parallel (#1876)raylu-hdf2022-07-124-0/+20
* Removes definitions for (U)LLONG_MAX and (S)SIZET_MAX (#1877)Dana Robinson2022-07-115-28/+21
* Fixes for warnings identified by MSVC (#1874)Dana Robinson2022-07-112-13/+10
* Support for UnifyFS with MPI_File_sync (#1801)Houjun Tang2022-07-1110-11/+172
* Misc clang warning fixes (#1869)Dana Robinson2022-07-113-4/+15
* Fixes for production mode gcc warnings (#1873)Dana Robinson2022-07-115-15/+28
* Adds the malloc attribute to appropriate functions (gcc only) (#1866)Dana Robinson2022-07-113-55/+71
* Convert assertion on (possibly corrupt) file contents to normal error check (...jhendersonHDF2022-07-081-1/+3
* Fix for memory allocation issue identified by fuzzer (#732) (#1860)Dana Robinson2022-07-081-1/+1
* Updates messages in cache sanity checks (#1851)Dana Robinson2022-07-061-23/+23
* Fix invalid comment about character encoding in H5Fint.c (#1845)jhendersonHDF2022-07-011-2/+5
* Removes workaround for platforms that lack C99 stuct initializers (#1842)Dana Robinson2022-07-011-133/+0
* Fix for gcc-12 warning about string truncation in H5Opline.c (#1835)Dana Robinson2022-06-301-6/+10
* Fixes a few minor parallel warnings (#1832)Dana Robinson2022-06-291-1/+16
* Quiets const warnings (#1831)Dana Robinson2022-06-2914-40/+50
* Documents Windows badness in H5Pget_external() (#1821)Dana Robinson2022-06-242-1/+13
* Set a constant in H5SM to UINT_MAX instead of -1U (#1822)Dana Robinson2022-06-231-1/+1
* Quiets size warning in large library setting string (#1818)Dana Robinson2022-06-221-28/+39
* sprintf to snprintf (#1815)Sean McBride2022-06-225-24/+25
* Adds notes about off_t sizes on Windows (#1817)Dana Robinson2022-06-221-1/+9
* Converts __int64 to LONGLONG in LARGE_INTEGER union members on Windows (#1816)Dana Robinson2022-06-224-4/+4
* Various warning fixes (#1812)Sean McBride2022-06-2215-55/+56
* Fix bugs in parallel selection I/O (#1803)Neil Fortner2022-06-091-40/+44
* Add a workaround for buggy PGI C Compiler version 19.10, which quits (#1705)David Young2022-05-081-4/+15
* Re-promote some GNU warnings to errors (#1508)David Young2022-05-061-8/+7
* Fix a few Clang sanitizer warnings (#1727)jhendersonHDF2022-05-052-12/+23
* Fix some const cast and stack/static object size warnings (#1700)jhendersonHDF2022-05-0110-61/+94
* Fix SWMR/refresh bug hidden by library free lists (#1702)jhendersonHDF2022-04-301-4/+10
* Be a bit safer with signed arithmetic, thus quieting some signed-overflow war...David Young2022-04-303-22/+25
* Address some warnings from casting away of const (#1684)jhendersonHDF2022-04-2616-121/+97
* Minor things noticed while bringing VFD SWMR in line with develop (#1691)Dana Robinson2022-04-254-13/+12
* Warnings fixes (#1680)jhendersonHDF2022-04-2510-28/+33
* Replace H5detect's build-time detection of C99 integer properties with a (#1400)David Young2022-04-224-718/+398
* Remove H5_NO_ALIGNMENT_RESTRICTIONS (#1426)David Young2022-04-161-74/+20
* OESS-168: Remove clang warnings. (#1376)H. Joe Lee2022-04-152-3/+3
* Retrieve MPI-IO hints used by MPI library after file open (#1636)Wei-keng Liao2022-04-151-0/+49
* Fixes a typo in H5.c (#1639)Dana Robinson2022-04-141-1/+1
* Fix these Doxygen warnings #1581 (#1589)Allen Byrne2022-04-133-11/+10
* Removes unused definitions from module headers (#1624)Dana Robinson2022-04-1138-115/+76
* Removes the STATIC flavor of FUNC_ENTER macros (#1622)Dana Robinson2022-04-08221-2213/+2188