summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Remove cached datatype conversion path table entries on file close (#3942)jhendersonHDF2024-01-234-12/+117
* Fortran API work. (#3941)Scot Breitenfeld2024-01-231-10/+11
* Update H5Fget_obj_count/ids docs to reflect dtype behavior (#3932)mattjala2024-01-201-2/+3
* Fix chid_t to hid_t (#3948)Glenn Song2024-01-201-1/+1
* Replace off_t with HDoff_t internally (#3944)Dana Robinson2024-01-183-2/+6
* Clean up Doxygen for szip functions and constants (#3943)Dana Robinson2024-01-182-14/+46
* Use props for includes and remove global includes (#3921)Allen Byrne2024-01-041-2/+2
* Add 'warning density' computation to the warnhist script (#3910)Quincey Koziol2023-12-299-57/+45
* Implement optimized support for vector I/O in Subfiling VFD (#3896)jhendersonHDF2023-12-276-1039/+1462
* Doc versions (#3903)Gerd Heber2023-12-2112-60/+315
* Remove redundant backslash character from comment. (#3899)H. Joe Lee2023-12-201-1/+1
* Fix typo in error message for `MPI_Type_dup`. (#3867)Luc Grosheintz2023-11-221-1/+1
* Fix segfault on user compound dtype conversion callback (#3842)mattjala2023-11-221-7/+10
* Implement selection vector I/O with collective chunk filling (#3826)vchoi-hdfgroup2023-11-162-170/+122
* Change dest for doxygen (#3856)Allen Byrne2023-11-152-5/+5
* Make filter unregister callbacks safe for VOL connectors (#3629)mattjala2023-11-131-44/+98
* Test and document path handling of H5Lcreate_* API (#3829)mattjala2023-11-111-7/+20
* Disable FP exceptions in H5T init code (#3837)Dana Robinson2023-11-072-18/+37
* Rework MPI Info FAPL preserve PR to use VFD 'ctl' operations (#3782)jhendersonHDF2023-11-039-29/+95
* Fix misc. warnings from GCC when compiling with -fsanitize=undefined (#3787)jhendersonHDF2023-11-015-7/+9
* Remove H5system.c warning on Windows oneAPI. (#3812)H. Joe Lee2023-11-011-2/+1
* Fix a couple usages of MPI_Info_get (#3809)jhendersonHDF2023-10-312-4/+4
* Update Doxygen initializers & identifiers in VFDs (#3795)Dana Robinson2023-10-3014-52/+163
* Add Doxygen to H5FDsplitter.h (#3794)Dana Robinson2023-10-301-55/+54
* Avoid attempted use of NULL pointer in parallel compression code (#3786)jhendersonHDF2023-10-281-0/+4
* Fixed a file handle leak in the core VFD (#3779)Dana Robinson2023-10-261-1/+3
* Fix typo in comment (#3775)tbeu2023-10-261-1/+1
* Preserve MPI-I/O file hints when fapl is closed (#3755)vchoi-hdfgroup2023-10-252-5/+19
* Fix H5Pset_evict_on_close failing regardless of actual parallel use (#3761)Glenn Song2023-10-242-8/+17
* Fix some issues with collective metadata reads for chunked datasets (#3716)jhendersonHDF2023-10-249-624/+1252
* Fix hangs during collective I/O with independent metadata writes (#3693)jhendersonHDF2023-10-242-5/+35
* Bump the ros3 VFD cache to 16 MiB (#3759)Dana Robinson2023-10-241-1/+1
* Add a simple cache to the ros3 VFD (#3753)Dana Robinson2023-10-231-22/+51
* Fix buffer overflow in cache debugging code (#3691)jhendersonHDF2023-10-231-20/+84
* Add native VOL checks to deprecated functions (#3647)mattjala2023-10-232-58/+145
* Additional update to the library version matrix for H5Pset_libver_bounds() (#...bmribler2023-10-221-145/+87