From 9730d1ddaf4ec9e608c5d5534470b2cf60568dc3 Mon Sep 17 00:00:00 2001 From: Sascha Kratky Date: Tue, 27 Oct 2015 20:22:01 +0100 Subject: [PATCH] update history --- HISTORY.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/HISTORY.md b/HISTORY.md index 805edc5..a930ad4 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,3 +1,10 @@ +## 1.7.5 (2015-10-27) + +* handle visibility target properties (`CXX_VISIBILITY_PRESET` and `VISIBILITY_INLINES_HIDDEN`). +* better handling of include directories and system include directories. +* parse additional system include directories from target compile flags. +* activate select CMake policies. + ## 1.7.4 (2015-10-10) * set up single unity source file for prefix header generation.