summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Github #969 Use stdout instead of file for configure check (#1089)Allen Byrne2021-11-184-158/+93
* Add javadoc to packages - HDFFV-11285 (#1197)Allen Byrne2021-11-177-9/+282
* Move -Werror=int-conversion from error-general to error-5 in (#1194)Larry Knox2021-11-142-1/+1
* Quiets most const warnings in the fractal heap code (#1188)Dana Robinson2021-11-133-9/+32
* Make it an error if the library implicitly converts from integer to (#1165)David Young2021-11-131-0/+2
* Fixes unused parameter warnings in the null VFD (#1179)Dana Robinson2021-11-131-0/+31
* 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-104-30/+34
* 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-092-7/+28
* Simplify function enter macros for performance benefits (#1024)David Young2021-11-0882-1989/+1115
* Fix the function cast error in H5Dchunk.c and activate (#1170)David Young2021-11-082-5/+15
* Add option for h5repack timing (#1142)Allen Byrne2021-11-086-51/+168
* Assume C99 fixed sized ints exist, use them (#470)Sean McBride2021-11-0827-506/+199
* OESS-168: Remove clang warnings. (#1124)H. Joe Lee2021-11-052-12/+22
* OESS-168: Remove clang warnings. (#1136)H. Joe Lee2021-11-051-2/+2
* OESS-168: Remove clang warnings. (#1137)H. Joe Lee2021-11-051-68/+69
* New references for Dimension Scale APIs (#1139)jhendersonHDF2021-11-0519-425/+826
* OESS-168: Remove clang warnings. (#1105)H. Joe Lee2021-11-041-33/+33
* Fix Java VOL tests (#1158)Allen Byrne2021-11-034-316/+15
* OESS-168: Remove clang warnings. (#1146)H. Joe Lee2021-11-021-3/+3
* OESS-168: Remove clang warnings. (#1135)H. Joe Lee2021-11-021-1/+1
* OESS-168: Remove clang warnings. (#1127)H. Joe Lee2021-11-021-6/+6
* Set the plugin path to the library default (#1144)Allen Byrne2021-10-291-0/+2
* correct error checking string (#1143)Scot Breitenfeld2021-10-291-2/+2
* Split dir create into separate macro (#1141)Allen Byrne2021-10-288-21/+31
* Github #1019 - add Fortran developer flags (#1090)Allen Byrne2021-10-275-10/+11
* H5repack tests should fail if a corrupted file causes h5repack to (#1138)Larry Knox2021-10-263-6/+28
* Consolidate VFD create list macro (#1132)Allen Byrne2021-10-267-10/+5
* Removes the "try free" behavior from the skip lists (#1126)Dana Robinson2021-10-223-678/+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
* Add release note for HDFFV-11150 fix. (#1106)Larry Knox2021-10-211-1/+23
* Correct java exception declarations (#1121)Allen Byrne2021-10-201-16/+19
* Fixed HL_test_packet, incorrect length assignment (#1100)Allen Byrne2021-10-202-3/+7
* Move test utilities to utils/test folder (#1109)Allen Byrne2021-10-2032-333/+340
* OESS-168: Remove clang warnings. (#1075)H. Joe Lee2021-10-201-12/+12
* OESS-168: Remove clang warnings. (#1072)H. Joe Lee2021-10-151-13/+13
* OESS-168: Remove clang warnings. (#1077)H. Joe Lee2021-10-081-1/+1
* OESS-168: Remove clang warnings. (#1076)H. Joe Lee2021-10-082-10/+10
* Add missing dataset reference text (#1081)Allen Byrne2021-10-071-4/+4
* OESS-168: Remove clang warnings. (#1074)H. Joe Lee2021-10-061-2/+2
* OESS-168: Remove clang warnings. (#1071)H. Joe Lee2021-10-061-3/+3
* To reduce maintenance effort, delete the `noerror-` variants of the compiler ...David Young2021-10-0616-356/+75
* Add tools/src/h5perf/Makefile.in (#1066)Larry Knox2021-10-041-0/+1
* Fix ASAN issue in h5dump error path (#1051)Allen Byrne2021-10-032-3/+1
* ASAN fix for test_ld - free sub-allocation of fields (#1052)Allen Byrne2021-10-011-34/+36