Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge free an MPI communicator #1503 (#1511) | Allen Byrne | 2022-03-21 | 1 | -7/+8 |
| | |||||
* | Fix java test name conflict #1467 (#1496) | Allen Byrne | 2022-03-12 | 1 | -2/+1 |
| | |||||
* | 1.12 Fix release check version logic #1438 (#1493) | Allen Byrne | 2022-03-12 | 4 | -10/+25 |
| | |||||
* | Implemented suggestion in #1381 for dtransform test (#1490) | Allen Byrne | 2022-03-11 | 2 | -18/+22 |
| | |||||
* | 1 12 Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1482) | Allen Byrne | 2022-03-11 | 2 | -1/+29 |
| | | | | | | | * Merge Add -showconfig to h5cc scripts to dump libhdf5.settings file * Added note * Fix comments | ||||
* | 1.12 Update HDF5_ROOT usage (#1486) | Allen Byrne | 2022-03-11 | 3 | -3/+14 |
| | | | | | * Update HDF5_ROOT usage * Fix typo | ||||
* | Merge Mingw fixes from develop (#1477) | Baljak | 2022-03-10 | 6 | -35/+34 |
| | |||||
* | 1 12 Merge SZ plugin changes from develop (#1455) | Allen Byrne | 2022-02-24 | 41 | -115/+119 |
| | | | | | | | * Merge SZ plugin changes from develop * Update examples version * Update examples version | ||||
* | 1.12 Fix tools incompatibility (#1448) | Allen Byrne | 2022-02-21 | 22 | -531/+751 |
| | | | | | | | | | * fix tools incompatibility with get_option #1443 * Fix get_option function * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Unify handling of collective metadata reads status (#1206) (#1417) | jhendersonHDF | 2022-02-03 | 11 | -137/+366 |
| | |||||
* | 1 12 Remove const from the argv tools/tests main sig. #1390 (#1404) | Allen Byrne | 2022-01-29 | 41 | -107/+111 |
| | |||||
* | Merge Update code owners file with more names #1386 (#1407) | Allen Byrne | 2022-01-29 | 1 | -15/+15 |
| | |||||
* | Merge various cleanup java test, test files, comments (#1365) | Allen Byrne | 2022-01-24 | 5 | -14/+19 |
| | | | Plus some spelling corrections | ||||
* | Merge Update the java slf4j logging jars to latest 1.7.33 (#1370) | Allen Byrne | 2022-01-24 | 21 | -32/+32 |
| | |||||
* | Fix cmake dynamic analysis on windows (#1374) | Allen Byrne | 2022-01-24 | 2 | -5/+21 |
| | | | | Fix sanitizer flag form on windows Add search paths to windows code-coverage | ||||
* | Merge cmake custom command changes (#1360) | Allen Byrne | 2022-01-14 | 1 | -32/+36 |
| | |||||
* | 1.12 Merge Add tests for H5Ocopy of new object refs (#1339) | Allen Byrne | 2022-01-14 | 20 | -503/+910 |
| | | | | | | | | | | | | | * Add tests for H5Ocopy of new object refs * Correct class name * Skip test because of issue with debug assertions * Update reference file * Fix object examples for new refs and spelling fixs * Fix ref try-catch blocks | ||||
* | Remove duplicate memcpy in chunk_file_cb (#1286) | jhendersonHDF | 2021-12-13 | 1 | -1/+0 |
| | |||||
* | Initialize filter mask and chunk nbytes for 'Single' chunk index (#1261) (#1276) | jhendersonHDF | 2021-12-11 | 1 | -1/+7 |
| | |||||
* | Merge Fix directory variable in shell scripts #1273 (#1278) | Allen Byrne | 2021-12-11 | 9 | -113/+40 |
| | |||||
* | Make default to build high-level tools the same as default for (#1258) | Larry Knox | 2021-12-07 | 1 | -0/+2 |
| | | | | | | * Make default to build high-level tools the same as default for high-level library. * Correct default HDF5_HL_TOOLS | ||||
* | change windows os from 2016 to latest (#1242) | Allen Byrne | 2021-12-02 | 2 | -8/+8 |
| | | | | | | | * change windows os from 2016 to latest * Upgrade the VS version used. * specify windows VS version | ||||
* | Merge #1237 Add check for SDK version on windows (#1238) | Allen Byrne | 2021-12-02 | 1 | -1/+1 |
| | |||||
* | Merge Fix Fortran REGEX and newlines #1226 (#1228) | Allen Byrne | 2021-12-02 | 3 | -9/+9 |
| | |||||
* | Merge Github #969 Use stdout instead of file for configure check #1089 (#1204) | Allen Byrne | 2021-11-19 | 4 | -158/+93 |
| | |||||
* | 1.12 Merge Add javadoc to packages - HDFFV-11285 (#1198) | Allen Byrne | 2021-11-19 | 7 | -9/+282 |
| | | | | | * Merge Add javadoc to packages - HDFFV-11285 * Correct list | ||||
* | 1.12 TRILAB-266: Remove clang warnings. (#1193) | H. Joe Lee | 2021-11-13 | 8 | -108/+119 |
| | | | | | | | | | | | | | | | | | | | | | | | * TRILAB-266: Remove clang warnings in src/H5Zscaleoffset.c. (PR #1105) * Committing clang-format changes * TRILAB-266: Remove clang warnings in H5private.h and uthash.h. (PR #1124) * TRILAB-266: Remove clang warnings in H5FDcore.c. (PR #1127) * Committing clang-format changes * TRILAB-266: Remove clang warnings in test/testmeta.c. (PR #1135) * TRILAB-266: Remove clang warnings in test/swmr.c. (PR #1136) * TRILAB-266: Remove clang warnings in test/cork.c. (PR #1137) * Committing clang-format changes * TRILAB-266: Remove clang warnings in test/cork.c. (PR #1146) Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | Re-enable collective metadata reads after disabling for chunk lookup (#1174) | jhendersonHDF | 2021-11-12 | 2 | -7/+28 |
| | |||||
* | Update CODEOWNERS (#1161) | Allen Byrne | 2021-11-03 | 1 | -5/+5 |
| | |||||
* | Merge Fix Java VOL tests #1158 (#1160) | Allen Byrne | 2021-11-03 | 5 | -317/+16 |
| | |||||
* | Merge Github #1019 - add Fortran developer flags #1090 (#1147) | Allen Byrne | 2021-10-31 | 5 | -10/+11 |
| | |||||
* | 1.12 Merge Consolidate VFD create list macro #1132 (#1133) | Allen Byrne | 2021-10-31 | 9 | -31/+36 |
| | | | | | | | * Merge Consolidate VFD create list macro #1132 * Split dir create into separate macro * fix VFD settings | ||||
* | Merge Set the plugin path to the library default #1144 (#1150) | Allen Byrne | 2021-10-31 | 1 | -0/+2 |
| | |||||
* | Merge Correct java exception declarations #1121 (#1122) | Allen Byrne | 2021-10-21 | 1 | -16/+19 |
| | |||||
* | 1.12 Merge Move test utilities to utils/test folder #1109 (#1110) | Allen Byrne | 2021-10-21 | 32 | -256/+342 |
| | | | | | | | * Merge Move test utilities to utils/test folder #1109 * Merge Correct shell tests and c++ flag warning * Fix typo | ||||
* | Merge Fixed HL_test_packet, incorrect length assignment (#1101) | Allen Byrne | 2021-10-17 | 2 | -3/+7 |
| | |||||
* | 1 12 Merge Remove clang warnings from develop (#1097) | Allen Byrne | 2021-10-17 | 14 | -695/+695 |
| | | | | | * Merge Remove clang warnings from develop * Correct test data typo | ||||
* | Fixed HDFFV-11150 (#356) (#1104) | Larry Knox | 2021-10-15 | 3 | -3/+12 |
| | | | | | | | | | | | | | | * Fixed HDFFV-11150 (#356) Description Replaced an HDassert with a check for null pointer in H5O_dec_rc() to catch null pointer in corrupted data situation. As a result, removed the null check prior to H5O_dec_rc() calls. Platforms tested: Linux/64 (jelly) * Add release note for HDFFV-11150 fix. Co-authored-by: bmribler <39579120+bmribler@users.noreply.github.com> | ||||
* | 1.12 Merge delete the noerror- variants of the compiler flags files #1033 ↵ | Allen Byrne | 2021-10-14 | 16 | -356/+75 |
| | | | | | | | (#1091) * Merge delete the noerror- variants of the compiler flags files #1033 * Remove files from MANIFEST | ||||
* | 1.12 Merge Add missing dataset reference text #1081 (#1082) | Allen Byrne | 2021-10-08 | 1 | -4/+4 |
| | | | | | * Merge Add missing dataset reference text #1081 * Only print name if not printing data | ||||
* | 1.12 Merge ASAN fixes (#1059) | Allen Byrne | 2021-10-06 | 3 | -37/+37 |
| | | | | | | | | * Merge ASAN fixes Fix ASAN issue in h5dump error path #1051 ASAN fix for test_ld - free sub-allocation of fields #1052 * Merge Rework error allocation free. | ||||
* | Merge Upgrade libaec to 1.0.6 #1037 (#1038) | Allen Byrne | 2021-09-30 | 1 | -1/+7 |
| | |||||
* | Merge Corrected path searched by CMake find_package command #1041 (#1042) | Allen Byrne | 2021-09-30 | 4 | -9/+26 |
| | |||||
* | 1.12 Merge Need to match clang and versions not just "Clang" #1029 (#1030) | Allen Byrne | 2021-09-24 | 4 | -22/+14 |
| | | | | | * Merge Need to match clang and versions not just "Clang" * Merge MS clang needs EHsc flag #1035 | ||||
* | Merge Correction of pkg-config compile script #974 (#1025) | Allen Byrne | 2021-09-18 | 1 | -1/+1 |
| | |||||
* | Merge HDFFV-11266 - add option to build HL tools #1018 (#1020) | Allen Byrne | 2021-09-17 | 7 | -2/+45 |
| | |||||
* | Merge Disable fortran warning #1014 (#1015) | Allen Byrne | 2021-09-17 | 2 | -7/+8 |
| | |||||
* | Fix javadoc and java warnings (#1010) | Allen Byrne | 2021-09-17 | 4 | -48/+489 |
| | |||||
* | Fixes a bad memory read and unfreed memory in fsinfo code (#893) (#1012) | Larry Knox | 2021-09-15 | 6 | -14/+95 |
| | | | | | | | | | | | | | | | | | * Fixes a bad memory read and unfreed memory in fsinfo code The segfaul from CVE-2020-10810 was fixed some time ago, but the illegal memory read and unfreed memory were not. This fix tracks some buffer sizes and errors out gracefully on errors, ensuring buffers are cleaned up and avoiding the H5FL infinite loop + abort on library close. * Committing clang-format changes Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com> Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
* | 1.12 Update examples version because of HDFFV-11269 (#999) | Allen Byrne | 2021-09-15 | 4 | -9/+9 |
| | | | | | * Update examples version because of HDFFV-11269 * Correct plugin version |