| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fix the function cast error in H5Dchunk.c and activate (#1170)
`-Werror=cast-function-type`. Again.
* Parallel Compression improvements (#1302)
* Fix for parallel compression examples on Windows (#1459)
* Parallel compression adjustments for HDF5 1.12
* Committing clang-format changes
Co-authored-by: David Young <dyoung@hdfgroup.org>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Use internal version of H5Eprint2 to avoid possible stack overflow (#661)
* Add support for parallel filters to h5repack (#832)
* Allow parallel filters feature for comm size of 1 (#840)
* Avoid popping API context when one wasn't pushed (#848)
* Fix several warnings (#720)
* Don't allow H5Pset(get)_all_coll_metadata_ops for DXPLs (#1201)
* Fix free list tracking and cleanup cast alignment warnings (#1288)
* Fix free list tracking and cleanup cast alignment warnings
* Add free list tracking code to H5FL 'arr' routines
* Fix usage of several HDfprintf format specifiers after HDfprintf removal (#1324)
* Use appropriate printf format specifiers for haddr_t and hsize_t types directly (#1340)
* Fix H5ACmpio dirty bytes creation debugging (#1357)
* Fix documentation for H5D_space_status_t enum values (#1372)
* Parallel rank0 deadlock fixes (#1183)
* Fix several places where rank 0 can skip past collective MPI operations on failure
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
* Fix a few issues noted by LGTM (#1421)
* Fix cache sanity checking code by moving functions to wider scope (#1435)
* Fix metadata cache bug when resizing a pinned/protected entry (v2) (#1463)
* Disable memory alloc sanity checks by default for Autotools debug builds (#1468)
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Merge Add -showconfig to h5cc scripts to dump libhdf5.settings file
* Added note
* Fix comments
|
|
|
|
|
| |
* Update HDF5_ROOT usage
* Fix typo
|
| |
|
|
|
|
|
|
|
| |
* Merge SZ plugin changes from develop
* Update examples version
* Update examples version
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
|
|
| |
Plus some spelling corrections
|
| |
|
|
|
|
| |
Fix sanitizer flag form on windows
Add search paths to windows code-coverage
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* 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
* Upgrade the VS version used.
* specify windows VS version
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Merge Add javadoc to packages - HDFFV-11285
* Correct list
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Merge Consolidate VFD create list macro #1132
* Split dir create into separate macro
* fix VFD settings
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Merge Move test utilities to utils/test folder #1109
* Merge Correct shell tests and c++ flag warning
* Fix typo
|
| |
|
|
|
|
|
| |
* Merge Remove clang warnings from develop
* Correct test data typo
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
| |
(#1091)
* Merge delete the noerror- variants of the compiler flags files #1033
* Remove files from MANIFEST
|
|
|
|
|
| |
* Merge Add missing dataset reference text #1081
* Only print name if not printing data
|
|
|
|
|
|
|
|
| |
* 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.
|
| |
|