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 @@
-Copyright © 2005, 2008-2014 Rene Rivera
Copyright © 2005, 2008-2015 Rene + Rivera
Last revised: January 29, 2015 at 21:39:36 GMT |
+Last revised: July 01, 2015 at 22:17:15 GMT |
- | Copyright © 2005, 2008-2014 Rene Rivera + Copyright © 2005, 2008-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) diff --git a/doc/html/predef/adding_new_predefs.html b/doc/html/predef/adding_new_predefs.html index 37f49d4..82c1985 100644 --- a/doc/html/predef/adding_new_predefs.html +++ b/doc/html/predef/adding_new_predefs.html @@ -4,8 +4,8 @@
|