summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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