summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* Brings an enum fix from develop (#3304)Dana Robinson2023-07-282-31/+39
* Sync ros3 VFD w/ develop (#3299)Dana Robinson2023-07-284-87/+522
* Convert H5F_addr calls to H5_addr (#3297)Dana Robinson2023-07-27135-1137/+1135
* Misc missed things from previous merges (#3295)Dana Robinson2023-07-271-4/+3
* Remove "Programmer" lines (#3294)Dana Robinson2023-07-27312-11306/+44
* Brings over most of the HD prefix removal (#3293)Dana Robinson2023-07-27311-15764/+15712
* Misc warnings and cross-compile improvements (#3281)Dana Robinson2023-07-275-27/+48
* Normalizes the public headers (#3292)Dana Robinson2023-07-2741-418/+405
* Fix assertion failure when attempting to use IOC VFD directly (#3187) (#3288)jhendersonHDF2023-07-271-0/+13
* Fix some warnings in developer builds (#3247) (#3291)jhendersonHDF2023-07-278-196/+185
* Subfiling VFD source cleanup (#3241) (#3290)jhendersonHDF2023-07-2731-3291/+116
* API test updates (#3018) (#3287)jhendersonHDF2023-07-271-7/+11
* Fix release version for some H5Pfapl routines (#3023) (#3286)jhendersonHDF2023-07-271-3/+3
* Add test for HDstrcasestr macro (#2115) (#3285)jhendersonHDF2023-07-272-1/+24
* Brings over some H5F changes (#3278)Dana Robinson2023-07-274-48/+21
* Remove unused files (#3276)Dana Robinson2023-07-274-295/+0
* Sync fortran src files with develop (#3126)Allen Byrne2023-06-151-1/+0
* merges from develop (#3115)Allen Byrne2023-06-131-2/+2
* Fix doxygen and actions - merge from develop (#3109)Allen Byrne2023-06-131-0/+6
* Update version (#2971)Larry Knox2023-05-191-2/+2
* Warn about changing collections during iteration (#2962)mattjala2023-05-167-15/+37
* Prevent buffer overrun in H5S_select_deserialize (#2953)mattjala2023-05-1612-104/+233