diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-12 18:31:28 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-12-12 18:31:28 (GMT) |
commit | e350797b710a9bf2401de1b4a59b4ab0d3f2c70d (patch) | |
tree | 2c20fbd52401b3489cc98b40e6c0f16576046461 | |
parent | 3ab183ba99a02ca9c1957974d338e0c9ddd9b4b5 (diff) | |
download | hdf5-e350797b710a9bf2401de1b4a59b4ab0d3f2c70d.zip hdf5-e350797b710a9bf2401de1b4a59b4ab0d3f2c70d.tar.gz hdf5-e350797b710a9bf2401de1b4a59b4ab0d3f2c70d.tar.bz2 |
Add release note for sanitizer support
-rw-r--r-- | release_docs/RELEASE.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index 1bd9517..88be3de 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -48,6 +48,12 @@ New Features Configuration: ------------- + - Added Clang sanitizers to CMake for analyzer support + + Added CMake code and files to execute the Clang sanitizers. + + (ADB - 2019/12/12, TRILAB-135) + - Update CMake for VS2019 support CMake added support for VS2019 in version 3.15. Changes to the CMake |