summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Snprintf2 (#1399)Sean McBride2022-01-283-21/+23
* Remove const from the argv tools/tests main sig. (#1390)Allen Byrne2022-01-282-2/+3
* Replaced several uses of sprintf with safer snprintf (#1383)Sean McBride2022-01-2811-25/+22
* Used clang-tidy to change all floating point f suffixes to F (#1359)Sean McBride2022-01-281-1/+1
* Revert 61464d7e (#1396)Larry Knox2022-01-261-10/+22
* Parallel rank0 deadlock fixes (#1183)jhendersonHDF2022-01-228-71/+168
* Open bsd fixes (#1195)Sean McBride2022-01-201-22/+10
* Implement H5ESget requests function to retrieve requests from an event set (#...Neil Fortner2022-01-205-14/+167
* Fix documentation for H5D_space_status_t enum values (#1372)jhendersonHDF2022-01-191-3/+3
* various cleanup java test, test files, comments (#1363)Allen Byrne2022-01-181-1/+1
* Documentation fixes right in time for the holidays (#1321)Gerd Heber2022-01-146-142/+174
* Fix H5ACmpio dirty bytes creation debugging (#1357)jhendersonHDF2022-01-121-5/+5
* cmake custom command fix (#1356)Allen Byrne2022-01-121-32/+36
* Corrected H5Oget_info parameter description (#1349)Scot Breitenfeld2022-01-111-3/+3
* Use appropriate printf format specifiers for haddr_t and hsize_t types direct...jhendersonHDF2022-01-1111-173/+129
* 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