summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
| * Remove printf debugging in H5HL code (#4086)Dana Robinson2024-03-084-39/+5
| * Use H5T_STD_I32LE to create datatype in vds examples (#4070)Allen Byrne2024-03-078-15/+15
| * Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-0758-323/+366
| * addressed compilation errors with gfortran 4.8 (#4082)Scot Breitenfeld2024-03-071-20/+20
| * New option for building with static CRT in Windows (#4062)Allen Byrne2024-03-074-43/+17
| * Close and reopen file during dset vlen IO API tests (#4050)mattjala2024-03-071-16/+186
| * Increased H5FD_ROS3_MAX_SECRET_TOK_LEN to 4096 to accommodate long AWS secret...Michael Aivazis2024-03-073-79/+90
| * Add support for the new MSVC preprocessor (#4078)Dana Robinson2024-03-072-3/+24
| * Don't load toolchain file in CMake workflows (#4077)jhendersonHDF2024-03-072-9/+0
| * Added new H5E with tests. (#4049)Scot Breitenfeld2024-03-0726-336/+1354
| * fix path for S3 build path in CI (#4076)Allen Byrne2024-03-061-1/+1
| * Fix uninitialized bytes in selection I/O test (#4073)Dana Robinson2024-03-061-1/+4
| * Add NEWSLETTER and merge abi reports and add sha256sums (#4055)Allen Byrne2024-03-056-19/+64
| * Update INSTALL files (#4052)Allen Byrne2024-03-056-204/+222
| * Fix uninitialized bytes in cmpd_dset test (#4072)Dana Robinson2024-03-051-12/+23
| * Fix a memory leak in the cmpd_dset test (#4071)Dana Robinson2024-03-051-24/+14
| * Rename incorrectly named option (#4067)Allen Byrne2024-03-0537-134/+144
| * Ignore UserPresets and Use only C compiler for sanitizers (#4066)Allen Byrne2024-03-053-266/+23
| * Fix issue where H5Tset_fields does not account for datatype offsets (#4061)jhendersonHDF2024-03-053-3/+97
| * Add note to H5Tset_fields about needing to set datatype precision first (#4059)jhendersonHDF2024-03-051-0/+11
* | Update configure checks to account for problematic compilersJordan Henderson2024-03-066-97/+171
* | Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-0465-1283/+1953
|\ \ | |/
| * Do not enable szip for sanitizer runs (#4057)Allen Byrne2024-03-041-2/+2
| * Improve error messages when tools attempt to use non-enabled S3 and HDFS VFDs...Larry Knox2024-03-044-7/+12
| * Add options to allow tools type selection and naming (#4046)Allen Byrne2024-03-0443-711/+496
| * Add upddated cmake tools from source location (#4040)Allen Byrne2024-03-047-352/+953
| * Fix VOL-compatibility issues in External Link API test (#4039)mattjala2024-03-042-94/+283
| * Bump the github-actions group with 2 updates (#4054)dependabot[bot]2024-03-045-23/+23
| * Fix issue with FAPL file locking setting inheriting test (#4053)jhendersonHDF2024-03-014-94/+184
* | Add RELEASE.txt note for _Float16 supportJordan Henderson2024-03-021-0/+104
* | Work around issues with MacOS 13Jordan Henderson2024-03-029-387/+722
* | Add test program to see if _Float16 really worksJordan Henderson2024-03-023-9/+96
* | Fixed some _Float16 support issuesJordan Henderson2024-03-018-38/+184
* | Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-2944-759/+3261
|/
* Remove limitations on preset generators (#4051)Allen Byrne2024-02-292-21/+3