summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Convert unsigned cap flag field to uint64_t and add flags (#2050)feature/vol_cap_flagsDana Robinson2022-08-2213-55/+102
* Added feature/vol_cap_flags branch to GitHub actionsDana Robinson2022-08-192-2/+2
* Cleanup some warnings in Java JNI code (#2034)jhendersonHDF2022-08-194-162/+278
* Removes cmake_ext_mod (files moved to cmake) (#2041)Dana Robinson2022-08-1951-726/+702
* Removes bin/deploy, which just calls h5redeploy under the hood (#2027)Dana Robinson2022-08-192-59/+0
* Updates the warnist script to report gfortran generic warnings (#2040)Dana Robinson2022-08-191-0/+12
* Release updates (#2033)Larry Knox2022-08-182-189/+611
* Add note to RELEASE.txt for GitHub #2016 (#2030)Neil Fortner2022-08-181-0/+9
* Fixes codespell issues (#2032)Dana Robinson2022-08-1713-24/+24
* Add note to RELEASE.txt for HDFFV-11308 (#2029)Neil Fortner2022-08-171-0/+10
* Remove unused dependency files (#2025)Dana Robinson2022-08-172-78/+0
* Update bin/README.mdDana Robinson2022-08-171-2/+2
* Adds a TODO section to bin/README.md (#2028)Dana Robinson2022-08-171-0/+5
* Adjustments to t_bigio.c for >2GiB I/O test (#1992)jhendersonHDF2022-08-171-23/+34
* Adds a README.md file to bin that indicates script usage (#2024)Dana Robinson2022-08-171-0/+27
* Removes bin/chkconfigure (#2023)Dana Robinson2022-08-171-82/+0
* Removes bin/format_source_patch (#2022)Dana Robinson2022-08-171-34/+0
* Removes the bin/gcov_script file (#2021)Dana Robinson2022-08-171-51/+0
* Replaces bin/newer with -nt comparison in Makefiles (#2020)Dana Robinson2022-08-172-45/+2
* Removes the bin/yodconfigure script which appears unused (#2019)Dana Robinson2022-08-171-76/+0
* Replaced bin/mkdirs w/ `mkdir -p -m 755`, which is POSIX (#2018)Dana Robinson2022-08-172-35/+2
* Removes the broken bin/errors script (#2017)Dana Robinson2022-08-161-139/+0
* Fix cpp comment (#2011)bmribler2022-08-161-2/+1
* Fix bug in attribute type conversion wiith compound types (#2016)Neil Fortner2022-08-162-9/+175
* 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