summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Brings random stuff over from develop (#1738)Dana Robinson2022-05-0648-584/+734
|
* Align H5T code with develop to quiet warnings (#1717)jhendersonHDF2022-05-033-167/+176
|
* Reinstate java API removed in 1.10.8 (#1697)Allen Byrne2022-04-294-5/+111
| | | | | | | * Revert java API removal with JNI private function * Fix name typo * Correct format
* Brings over minor changes in root, bin/, and release_docs (#1699)Dana Robinson2022-04-2817-114/+125
|
* Add java to format source (#1690)Allen Byrne2022-04-26155-9202/+12118
|
* Updates README.txt to README.md like the other branches (#1675)Dana Robinson2022-04-256-30/+38
|
* HDF5 1.10: Removes HDF Group paths, adds shellcheck fixes (#1660)Dana Robinson2022-04-191-95/+41
| | | | | | For more information: https://www.shellcheck.net/wiki/SC2086 -- Double quote to prevent globbing ... https://www.shellcheck.net/wiki/SC2230 -- which is non-standard. Use builti... https://www.shellcheck.net/wiki/SC2006 -- Use $(...) notation instead of le...
* Hdf5 1 10 parallel comp (#1644)jhendersonHDF2022-04-1427-3073/+9544
| | | | | * Hdf5 1 10 parallel compression merge
* 1.10 Add option for h5repack timing #1142 (#1576)Allen Byrne2022-04-149-82/+203
|
* Fix these Doxygen warnings #1581 (#1591)Allen Byrne2022-04-142-7/+10
|
* Hdf5 1 10 merges (#1633)jhendersonHDF2022-04-1449-358/+679
|
* 1.10 Move error-stack text to top of usage display #1564 (#1567)Allen Byrne2022-04-1428-81/+135
|
* Brings release timeline and github action changes from develop (#1597)Dana Robinson2022-04-064-0/+68
|
* Brings MANIFEST removal from develop (#1596)Dana Robinson2022-04-0611-6319/+110
|
* Update command format, avoid policy warning (#1552)Allen Byrne2022-03-301-3/+3
|
* 1.10 Merge doxygen changes from develop (#1543)Allen Byrne2022-03-3067-963/+3758
| | | | | | | * Merge doxygen changes from develop * Remove 1.12 section * Minor comment cleanup
* Windows and *nix use different forms for warnings #1515 (#1525)Allen Byrne2022-03-264-5/+7
|
* Change ENV to CMake var #1520 (#1522)Allen Byrne2022-03-261-2/+1
|
* Merge free an MPI communicator #1503 (#1510)Allen Byrne2022-03-221-7/+8
|
* 1.10 Update HDF5_ROOT usage (#1487)Allen Byrne2022-03-123-4/+13
| | | | | * Update HDF5_ROOT usage * Fix typo
* 1.10 Fix release check version logic #1438 (#1494)Allen Byrne2022-03-124-11/+26
| | | | | * Fix release check version logic #1438 * Correct list comment
* Implemented suggestion in #1381 for dtransform test (#1491)Allen Byrne2022-03-122-18/+22
|
* 1 10 Add -showconfig to h5cc scripts to dump libhdf5.settings file (#1483)Allen Byrne2022-03-122-1/+29
|
* Merge Mingw build fixes from develop (#1475)Baljak2022-03-096-32/+34
|
* Merge SZ plugin changes from develop (#1456)Allen Byrne2022-02-2725-73/+79
|
* 1.10 Fix tools incompatibility (#1449)Allen Byrne2022-02-2723-502/+722
| | | | | | | | | * 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) (#1418)jhendersonHDF2022-02-0411-138/+366
|
* 1 10 Remove const from the argv tools/tests main sig. #1390 (#1405)Allen Byrne2022-01-3140-103/+107
|
* Merge Update code owners file with more names #1386 (#1408)Allen Byrne2022-01-311-15/+15
|
* Fix cmake dynamic analysis on windows (#1377)Allen Byrne2022-01-192-5/+21
| | | | Fix sanitizer flag form on windows Add search paths to windows code-coverage
* Merge various cleanup java test, test files, comments (#1364)Allen Byrne2022-01-1913-42/+47
| | | Plus some spelling corrections
* Merge cmake custom command changes (#1361)Allen Byrne2022-01-191-32/+36
|
* Merge Update the java slf4j logging jars to latest 1.7.33 (#1371)Allen Byrne2022-01-1421-32/+32
|
* Remove duplicate memcpy in chunk_file_cb (#1291)jhendersonHDF2021-12-131-1/+0
|
* Merge Fix directory variable in shell scripts #1273 (#1279)Allen Byrne2021-12-139-112/+39
|
* Initialize filter mask and chunk nbytes for 'Single' chunk index (#1261) (#1275)jhendersonHDF2021-12-131-1/+7
|
* Make default to build high-level tools the same as default for (#1267)Larry Knox2021-12-071-2/+5
| | | high-level library.
* Fixed minor issues. (#1257)Gerd Heber2021-12-0411-16/+13
| | | | | | | | | * Fixed minor issues. * Whoops. Forgot to commit these. * CMake update. * One more time.
* 1.10 change windows os from 2016 to latest (#1243)Allen Byrne2021-12-042-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 (#1239)Allen Byrne2021-12-041-1/+1
|
* Merge Fix Fortran REGEX and newlines #1226 (#1229)Allen Byrne2021-12-043-9/+9
|
* Merge Github #969 Use stdout instead of file for configure check #1089 (#1205)Allen Byrne2021-11-204-158/+93
|
* 1.10 Merge Add javadoc to packages - HDFFV-11285 (#1199)Allen Byrne2021-11-207-9/+282
| | | | | * Merge Add javadoc to packages - HDFFV-11285 * Correct list
* 1.10 TRILAB-266: Remove clang warnings. (#1200)H. Joe Lee2021-11-157-129/+140
| | | | | | | | | | | | | * OESS-99:Sync from develop. * TRILAB-266: Remove clang warnings. * Committing clang-format changes * TRILAB-266: Remove clang warnings. * TRILAB-266: Address @byrnHDF review. Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Re-enable collective metadata reads after disabling for chunk lookup (#1175)jhendersonHDF2021-11-122-8/+26
|
* Add contents of RELEASE.txt for HDF5 1.10.8 release to HISTORY-1_10.txt. (#1163)Larry Knox2021-11-041-0/+946
|
* Merge Github #1019 - add Fortran developer flags #1090 (#1148)Allen Byrne2021-10-295-10/+11
|
* 1.10 Merge Consolidate VFD create list macro #1132 (#1140)Allen Byrne2021-10-299-14/+17
| | | | | | | * Merge Consolidate VFD create list macro #1132 * Split dir create into separate macro * fix VFD settings
* Merge Correct java exception declarations #1121 (#1123)Allen Byrne2021-10-251-6/+9
|
* 1 10 merge hdffv 10590 (#1128)Larry Knox2021-10-253-10/+54
| | | | | | | | | | * Merge pull request #60 from bmribler/develop Fix HDFFV-10590 * H5repack tests should fail if a corrupted file causes h5repack to segfault/core dump. * Remove test file, duplicate of h5repack_CVE-2018-17432.h5.