summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* Fix c++ test failure (#2005)bmribler2022-08-124-49/+128
* Update version to 1.13.3-1 after creating hdf5_1_13_2 branch for 1.13.2 (#2004)Larry Knox2022-08-1210-18/+18
* Revert "Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for r...Larry Knox2022-08-129-16/+16
* Increment version to 1.13.3-1 after creating hdf5_1_13_2 branch for releaseLarry Knox2022-08-129-16/+16
* Correct target name for szaec lib (#2000)Allen Byrne2022-08-112-4/+5
* Only use Subfiling VFD in tools if MPI was initialized previously (#1998)jhendersonHDF2022-08-111-3/+11
* Fix Cmake depends prop (#1995)Allen Byrne2022-08-111-1/+1
* Remove misnamed java vol clear test (#1990)Allen Byrne2022-08-101-10/+0
* Only include and run Subfiling example when Subfiling is enabled (#1991)jhendersonHDF2022-08-102-2/+10
* Fix typos found in the rest of the hdf5 code-base (#1985)luzpaz2022-08-1068-150/+149
* Fix CMake macro code commands (#1989)Allen Byrne2022-08-101-3/+0
* Fix bug in cppcheck in tool.cmake (#1988)luzpaz2022-08-101-1/+1
* Fix4 readme (#1986)Gerd Heber2022-08-101-9/+8
* Move VFD SWMR release version to 1.13.3 in README.md (#1987)Dana Robinson2022-08-101-2/+2
* Fix typos found in src/ subdirectory (#1983)luzpaz2022-08-1050-73/+73
* Remove usage of libgen.h (#1984)jhendersonHDF2022-08-106-9/+0
* Add documentation for parallel compression feature (#1981)jhendersonHDF2022-08-091-0/+313
* Subfiling VFD - tidying up and fixing a few new testing failures (#1977)jhendersonHDF2022-08-0913-1491/+916
* Remove stray files, incorrect vds and mpi clean files (#1979)Allen Byrne2022-08-093-283/+0
* Revert for older cmake versions (#1974)Allen Byrne2022-08-089-181/+8
* 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
* Develop cmake clean (#1971)Allen Byrne2022-08-0774-1418/+2017
* H5Dchunk_iter now passes offsets in units of dataset elements, fix #1419 (#1969)Mark Kittisopikul2022-08-073-16/+25
* 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-063-19/+45
* Adds platform-independent basename and dirname (#1951)Dana Robinson2022-08-0510-1/+831
* 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-0416-574/+1004
* Corrects some bad format strings in the tools (#1964)Dana Robinson2022-08-032-8/+11
* Onion VFD (#1953)Dana Robinson2022-08-0255-39/+10632
* Removes the Win32 macro for strdup (#1960)Dana Robinson2022-08-011-1/+0
* Removes Windows getlogin() equivalents (#1958)Dana Robinson2022-08-014-22/+1
* 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
* Fixes format string warnings in tselect w/ clang 14 (#1955)Dana Robinson2022-07-311-11/+11
* Reverts the autogen.sh changes from e3800e1 (#1906) (#1954)Dana Robinson2022-07-301-6/+165
* Cleanup of mirror VFD test code (#1949)Dana Robinson2022-07-304-1568/+1319
* Created a pull request templateDana Robinson2022-07-291-0/+8
* Update issue templatesDana Robinson2022-07-292-0/+45
* Fixes #1946 (#1947)Gerd Heber2022-07-291-3/+12
* H5Tconv: fix H5T_CONV_INTERNAL_ checks (#1936)Dana Robinson2022-07-271-1/+1
* Misc clang production warning fixes (#1932)Dana Robinson2022-07-277-57/+79
* Develop clang 13 format (#1933)Allen Byrne2022-07-26685-6967/+6992
* Subfiling VFD misc fixes (#1938)jhendersonHDF2022-07-263-91/+15
* Removes padding-right from Doxygen href tags (#1934)Dana Robinson2022-07-261-1/+0
* Implement improved CMake fortran module folder from GH#1411 (#1922)Allen Byrne2022-07-2610-20/+77
* 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