summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update version to 1.13.0-7 after snapshot release 1.13.0-6. (#1048)Larry Knox2021-09-291-2/+2
* Update Platforms Tested in RELEASE.txt. (#1045)hdf5-1_13_0-rc6Larry Knox2021-09-281-2/+2
* VFD ctl feature (#981)jhendersonHDF2021-09-2317-146/+526
* Modified gcc/clang warning suppression macros to account for some warnings fl...Sean McBride2021-09-1610-106/+134
* Fix several warnings (#720)jhendersonHDF2021-09-1413-33/+47
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() … (#933)Jan-Willem Blokland2021-09-131-5/+13
* Fix various warnings and issues in doxygen doc generation (#994)Allen Byrne2021-09-103-43/+11
* Update copyright headers with reproduction notice in 5 files (#993)Larry Knox2021-09-082-17/+14
* Small doxygen fixes plus simple doc fixes (#989)Allen Byrne2021-09-042-10/+8
* Synch CMake doxygen options with autotools configure (#983)Allen Byrne2021-09-021-1/+2
* A batch of life-cycle examples for different modules (#654)Gerd Heber2021-09-0132-1383/+1166
* More various warnings (#958)Sean McBride2021-08-254-22/+22
* More clang tidy (#908)Sean McBride2021-08-236-42/+42
* Develop windows compiler fixes (#912)Allen Byrne2021-08-191-0/+2
* Correct number of args to Windows HDunsetenv macro (#939)Allen Byrne2021-08-191-1/+1
* Fix formatting (#923)Allen Byrne2021-08-181-1/+1
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)Dana Robinson2021-08-122-14/+22
* Guard the SKIP_MPICXX macros against redefinition. (#892)David Wells2021-08-121-0/+4
* Unsigned comparison to 0 warning avoidance (#869)Larry Knox2021-08-021-3/+4
* Added int variable for comparison with H5_VERS_RELEASE in H5.c to avoid (#866)Larry Knox2021-07-301-1/+3