summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make sure info block for external links has at least 3 bytes (#2234)Egbert Eich2022-11-111-0/+2
* Validate location (offset) of the accumulated metadata when comparing (#2231)Egbert Eich2022-11-111-7/+9
* Make H5O__fsinfo_decode() more resilient to out-of-bound reads. (#2229)Egbert Eich2022-11-111-3/+13
* Removes MPE instrumentation support. (#2245)Dana Robinson2022-11-093-114/+4
* H5O__pline_decode() Make more resilient to out-of-bounds read (#2210)Egbert Eich2022-11-092-2/+18
* Removes dmalloc support (#2239)Dana Robinson2022-11-092-8/+0
* Removes the memory allocation sanity checks feature (#2218)Dana Robinson2022-11-038-534/+22
* correct H5Ropen_object_reference (#2212)Scot Breitenfeld2022-11-031-1/+1
* Fixed a Doxygen param in H5EScancel (#2213)Dana Robinson2022-11-031-1/+1
* Use ctest_test and APPEND to correctly report passed and failed test numbers ...Larry Knox2022-11-021-0/+8
* Correct the CMake link for MPI (#2198)Allen Byrne2022-11-011-6/+6
* Update copyright headers (#2184)Larry Knox2022-11-01446-454/+46
* Fix for documentation misunderstanding on m1 Intel builds (#2188)Allen Byrne2022-10-261-4/+4
* Update develop branch version to 1.13.4-1 (#2189)Larry Knox2022-10-262-4/+4
* Removed the file, func, line args in the _async APIs fpr doxygen (#2179)Scot Breitenfeld2022-10-2511-8/+287
* Port VOL User Guide to doxygen (#2165)Allen Byrne2022-10-251-11/+526
* Implement option for using CMake GNUInstallDirs (#2175)Allen Byrne2022-10-251-2/+2
* fixed error code returned for H5Aexits (#2180)Scot Breitenfeld2022-10-251-2/+2
* Fix problem with variable length attributes being accessed through multiple f...Neil Fortner2022-10-251-0/+4
* Multi Dataset (#2120)Neil Fortner2022-10-1923-2961/+4384
* Fix for HDFFV-10840: Instead of using fill->buf for datatype conversion (#2153)vchoi-hdfgroup2022-10-141-14/+11
* Cleans final production mode warnings from H5Shyper.c (#2163)Dana Robinson2022-10-141-160/+226
* Subfiling Fortran wrapper work. (#2143)Scot Breitenfeld2022-10-061-0/+1
* Subfiling testing fix and documentation (#2132)jhendersonHDF2022-09-304-9/+59
* Fixed an issue that could occur when combining hyperslab selections (#2122)Neil Fortner2022-09-271-2/+2
* Restructure ref manual presentation (#2123)Allen Byrne2022-09-271-24/+10
* Use case-insensitive comparison for headers fix #2100 (#2101)Frank Berghaus2022-09-214-1/+49
* Updates VOL capabilities flags (#2105)Dana Robinson2022-09-1711-33/+80
* Use doxygen snippets for common tables (#2104)Allen Byrne2022-09-165-743/+120
* Subfiling VFD updates (#2106)jhendersonHDF2022-09-1610-2241/+3380
* develop Merge doxygen from 1.12 branch (#2095)Allen Byrne2022-09-1424-186/+14053
* Fix memory bug in selection I/O (#2096)Neil Fortner2022-09-141-14/+18
* Update CMake code to 3.18 minimum version (#2080)Allen Byrne2022-09-031-1/+1
* Updates onion VFD major error codes (#2076)Dana Robinson2022-08-314-49/+49
* Address review comments from downstream merge of #2016 (#2073)Neil Fortner2022-08-311-3/+5
* Fortran module directory improvements (#2060)Dana Robinson2022-08-231-0/+1
* Fix inappropriate use of HGOTO_ERROR (#2055)Neil Fortner2022-08-221-1/+1
* Quiets Automake rules in src directory (#2051)Dana Robinson2022-08-222-10/+12
* [WIP] Add Developer build mode to CMake (#1659)jhendersonHDF2022-08-2011-116/+114
* Fixes codespell issues (#2032)Dana Robinson2022-08-173-9/+9
* Fix bug in attribute type conversion wiith compound types (#2016)Neil Fortner2022-08-161-9/+44
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-122-4/+4
* Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r...Larry Knox2022-08-121-2/+2
* Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for releaseLarry Knox2022-08-121-2/+2
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-1050-73/+73
* Remove usage of libgen.h (#1984)jhendersonHDF2022-08-104-6/+0
* Subfiling VFD - tidying up and fixing a few new testing failures (#1977)jhendersonHDF2022-08-097-1481/+522
* Turns off clang optimizations on a couple of onion VFD functions (#1976)Dana Robinson2022-08-083-2/+15
* Fixes some badness in the onion VFD revision comment code (#1975)Dana Robinson2022-08-082-13/+20
* H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969)Mark Kittisopikul2022-08-072-14/+23