summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Minor things discovered while preparing 1.12.2 (#1620)Dana Robinson2022-04-081-2/+2
* Fix for unexported global variable on Windows (#1568)Dana Robinson2022-04-011-2/+5
* spelling fixes (#1561)Scot Breitenfeld2022-03-314-4/+4
* Add H5_CHECK_MPI_VERSION macro to check for at least MPI version of (version,...jhendersonHDF2022-03-306-18/+27
* Add missing H5FL_TRACK debug parameters to free list array routines (#1555)jhendersonHDF2022-03-301-6/+12
* Minor comment corrections (#1544)Allen Byrne2022-03-303-15/+13
* Removes unused H5HP (private heap) package (#1548)Dana Robinson2022-03-304-984/+0
* Removes unused memory pool (H5MP) package (#1547)Dana Robinson2022-03-307-861/+1
* Removes cruft from a few header files (#1534)Dana Robinson2022-03-297-38/+0
* Merge initial version of selection I/O feature into develop (#1367)Neil Fortner2022-03-2630-344/+4528
* Removes HD prefix from pthreads calls (#1507)Dana Robinson2022-03-182-89/+38
* Fixes a bug in the FSM section merge code exposed by VFD SWMR (#1505)Dana Robinson2022-03-171-1/+1
* Misc fixes highlighted by the checkposix script (#1499)Dana Robinson2022-03-176-29/+33
* Fix JNI bug, fix warnings noticed in MSVC CI, be modern & portable (#1480)David Young2022-03-102-4/+4
* Minor tweaks from VFD SWMR normalization (#1474)Dana Robinson2022-03-099-138/+139
* Update version to 1.13.2-1 after 1.13.1 release; add new Makefile.in files t...Larry Knox2022-03-012-4/+4
* Remove targets PERMISSIONS setting (#1462)Allen Byrne2022-03-011-1/+0
* Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)jhendersonHDF2022-03-011-6/+67
* Fix release check version logic (#1438)Allen Byrne2022-02-241-10/+9
* Parallel Compression improvements (#1302)jhendersonHDF2022-02-2412-1596/+4793
* Enable creation of RPM/DEB binaries GH#1394 (#1398)Allen Byrne2022-02-221-0/+1
* Oess 168 utils mirror vfd (#1444)Larry Knox2022-02-211-2/+2
* Fix cache sanity checking code by moving functions to wider scope (#1435)jhendersonHDF2022-02-212-99/+88
* Fix issue with copying null new references (#1440)Neil Fortner2022-02-185-49/+57