summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Set entry pointer mem type for vector I/O in collective metadata writes (#1961)jhendersonHDF2022-08-071-7/+5
* Fix issues in tools code after Subfiling VFD updates (#1973)jhendersonHDF2022-08-062-17/+32
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-055-0/+321
* Sanity checks for H5Xcreate_anon functions to make sure the IDs passed in are...raylu-hdf2022-08-053-1/+16
* Subfiling updates for release (#1963)jhendersonHDF2022-08-048-536/+925
* Onion VFD (#1953)Dana Robinson2022-08-0215-5/+3754
* Removes the Win32 macro for strdup (#1960)Dana Robinson2022-08-011-1/+0
* Removes Windows getlogin() equivalents (#1958)Dana Robinson2022-08-013-21/+0
* Removes (void *) cast from memset on Windows (#1957)Dana Robinson2022-08-011-1/+0
* Fixes clang warnings in H5Tconv.c (long) double macros (#1956)Dana Robinson2022-07-311-4/+4
* H5Tconv: fix H5T_CONV_INTERNAL_ checks (#1936)Dana Robinson2022-07-271-1/+1
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-275-57/+67
* Develop clang 13 format (#1933)Allen Byrne2022-07-26361-4005/+4014
* Subfiling VFD misc fixes (#1938)jhendersonHDF2022-07-261-2/+3
* 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