From 2527beddb59cf2f4e77344730164034a2b32998b Mon Sep 17 00:00:00 2001 From: Rene Rivera Date: Wed, 4 Jun 2014 11:39:40 -0500 Subject: [PATCH] Add Predef release notes. --- feed/history/boost_1_56_0.qbk | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/feed/history/boost_1_56_0.qbk b/feed/history/boost_1_56_0.qbk index 5c1d790f..5332dd77 100644 --- a/feed/history/boost_1_56_0.qbk +++ b/feed/history/boost_1_56_0.qbk @@ -179,6 +179,17 @@ * Implemented SSE-optimized versions of some functions of `uuid`, including comparison operators and `swap`. The support for different versions of SSE is automatically detected at compile time for most compilers, but can also be explicitly enabled or disabled with [@/libs/uuid/uuid.html#Configuration configuration macros]. ([ticket 8509]) * Silenced some compiler warnings. ([ticket 8495], [ticket 8697]) +* [phrase library..[@/libs/predef/ Predef]:] + * Addition of `BOOST_PLAT_*` platform definitions for MinGW and + Windows platform variants. + * Detection of ARM architecture for Windows compilers to target + mobile devices of Windows 8. + * Improved ARM detection for 64 bit ARM. + * Added detection of iOS an an operating system. + * Improved detection of endianess on some platforms. + * Addition of exclusive plus emulated definitions for platform + and compiler detection. + * /TODO/ [/ TODO: These libraries always use the same message, referring to their