summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-20 15:28:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-01-20 15:29:01 (GMT)
commit113481a8198e0f863a01e2d2cb3c43d5a5a844cd (patch)
tree24fb27b8f497313c7ef594b96e8a592a4d215fcf /release_docs
parent8eb45094683843798b86ad8c3da298ebbde02fde (diff)
downloadhdf5-113481a8198e0f863a01e2d2cb3c43d5a5a844cd.zip
hdf5-113481a8198e0f863a01e2d2cb3c43d5a5a844cd.tar.gz
hdf5-113481a8198e0f863a01e2d2cb3c43d5a5a844cd.tar.bz2
Create common warnings for build systems
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 7b4b2b7..0e029f3 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -45,6 +45,15 @@ New Features
Configuration:
-------------
+ - Added common warnings files for gnu and intel
+
+ Added warnings files to use one common set of flags
+ during configure for both autotools and CMake build
+ systems. The initial implementation only affects a
+ general set of flags for gnu and intel compilers.
+
+ (ADB - 2020/01/17)
+
- Added new options to CMake for control of testing
Added CMake options (default ON);