| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
|
|
|
| |
Fix sanitizer flag form on windows
Add search paths to windows code-coverage
|
|
|
| |
Plus some spelling corrections
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
high-level library.
|
|
|
|
|
|
|
|
|
| |
* Fixed minor issues.
* Whoops. Forgot to commit these.
* CMake update.
* One more time.
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
* Merge Consolidate VFD create list macro #1132
* Split dir create into separate macro
* fix VFD settings
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
* Merge Move test utilities to utils/test folder #1109
* Merge Correct shell tests and c++ flag warning
* Fix typo
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
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)
Co-authored-by: bmribler <39579120+bmribler@users.noreply.github.com>
|
| |
|
|
|
|
|
| |
* 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 #10
* Merge Rework error allocation free.
|
|
|
| |
Clear 1.10.8 entries out of RELEASE.txt.
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* Merge Need to match clang and versions not just "Clang"
* Merge MS clang needs EHsc flag #1035
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Fixes a bad memory read and unfreed memory in fsinfo code (#893)
* Fixes a bad memory read and unfreed memory in fsinfo code
The segfault 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>
* Committing clang-format changes
Co-authored-by: Dana Robinson <43805+derobins@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#933) (#1007)
* H5Ztrans: (feature) Improved H5Z_xform_noop() and H5Z_xform_create() function
- Made a small improvement for H5Z_xform_noop() function. Now,
the function will also return TRUE if the data transform function
expression = "x". For this case, the HDF5 library behaves in a
similar fashion as the case when no data transform function has been
specified.
- Improved the inline documentation of the function
H5Z_xform_create() such it is more inline with the rest of the
code.
* Committing clang-format changes
* H5Ztrans: (feature) Added 3 tests for improved H5Z_xform_noop() function
- Added serial test with data transform expression = "x" to
verify the improved H5Z_xform_noop() function behaves as expected.
- Added 2 parallel tests with data transform expression = "x"
in combination with a filter. Before, these tests will fail but
with the improved H5Z_xform_noop() function they work and result
in the expected behavior.
- Small bug fix for one of parallel filter tests.
* Committing clang-format changes
* H5Ztrans: (feature) Added release note about detection of the
simple data transform function "x".
- Added a brief explanation about the implemented improvement
of the detection of the simple data transform function "x"
to the RELEASE.txt file.
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Jan-Willem Blokland <Jan-Willem.Blokland@Shell.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
|
|
|
|
| |
* Update examples version because of HDFFV-11269
* Correct plugin version
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
* Update copyright headers with reproduction notice in 5 files that did
not match terms in COPYING file
.
* Committing clang-format changes
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
|
| |
|
| |
|
|
|
|
|
| |
* Merge A batch of life-cycle examples for different modules #654
* Change doxygen generated file location
|