diff --git a/doc/history.qbk b/doc/history.qbk index 5df5bf1..4c8833f 100644 --- a/doc/history.qbk +++ b/doc/history.qbk @@ -7,6 +7,15 @@ http://www.boost.org/LICENSE_1_0.txt) [section History] +[heading 1.3] + +* Fix many problems with `predef_check` functionality. +* Update SunPro detection to accomodate latest version of compiler from Oracle. +* Addition of Travis-CI and Appveyor testing. +* Add `and` and `or` logical operators for `predef_check` expression on the Boost Build side. +* Fix `BOOST_ARCH_PARISC` to correctly spelled name (from Graham Hanson). +* Fix `MAKE_YYYYM` macros to correctly limit the month (from rick68). + [heading 1.2] * Account for skip in Visual Studio product version vs. compiler version. diff --git a/doc/html/boostbook.css b/doc/html/boostbook.css index d42b3c0..28f8935 100644 --- a/doc/html/boostbook.css +++ b/doc/html/boostbook.css @@ -289,6 +289,22 @@ Tables border: none !important; } +/*============================================================================= +Suppress margins in tables +=============================================================================*/ + + table th > *:first-child, + table td > *:first-child + { + margin-top: 0; + } + + table th > *:last-child, + table td > *:last-child + { + margin-bottom: 0; + } + /*============================================================================= Blurbs =============================================================================*/ diff --git a/doc/html/index.html b/doc/html/index.html index 8a4dde7..4e9d22c 100644 --- a/doc/html/index.html +++ b/doc/html/index.html @@ -1,10 +1,10 @@ -Predef 1.2 +Predef 1.3 - + @@ -13,11 +13,12 @@

-Predef 1.2

+Predef 1.3

Rene Rivera

-
+

Distributed under the Boost Software License, Version 1.0. (See accompanying @@ -53,7 +54,7 @@

- +

Last revised: January 29, 2015 at 21:39:36 GMT

Last revised: July 01, 2015 at 22:17:15 GMT


diff --git a/doc/html/predef/acknoledgements.html b/doc/html/predef/acknoledgements.html index 9f73605..1a97b32 100644 --- a/doc/html/predef/acknoledgements.html +++ b/doc/html/predef/acknoledgements.html @@ -4,8 +4,8 @@ Acknoledgements - - + + @@ -35,7 +35,8 @@
-
-
-

+ 1.3 +

+
    +
  • + Fix many problems with predef_check + functionality. +
  • +
  • + Update SunPro detection to accomodate latest version of compiler from Oracle. +
  • +
  • + Addition of Travis-CI and Appveyor testing. +
  • +
  • + Add and and or logical operators for predef_check + expression on the Boost Build side. +
  • +
  • + Fix BOOST_ARCH_PARISC to + correctly spelled name (from Graham Hanson). +
  • +
  • + Fix MAKE_YYYYM macros to + correctly limit the month (from rick68). +
  • +
+

+ 1.2

    @@ -42,7 +70,7 @@

- + 1.1

    @@ -84,7 +112,8 @@
-
-
-
-
-
-
-
-
-
-
-
-
-