summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix Autotools -Werror cleanup (#4144)Dana Robinson2024-03-152-6/+33
* Fixed misc. H5E fortran failures due to previous PR (#4138)Scot Breitenfeld2024-03-153-7/+20
* Capitalize option message for consistency. (#4141)H. Joe Lee2024-03-151-1/+1
* Skip part of dsets.c test for IBM long double type (#4136)jhendersonHDF2024-03-151-0/+9
* Remove ros3 and hdfs VFDs from Autotools VFD list (#4142)Dana Robinson2024-03-151-2/+4
* Add cygwin CI and update yaml files for consistency and accuracy (#4131)Allen Byrne2024-03-1418-164/+399
* Update URLs in RELEASE.txt (#4132)bmribler2024-03-141-2/+2
* Fix segfault in vlen io API test (#4130)mattjala2024-03-131-4/+13
* Remove invalid compile flag (#4129)Allen Byrne2024-03-132-2/+2
* Don't set the rpath when linking statically (#4125)Jouke Witteveen2024-03-133-56/+56
* Deprecate bin/cmakehdf5 (#4127)Allen Byrne2024-03-132-0/+8
* Update CMake comment about _POSIX_C_SOURCE (#4124)Dana Robinson2024-03-131-1/+3
* Overhaul CMake LFS support (#4122)Dana Robinson2024-03-125-129/+71
* Initialize selection type in chunk struct (#4087)Glenn Song2024-03-121-0/+4
* Use AC_SYS_LARGEFILE on Autotools (#4119)Dana Robinson2024-03-122-73/+3
* Remove old cmake check (#4117)Allen Byrne2024-03-121-6/+2
* Handle IBM long double issues in dsets.c test_floattypes test (#4116)jhendersonHDF2024-03-121-26/+19
* Implement ID creation optimization for container datatype conversions (#4113)jhendersonHDF2024-03-125-305/+494
* Adjust aocc workflow to fit the autotools/cmake pattern of other callable wor...Allen Byrne2024-03-127-91/+213
* Fix up dsets test for some platforms with different long double format (#4114)jhendersonHDF2024-03-111-13/+30
* long double tests has problems setting precision with offset (#4102)Allen Byrne2024-03-111-2/+4
* Add Doxygen for HDFS VFD (#4106)Dana Robinson2024-03-111-62/+59
* Change compression tests reference files to use masking for compression ratio...Allen Byrne2024-03-1016-43/+287
* Remove lint comments (#4107)Dana Robinson2024-03-1012-77/+51
* Move common variables out of cache test blocks (#4108)Dana Robinson2024-03-101-180/+187
* Convert H5B__assert to use error checks (#4109)Dana Robinson2024-03-102-60/+70
* Clean up a few things in H5T.c (#4105)Dana Robinson2024-03-101-31/+23
* Minimize use of abort() (#4110)Dana Robinson2024-03-106-40/+34
* Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-1026-1711/+2110
* Change how stats are printed in H5Z (#4097)Dana Robinson2024-03-101-7/+14
* Remove printf debugging from H5Smpio.c (#4098)Dana Robinson2024-03-103-82/+14
* Remove H5DEBUG() calls from H5Dmpio.c (#4103)Dana Robinson2024-03-101-3/+2
* Remove a few H5O printf debugging statements (#4096)Dana Robinson2024-03-101-15/+0
* msvc: don't declare `HAVE_TIMEZONE` for older MSVC (#3956)Ben Boeckel2024-03-091-1/+3
* Remove leading / from relative path. (#4101)H. Joe Lee2024-03-091-2/+2
* Correct missing change of source path for S3 build (#4100)Allen Byrne2024-03-091-0/+7
* Clean up off_t usage (#4095)Dana Robinson2024-03-0926-63/+70
* Fix the last C++ stack size warning (#4099)Dana Robinson2024-03-091-1/+4
* Remove H5B debug checks (#4089)Dana Robinson2024-03-097-88/+23
* Expand check for variable-length or reference types when clearing datatype co...jhendersonHDF2024-03-092-60/+225
* Fixed -Wdeprecated-copy-dtor warnings by implementing a copy assignment opera...Sean McBride2024-03-094-0/+30
* virtual creates must use the same datatype as the main file (#4092)Allen Byrne2024-03-083-3/+3
* Update long double test with correct values (#4060)Allen Byrne2024-03-081-0/+301
* Merge HDF4 release workflow changes to hdf5 (#4093)Allen Byrne2024-03-084-114/+75
* Add subfiling for h5dump filedriver option help message (#3878)H. Joe Lee2024-03-089-28/+32
* Remove printf debugging in H5I package (#4088)Dana Robinson2024-03-083-21/+2
* Remove extra whitespaces from nvhpc-cmake action. (#4091)H. Joe Lee2024-03-081-1/+1
* fixes compilation failures due to H5E additions (#4090)Scot Breitenfeld2024-03-082-5/+5
* update macOS support statement (#4084)Scot Breitenfeld2024-03-081-0/+6
* Fixed asserts due to H5Pset_est_link_info() values (#4081)Dana Robinson2024-03-083-1/+139