summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-08-17 13:40:33 (GMT)
committerGitHub <noreply@github.com>2021-08-17 13:40:33 (GMT)
commit7e83e0574f43330e4b10b537267f7506b8d0ef20 (patch)
treeba3aa65b842ce31d7794285f67735beccce14faf /release_docs
parent6241e6985ba4025a6f68fd867692df8053733922 (diff)
downloadhdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.zip
hdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.tar.gz
hdf5-7e83e0574f43330e4b10b537267f7506b8d0ef20.tar.bz2
1.10 Fixed the CMake processing for C++ warnings and flags (#888) (#901)
* Fixed the CMake processing for C++ warnings and flags (#888) * remove deleted file
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index 30db16a..6a4a9f1 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -497,6 +497,15 @@ Bug Fixes since HDF5-1.10.7 release
Configuration
-------------
+ - Fixed CMake C++ compiler flags
+
+ A recent refactoring of the C++ configure files accidently removed the
+ file that executed the enable_language command for C++ needed by the
+ HDFCXXCompilerFlags.cmake file. Also updated the intel warnings files,
+ including adding support for windows platforms.
+
+ (ADB - 2021/08/10)
+
- Autotools clang debug optimization level change
HDF5 1.10.7 erroneously sets the debug optimization level to "-g" when