From ce0959ba62623bbad078c58736eab1b542456518 Mon Sep 17 00:00:00 2001
From: Rene Rivera
Date: Mon, 29 Dec 2014 11:26:49 -0600
Subject: [PATCH] Fix Haiku detection syntax error when Haiku is not detected.
Bump version to 1.2 and update docs.
---
doc/history.qbk | 8 ++-
doc/html/index.html | 8 +--
doc/html/predef/acknoledgements.html | 12 ++--
doc/html/predef/adding_new_predefs.html | 4 +-
doc/html/predef/history.html | 19 ++++-
doc/html/predef/introduction.html | 6 +-
doc/html/predef/reference.html | 4 +-
.../boost_arch_architecture_macros.html | 2 +-
.../reference/boost_comp_compiler_macros.html | 2 +-
.../boost_lang_language_standards_ma.html | 2 +-
.../reference/boost_lib_library_macros.html | 2 +-
.../boost_os_operating_system_macros.html | 72 ++++++++++++++-----
.../reference/boost_plat_platform_macros.html | 2 +-
doc/html/predef/reference/other_macros.html | 2 +-
.../reference/version_definition_macros.html | 2 +-
doc/html/predef/to_do.html | 4 +-
doc/html/predef/using_the_predefs.html | 4 +-
doc/predef.qbk | 4 +-
include/boost/predef/os/haiku.h | 3 +-
include/boost/predef/version.h | 2 +-
20 files changed, 111 insertions(+), 53 deletions(-)
diff --git a/doc/history.qbk b/doc/history.qbk
index b2fb81e..3af8394 100644
--- a/doc/history.qbk
+++ b/doc/history.qbk
@@ -7,12 +7,18 @@ 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).
+
[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.
diff --git a/doc/html/index.html b/doc/html/index.html
index 024453d..cdff0db 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -1,10 +1,10 @@
-Predef 1.1
+Predef 1.2
-
+
@@ -13,7 +13,7 @@
-Predef 1.1
+Predef 1.2
ReneRivera
@@ -52,7 +52,7 @@
-
Last revised: June 04, 2014 at 03:28:01 GMT
+
Last revised: December 29, 2014 at 17:24:18 GMT
diff --git a/doc/html/predef/acknoledgements.html b/doc/html/predef/acknoledgements.html
index 7573714..90439da 100644
--- a/doc/html/predef/acknoledgements.html
+++ b/doc/html/predef/acknoledgements.html
@@ -4,8 +4,8 @@
Acknoledgements
-
-
+
+
@@ -27,10 +27,10 @@
This library would be an incoherent mess if it weren't for Boost community
that provided invaluable feedback for the eight years that it took to polish
into a useable form. In particular I would like to thank: Mathias Gaunard,
- Robert Stewart, Joël Lamotte, Lars Viklund, Nathan Ridge, Artyom Beilis, Joshua
- Boyce, Gottlob Frege, Thomas Heller, Edward Diener, Dave Abrahams, Iain Denniston,
- Dan Price, Ioannis Papadopoulos, and Robert Ramey. And thanks to Joel Falcou
- for managing the review of this library.
+ Robert Stewart, Jo��l Lamotte, Lars Viklund, Nathan Ridge, Artyom Beilis,
+ Joshua Boyce, Gottlob Frege, Thomas Heller, Edward Diener, Dave Abrahams, Iain
+ Denniston, Dan Price, Ioannis Papadopoulos, and Robert Ramey. And thanks to
+ Joel Falcou for managing the review of this library.