summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'develop' into feature/new_datatypesfeature/new_datatypesDana Robinson2024-03-16118-210/+112
|\
| * Remove H5O header and friend status from H5A.c (#4150)Dana Robinson2024-03-151-2/+0
| * Fix buffer size calculation in the deflate filter (#4147)Sergey Kosukhin2024-03-151-3/+1
| * Fix error when overwriting an indirectly nested vlen with a shorter sequence ...Neil Fortner2024-03-151-2/+63
| * Clean up some hbool_t/TRUE/FALSE stragglers (#4143)Dana Robinson2024-03-155-10/+10
| * Remove useless headers (#4145)Dana Robinson2024-03-15113-193/+38
* | Add _Float16 h5dump XML testJordan Henderson2024-03-132-129/+183
* | Post-merge fixesJordan Henderson2024-03-132-56/+60
* | Address comments from reviewJordan Henderson2024-03-123-4/+4
* | Merge branch 'develop' into feature/new_datatypesJordan Henderson2024-03-12108-2665/+3159
|\ \ | |/
| * Overhaul CMake LFS support (#4122)Dana Robinson2024-03-121-2/+0
| * Initialize selection type in chunk struct (#4087)Glenn Song2024-03-121-0/+4
| * Implement ID creation optimization for container datatype conversions (#4113)jhendersonHDF2024-03-125-305/+494
| * Add Doxygen for HDFS VFD (#4106)Dana Robinson2024-03-111-62/+59
| * Remove lint comments (#4107)Dana Robinson2024-03-1012-77/+51
| * 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-103-24/+19
| * Refactor datatype conversion code to use pointers rather than IDs (#4104)jhendersonHDF2024-03-1024-1695/+2075
| * Change how stats are printed in H5Z (#4097)Dana Robinson2024-03-101-7/+14
| * Remove printf debugging from H5Smpio.c (#4098)Dana Robinson2024-03-101-79/+12
| * 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
| * Clean up off_t usage (#4095)Dana Robinson2024-03-094-10/+10
| * Remove H5B debug checks (#4089)Dana Robinson2024-03-094-77/+15
| * Expand check for variable-length or reference types when clearing datatype co...jhendersonHDF2024-03-091-12/+78
| * Remove printf debugging in H5I package (#4088)Dana Robinson2024-03-081-18/+0
| * Fixed asserts due to H5Pset_est_link_info() values (#4081)Dana Robinson2024-03-081-1/+19
| * Remove printf debugging in H5HL code (#4086)Dana Robinson2024-03-082-36/+3
| * Fix bin/trace script w/ out params (#4074)Dana Robinson2024-03-0757-316/+350
| * 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-071-3/+9
| * Added new H5E with tests. (#4049)Scot Breitenfeld2024-03-071-7/+8
| * Fix issue where H5Tset_fields does not account for datatype offsets (#4061)jhendersonHDF2024-03-051-3/+3
| * Add note to H5Tset_fields about needing to set datatype precision first (#4059)jhendersonHDF2024-03-051-0/+11
* | Work around issues with MacOS 13Jordan Henderson2024-03-023-195/+209
* | Fixed some _Float16 support issuesJordan Henderson2024-03-012-13/+52
* | Add support for _Float16 16-bit floating point typeJordan Henderson2024-02-299-44/+721
|/
* Fix memory leak in H5LTopen_file_image when H5LT_FILE_IMAGE_DONT_COPY flag is...jhendersonHDF2024-02-261-3/+11
* Improve performance of flushing single objects (#4017)Neil Fortner2024-02-238-258/+126
* Fix H5F_get_access_plist to copy file locking settings (#4030)jhendersonHDF2024-02-224-46/+90
* Replaced last sprintf with snprintf (#4007)Sean McBride2024-02-2021-48/+79
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-132-32/+34
* Add a missing file into Makefile.am for MinGW Autotools build error. (#4004)H. Joe Lee2024-02-131-1/+1
* Fix for github issue #2414: segfault when copying dataset with attrib… (#3967)vchoi-hdfgroup2024-02-061-2/+6
* chore: fix typo (#3989)H. Joe Lee2024-02-061-1/+1
* corrected warning: implicit conversion changes signedness (#3982)Scot Breitenfeld2024-02-021-1/+1
* Fix doxygen errors (#3962)Allen Byrne2024-01-297-19/+103
* Document that fileno is same for all handles (#3963)mattjala2024-01-262-10/+19
* Change 'extensible' to 'fixed' in H5FA code (#3964)Dana Robinson2024-01-262-2/+2