summaryrefslogtreecommitdiff
path: root/libs/predef/doc/history.qbk
diff options
context:
space:
mode:
Diffstat (limited to 'libs/predef/doc/history.qbk')
-rw-r--r--libs/predef/doc/history.qbk14
1 files changed, 12 insertions, 2 deletions
diff --git a/libs/predef/doc/history.qbk b/libs/predef/doc/history.qbk
index b2fb81e12..5df5bf18d 100644
--- a/libs/predef/doc/history.qbk
+++ b/libs/predef/doc/history.qbk
@@ -1,5 +1,5 @@
[/
-Copyright 2014 Rene Rivera
+Copyright 2014-2015 Rene Rivera
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt)
@@ -7,12 +7,22 @@ http://www.boost.org/LICENSE_1_0.txt)
[section History]
+[heading 1.2]
+
+* Account for skip in Visual Studio product version vs. compiler version.
+ This supports version of VS 2015 an onward.
+* Add detection of Haiku OS (from Jessica Hamilton).
+* Some fixes to endian detection for Android (from mstahl-at-redhat.com).
+* Add missing `BOOST_PREDEF_MAKE_0X_VVRRPP` macro (from Erik Lindahl).
+* Add `predef_check` program and BBv2 integration for build configuration
+ checks.
+
[heading 1.1]
* 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.
+ 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.