summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* H5Lexists docs: Removed reference to 1.8.16 since the change is the 1.8.x rel...Scot Breitenfeld2022-01-111-3/+3
* Fix compilation issues with Mingw (#1342)Baljak2022-01-081-1/+3
* OESS-168: Remove clang warnings. (#1308)H. Joe Lee2022-01-071-1/+4
* OESS-168: Remove clang warnings. (#1305)H. Joe Lee2022-01-071-2/+4
* OESS-168: Remove clang warnings. (#1304)H. Joe Lee2022-01-071-1/+5
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)jhendersonHDF2022-01-0410-147/+231
* Fix typo. (#1303)H. Joe Lee2022-01-041-1/+1
* Fix typo. (#1301)H. Joe Lee2022-01-041-1/+1
* OESS-168: Remove clang warnings. (#1300)H. Joe Lee2022-01-041-1/+1
* OESS-168: Remove clang warnings. (#1297)H. Joe Lee2021-12-151-1/+1
* Call FUNC_ENTER immediately in H5_init_library (#1287)jhendersonHDF2021-12-131-2/+2
* Fix free list tracking and cleanup cast alignment warnings (#1288)jhendersonHDF2021-12-131-27/+120
* Fixes for async operations (#1272)jhendersonHDF2021-12-112-6/+68
* Remove duplicate memcpy in chunk_file_cb (#1285)jhendersonHDF2021-12-111-1/+0
* Initialize filter mask and chunk nbytes for 'Single' chunk index (#1261)jhendersonHDF2021-12-091-1/+7
* Correct spelling correction of preceed incorrectly to proceed. Should (#1268)Larry Knox2021-12-071-2/+2
* Fixed Spelling Errors (#1166)Scot Breitenfeld2021-12-07140-344/+346
* Update version to 1.13.1-1 after creation of branch for 1.13.0 release. (#1236)Larry Knox2021-11-301-3/+3
* Only check HDF5_DRIVER in MPI I/O VFD if VFD isn't initialized (#1213)jhendersonHDF2021-11-253-15/+14
* Fix a few H5CX warnings from recent init changes (#1224)jhendersonHDF2021-11-241-8/+4
* Fix a few warnings after recent H5S const-related changes (#1225)jhendersonHDF2021-11-242-16/+16
* Fixes an assert in H5Pget_filter_by_id1/2 w/ out-of-range IDs (#1222)Dana Robinson2021-11-241-0/+4
* Closes #1221 (#1223)Gerd Heber2021-11-241-4/+4
* Make sure plugin interface is initialized before property list interface phas...jhendersonHDF2021-11-232-1/+2
* Stop lying about H5S_t const-ness (#1209)Dana Robinson2021-11-2018-239/+289
* Fixes const warnings in H5ES package (#1211)Dana Robinson2021-11-181-5/+5
* Don't allow H5Pset(get)_all_coll_metadata_ops for DXPLs (#1201)jhendersonHDF2021-11-181-4/+2
* Quiets most const warnings in the fractal heap code (#1188)Dana Robinson2021-11-133-9/+32
* Fix MPI Comm and Info leak in H5FD__mpio_delete (#1189)jhendersonHDF2021-11-121-0/+6
* Cleans up pointer and ID reset code in H5Pint.c (#1182)Dana Robinson2021-11-101-74/+112
* Quiets const warning in H5RS code (#1181)Dana Robinson2021-11-101-2/+10
* Fix H5DS warnings related to new H5DSwith_new_ref and H5VLobject_is_native AP...jhendersonHDF2021-11-102-11/+15
* Fixes FUNC_ENTER warnings in VFDs due to recent init changes (#1178)Dana Robinson2021-11-106-15/+9
* Fixes const issues in the version 2 B-trees (#1172)Dana Robinson2021-11-092-24/+21
* Re-enable collective metadata reads after disabling for chunk lookup (#1173)jhendersonHDF2021-11-091-7/+21
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-0879-1988/+1056
* Fix the function cast error in H5Dchunk.c and activate (#1170)David Young2021-11-081-1/+14
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-0812-245/+126
* OESS-168: Remove clang warnings. (#1124)H. Joe Lee2021-11-052-12/+22
* New references for Dimension Scale APIs (#1139)jhendersonHDF2021-11-053-25/+68
* OESS-168: Remove clang warnings. (#1105)H. Joe Lee2021-11-041-33/+33
* OESS-168: Remove clang warnings. (#1127)H. Joe Lee2021-11-021-6/+6
* Removes the "try free" behavior from the skip lists (#1126)Dana Robinson2021-10-222-470/+200
* OESS-168: Remove clang warnings. (#1117)H. Joe Lee2021-10-211-1/+1
* Fix map open to use correct VOL argument structure (#1116)jhendersonHDF2021-10-211-1/+3
* OESS-168: Remove clang warnings. (#1076)H. Joe Lee2021-10-081-9/+9
* Fix bug with cross platform compatibility of references within vlens. (#1064)Neil Fortner2021-10-011-2/+2
* Fix Mirror, HDFS and ROS3 case statements for VFD value in H5trace (#1062)jhendersonHDF2021-09-301-6/+6
* Update compact dataset I/O routines to handle driver-level memory copy (#1054)jhendersonHDF2021-09-304-13/+145
* VFD plugins (#602)jhendersonHDF2021-09-2943-500/+2589