diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-02-08 23:24:43 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-08 23:24:43 (GMT) |
commit | 21e1a4e592dd0294a8707694b1806b0d052a6f06 (patch) | |
tree | fa5e6b62bea20e50f9b0d7412d3fa1d6ce707d21 /release_docs | |
parent | 7d2d3bed473aa853f0b2f06559c7080515a65d28 (diff) | |
download | hdf5-21e1a4e592dd0294a8707694b1806b0d052a6f06.zip hdf5-21e1a4e592dd0294a8707694b1806b0d052a6f06.tar.gz hdf5-21e1a4e592dd0294a8707694b1806b0d052a6f06.tar.bz2 |
1 12 merges from develop (#319)
* OESS-98 fix tools test for plugins
* sync fork
* Merge of changes from dev
* Move problem option to bottom of the list until fixed
* HDFFV-11106 - fix parsing optional args
* HDFFV-11106 add note
* grammer fix
* Whitespace after clang formatting
* Undo format version 11 changes
* Update check to working version
* Merge workflow and minor changes from develop
* Update supported platforms
* PR#3 merge from develop
* Merge gcc 10 diagnostics option from develop
Diffstat (limited to 'release_docs')
-rw-r--r-- | release_docs/RELEASE.txt | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index dd5888b..6cf258d 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -46,6 +46,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 |