summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Address comments from reviewJordan Henderson2024-03-128-8/+663
* Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-12268-4553/+6958
|\
| * 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
| * 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