diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-12-12 18:31:28 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:20 (GMT) |
commit | ba4eaeb6600965bbabb4973f07d38f90a0544ec3 (patch) | |
tree | 8b952de5ff8a9186e72ef9899d1f8c88c56f542b | |
parent | 5b50f47f31a363d9c7104d4fb7f56a1cf450fdce (diff) | |
download | hdf5-ba4eaeb6600965bbabb4973f07d38f90a0544ec3.zip hdf5-ba4eaeb6600965bbabb4973f07d38f90a0544ec3.tar.gz hdf5-ba4eaeb6600965bbabb4973f07d38f90a0544ec3.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 72c2add..42e6308 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 |