summaryrefslogtreecommitdiffstats
path: root/release_docs
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2018-01-08 22:04:46 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2018-01-08 22:04:46 (GMT)
commit49479589d342324b564003738f2d259ae40b5aca (patch)
treefce13c862a5c1b0a808d6b2c18532e8aea71c611 /release_docs
parentca327ba1c42c1cab1b0b38bde76a1baaec73407f (diff)
downloadhdf5-49479589d342324b564003738f2d259ae40b5aca.zip
hdf5-49479589d342324b564003738f2d259ae40b5aca.tar.gz
hdf5-49479589d342324b564003738f2d259ae40b5aca.tar.bz2
HDFFV-10385 Refactor use of CMAKE_BUILD_TYPE
Diffstat (limited to 'release_docs')
-rw-r--r--release_docs/RELEASE.txt25
1 files changed, 22 insertions, 3 deletions
diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt
index adda8b4..38792cd 100644
--- a/release_docs/RELEASE.txt
+++ b/release_docs/RELEASE.txt
@@ -54,6 +54,16 @@ New Features
Configuration:
-------------
+ - CMake
+
+ Refactor use of CMAKE_BUILD_TYPE for new variable, which understands
+ the type of generator in use.
+
+ Added new configuration macros to use new HDF5_BUILD_TYPE variable. This
+ variable is set correctly for the type of generator being used for the build.
+
+ (ADB - 2018/01/08, HDFFV-10385, HDFFV-10296)
+
- Removed version-specific gcc/gfortran flags for version 4.0 (inclusive)
and earlier.
@@ -393,7 +403,16 @@ Bug Fixes since HDF5-1.10.1 release
Configuration
-------------
- - cmake
+ - CMake
+
+ Add replacement of fortran flags if using static CRT.
+
+ Added TARGET_STATIC_CRT_FLAGS call to HDFUseFortran.cmake file in
+ config/cmake_ext_mod folder.
+
+ (ADB - 2018/01/08, HDFFV-10334)
+
+ - CMake
The hdf5 library used shared szip and zlib, which needlessly required
applications to link with the same szip and zlib libraries.
@@ -405,7 +424,7 @@ Bug Fixes since HDF5-1.10.1 release
(ADB - 2017/11/14, HDFFV-10329)
- - cmake MPI
+ - CMake MPI
CMake implementation for MPI was problematic and would create incorrect
MPI library references in the hdf5 libraries.
@@ -442,7 +461,7 @@ Bug Fixes since HDF5-1.10.1 release
(HDFFV-10248, DER, 2017/07/05)
- - cmake
+ - CMake
Too many commands for POST_BUILD step caused command line to be
too big on windows.