summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Issue #1824: Replaced most remaining sprintf with safer snprint (#4003)Sean McBride2024-02-142-32/+34
* Add a missing file into Makefile.am for MinGW Autotools build error. (#4004)H. Joe Lee2024-02-141-1/+1
* Fix for github issue #2414: segfault when copying dataset with attrib… (#3967)vchoi-hdfgroup2024-02-141-2/+6
* chore: fix typo (#3989)H. Joe Lee2024-02-141-1/+1
* corrected warning: implicit conversion changes signedness (#3982)Scot Breitenfeld2024-02-141-1/+1
* Fix doxygen errors (#3962)Allen Byrne2024-02-147-19/+103
* Change 'extensible' to 'fixed' in H5FA code (#3964)Dana Robinson2024-02-142-2/+2
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-02-144-12/+117
* Fortran API work. (#3941)Scot Breitenfeld2024-02-141-10/+11
* Fix chid_t to hid_t (#3948)Glenn Song2024-02-141-1/+1
* Replace off_t with HDoff_t internally (#3944)Dana Robinson2024-02-143-2/+6
* Clean up Doxygen for szip functions and constants (#3943)Dana Robinson2024-02-142-14/+46
* Document that fileno is the same for all handles (#3965)mattjala2024-01-292-10/+19
* Update H5Fget_obj_count/ids to reflect dtype behavior (#3949)mattjala2024-01-231-2/+3
* CMake compression and directory includes from develop (#3933)Allen Byrne2024-01-091-2/+2
* Sync 1.14 branch with develop (#3923)Larry Knox2024-01-0828-1157/+1823
* Sync 1.14 branch with develop (#3887)jhendersonHDF2023-12-0736-368/+590
* Fix segfault on user compound conversion callback (#3870)mattjala2023-11-241-7/+10
* Sync fixes for CI and presets (#3855)Allen Byrne2023-11-152-5/+5
* Test and document path handling of H5Lcreate_* API (#3846)mattjala2023-11-151-7/+20
* Drop MPI-2 support (#3643) (#3802)jhendersonHDF2023-10-316-215/+47
* Update version to 1.14.4-1. (#3799)Larry Knox2023-10-301-2/+2
* Sync with develop (#3764)jhendersonHDF2023-10-2515-737/+1584
* More updates to the library version matrix for H5Pset_libver_bounds() (#3745)bmribler2023-10-231-77/+58
* Sync with develop (#3737)jhendersonHDF2023-10-218-114/+568
* Sync 1.14 branch with develop (#3705)jhendersonHDF2023-10-1810-46/+82
* 1.14 sync with develop (#3660)jhendersonHDF2023-10-12370-9683/+9930
* Bring the H5detect removal change from develop (#3648)Dana Robinson2023-10-0913-1986/+1776
* Fix several spelling/grammar issues (#3621) (#3632)Dana Robinson2023-10-0427-45/+45
* Fix Subfiling VFD IOC assignment bug (#3456) (#3518)jhendersonHDF2023-09-073-19/+71
* Fix serial to parallel chunked dataset file space allocation bug (#3394) (#3467)jhendersonHDF2023-09-011-11/+24
* Fix valgrind warning about write of uninitialized bytes in ScaleOffset filter...jhendersonHDF2023-09-011-1/+7
* Fix compile failures with H5C_DO_MEMORY_SANITY_CHECKS enabled (#3388) (#3464)jhendersonHDF2023-09-012-2/+3
* [1.14 Merge] Fix assertion failure during file close on error (#3463)jhendersonHDF2023-09-014-41/+62
* Fix valgrind warning about write of uninitialized bytes (#3389) (#3465)jhendersonHDF2023-09-011-3/+14
* Bring CVE fixes from develop (#3447)Dana Robinson2023-08-302-24/+14
* Fix possible performance regression introduced with in-place type conversion ...Neil Fortner2023-08-241-0/+20
* Merge Implementation of the mpio driver with selection I/O. (#3360)Larry Knox2023-08-087-204/+2023
* Merge 1 14 post0804 (#3359)Larry Knox2023-08-055-74/+161
* Merges from develop Aug 2-4 (#3354)Larry Knox2023-08-042-0/+15
* Fix assertion failure in H5D__mpio_collective_filtered_vec_io (#3340) (#3350)jhendersonHDF2023-08-041-3/+3
* Set version to 1.14.3-1. (#3343)Larry Knox2023-08-031-2/+2
* Merge Fixes the last of the -Wextra-semi-stmt warnings #3326 (#3338)Allen Byrne2023-08-034-29/+29
* Merge Made HGOTO_ERROR a do-while loop changes from develop (#3334)Allen Byrne2023-08-03319-14832/+14560
* Fix H5Otoken_to_str call in h5dump and other minor cleanup (#3314) (#3329)jhendersonHDF2023-08-021-6/+10
* Fix incorrect error check in H5Ofill.c for undefined fill values (#3312) (#3328)jhendersonHDF2023-08-021-1/+1
* Switch parallel compression to use vector I/O (#3245) (#3327)jhendersonHDF2023-08-022-816/+544
* Fix loading plugin fails with missing directory GH issue #3248 (#3323)Allen Byrne2023-08-021-2/+1
* Sync of src w/ develop (#3307)Dana Robinson2023-07-28279-14539/+12225
* Bring clang-format changes from develop (#3305)Dana Robinson2023-07-281-3/+3