diff --git a/doc/history.qbk b/doc/history.qbk new file mode 100644 index 0000000..5cd80ac --- /dev/null +++ b/doc/history.qbk @@ -0,0 +1,24 @@ +[/ +Copyright 2014 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) +] + +[section History] + +[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. +* 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. + +[warning The big change for this version is the restructuring of the definitions to avoid duplicate definitions in one category. That is, only one `BOOST_OS_*` variant will be detected (except for sub-categories).] + +[endsect] diff --git a/doc/html/index.html b/doc/html/index.html index 1b2261b..f3af5b2 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -45,12 +45,14 @@
Last revised: May 31, 2014 at 03:00:32 GMT |
+Last revised: June 03, 2014 at 03:39:11 GMT |