summaryrefslogtreecommitdiffstats
path: root/release_docs/RELEASE.txt
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-02-08 23:26:28 (GMT)
committerGitHub <noreply@github.com>2021-02-08 23:26:28 (GMT)
commitcb7b7257e94c8283c94d8cc8f9f685fca43f2a08 (patch)
tree7c3af85fba2eccd15a8d8baa542a179d7830cec6 /release_docs/RELEASE.txt
parent3a04f2995bbbd664d7bd27ca21f48634abea6bc4 (diff)
downloadhdf5-cb7b7257e94c8283c94d8cc8f9f685fca43f2a08.zip
hdf5-cb7b7257e94c8283c94d8cc8f9f685fca43f2a08.tar.gz
hdf5-cb7b7257e94c8283c94d8cc8f9f685fca43f2a08.tar.bz2
1 10 merges from develop (#320)
* HDFFV-10865 - merge from dev, HDFArray perf fix. * Remove duplicate setting * Whitespace changes after clang format * Undo version 11 clang format changes * Merge CMake changes from develop * test testing script merge from develop * Update supported platforms * PR#3 merge from develop * Merge gcc 10 diagnostics option from develop
Diffstat (limited to 'release_docs/RELEASE.txt')
-rw-r--r--release_docs/RELEASE.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index d2d6914..1555ffd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -48,6 +48,25 @@ New Features
Configuration:
-------------
+ - Added a configure-time option to control certain compiler warnings
+ diagnostics
+
+ A new configure-time option was added that allows some compiler warnings
+ diagnostics to have the default operation. This is mainly intended for
+ library developers and currently only works for gcc 10 and above. The
+ diagnostics flags apply to C, C++ and Fortran compilers and will appear
+ in "H5 C Flags", H5 C++ Flags" and H5 Fortran Flags, respectively. They
+ will NOT be exported to h5cc, etc.
+
+ The default is OFF, which will disable the warnings URL and color attributes
+ for the warnings output. ON will not add the flags and allow default behavior.
+
+ Autotools: --enable-diags
+
+ CMake: HDF5_ENABLE_BUILD_DIAGS
+
+ (ADB - 2021/02/05, HDFFV-11213)
+
- CMake option to build the HDF filter plugins project as an external project
The HDF filter plugins project is a collection of registered compression