Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r78615 - in trunk/libs/geometry: doc/doxy/doxygen_output/html doc/html test/algorithms/overlay
From: barend.gehrels_at_[hidden]
Date: 2012-05-25 10:27:30


Author: barendgehrels
Date: 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
New Revision: 78615
URL: http://svn.boost.org/trac/boost/changeset/78615

Log:
Update w.r.t. Boost.Range size now unsigned
Binary files modified:
   trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.png
Text files modified:
   trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css | 197 +++++++++++++++++++++++++++++++--------
   trunk/libs/geometry/doc/doxy/doxygen_output/html/tabs.css | 132 ++++++++------------------
   trunk/libs/geometry/doc/html/index.html | 57 +++++-----
   trunk/libs/geometry/test/algorithms/overlay/get_turns.cpp | 4
   trunk/libs/geometry/test/algorithms/overlay/traverse.cpp | 4
   5 files changed, 230 insertions(+), 164 deletions(-)

Modified: trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css
==============================================================================
--- trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css (original)
+++ trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.css 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
@@ -8,7 +8,6 @@
 /* @group Heading Levels */
 
 h1 {
- text-align: center;
         font-size: 150%;
 }
 
@@ -64,8 +63,8 @@
 }
 
 div.qindex, div.navtab{
- background-color: #e8eef2;
- border: 1px solid #84b0c7;
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
         text-align: center;
         margin: 2px;
         padding: 2px;
@@ -83,13 +82,13 @@
 /* @group Link Styling */
 
 a {
- color: #153788;
+ color: #3D578C;
         font-weight: normal;
         text-decoration: none;
 }
 
 .contents a:visited {
- color: #1b77c5;
+ color: #4665A2;
 }
 
 a:hover {
@@ -102,9 +101,9 @@
 
 a.qindexHL {
         font-weight: bold;
- background-color: #6666cc;
+ background-color: #9CAFD4;
         color: #ffffff;
- border: 1px double #9295C2;
+ border: 1px double #869DCA;
 }
 
 .contents a.qindexHL:visited {
@@ -119,11 +118,11 @@
 }
 
 a.code {
- color: #3030f0;
+ color: #4665A2;
 }
 
 a.codeRef {
- color: #3030f0;
+ color: #4665A2;
 }
 
 /* @end */
@@ -138,8 +137,8 @@
 }
 
 pre.fragment {
- border: 1px solid #CCCCCC;
- background-color: #f5f5f5;
+ border: 1px solid #C4CFE5;
+ background-color: #FBFCFD;
         padding: 4px 6px;
         margin: 4px 8px 4px 2px;
         overflow: auto;
@@ -153,7 +152,16 @@
         font-weight: bold;
         color: #ffffff;
         margin-bottom: 3px;
- margin-top: 3px
+ margin-top: 3px;
+ padding: 0.2em;
+ border: solid thin #333;
+ border-radius: 0.5em;
+ -webkit-border-radius: .5em;
+ -moz-border-radius: .5em;
+ -webkit-box-shadow: 2px 2px 3px #999;
+ -moz-box-shadow: rgba(0, 0, 0, 0.15) 2px 2px 2px;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#000),color-stop(0.3, #444));
+ background-image: -moz-linear-gradient(center top, #eee 0%, #444 40%, #000);
 }
 
 div.groupHeader {
@@ -171,27 +179,32 @@
 body {
         background: white;
         color: black;
- margin-right: 20px;
- margin-left: 20px;
+ margin: 0;
+}
+
+div.contents {
+ margin-top: 10px;
+ margin-left: 10px;
+ margin-right: 10px;
 }
 
 td.indexkey {
- background-color: #e8eef2;
+ background-color: #EBEFF6;
         font-weight: bold;
- border: 1px solid #CCCCCC;
+ border: 1px solid #C4CFE5;
         margin: 2px 0px 2px 0;
         padding: 2px 10px;
 }
 
 td.indexvalue {
- background-color: #e8eef2;
- border: 1px solid #CCCCCC;
+ background-color: #EBEFF6;
+ border: 1px solid #C4CFE5;
         padding: 2px 10px;
         margin: 2px 0px;
 }
 
 tr.memlist {
- background-color: #f0f0f0;
+ background-color: #EEF1F7;
 }
 
 p.formulaDsp {
@@ -217,6 +230,11 @@
         border: 0px;
 }
 
+address.footer {
+ text-align: right;
+ padding-right: 12px;
+}
+
 img.footer {
         border: 0px;
         vertical-align: middle;
@@ -270,6 +288,7 @@
 
 /* @end */
 
+/*
 .search {
         color: #003399;
         font-weight: bold;
@@ -286,6 +305,7 @@
         font-weight: normal;
         background-color: #e8eef2;
 }
+*/
 
 td.tiny {
         font-size: 75%;
@@ -294,18 +314,18 @@
 .dirtab {
         padding: 4px;
         border-collapse: collapse;
- border: 1px solid #84b0c7;
+ border: 1px solid #A3B4D7;
 }
 
 th.dirtab {
- background: #e8eef2;
+ background: #EBEFF6;
         font-weight: bold;
 }
 
 hr {
         height: 0px;
         border: none;
- border-top: 1px solid #666;
+ border-top: 1px solid #4A6AAA;
 }
 
 hr.footer {
@@ -314,10 +334,15 @@
 
 /* @group Member Descriptions */
 
+table.memberdecls {
+ border-spacing: 0px;
+ padding: 0px;
+}
+
 .mdescLeft, .mdescRight,
 .memItemLeft, .memItemRight,
 .memTemplItemLeft, .memTemplItemRight, .memTemplParams {
- background-color: #FAFAFA;
+ background-color: #F9FAFC;
         border: none;
         margin: 4px;
         padding: 1px 0 0 8px;
@@ -329,7 +354,7 @@
 }
 
 .memItemLeft, .memItemRight, .memTemplParams {
- border-top: 1px solid #ccc;
+ border-top: 1px solid #C4CFE5;
 }
 
 .memItemLeft, .memTemplItemLeft {
@@ -337,7 +362,7 @@
 }
 
 .memTemplParams {
- color: #606060;
+ color: #4665A2;
         white-space: nowrap;
 }
 
@@ -349,14 +374,14 @@
 
 .memtemplate {
         font-size: 80%;
- color: #606060;
+ color: #4665A2;
         font-weight: normal;
         margin-left: 3px;
 }
 
 .memnav {
- background-color: #e8eef2;
- border: 1px solid #84b0c7;
+ background-color: #EBEFF6;
+ border: 1px solid #A3B4D7;
         text-align: center;
         margin: 2px;
         margin-right: 15px;
@@ -375,40 +400,44 @@
 }
 
 .memproto {
- border-top: 1px solid #84b0c7;
- border-left: 1px solid #84b0c7;
- border-right: 1px solid #84b0c7;
- padding: 0;
- background-color: #d5e1e8;
+ border-top: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
+ padding: 6px 0px 6px 0px;
+ color: #253555;
         font-weight: bold;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
         /* firefox specific markup */
- background-image: -moz-linear-gradient(rgba(228, 233, 245, 1.0) 0%, rgba(193, 205, 232, 1.0) 100%);
         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
         -moz-border-radius-topright: 8px;
         -moz-border-radius-topleft: 8px;
         /* webkit specific markup */
- background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(228, 233, 245, 1.0)), to(rgba(193, 205, 232, 1.0)));
         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
         -webkit-border-top-right-radius: 8px;
         -webkit-border-top-left-radius: 8px;
+ background-image:url('nav_f.png');
+ background-repeat:repeat-x;
+ background-color: #E2E8F2;
 
 }
 
 .memdoc {
- border-bottom: 1px solid #84b0c7;
- border-left: 1px solid #84b0c7;
- border-right: 1px solid #84b0c7;
+ border-bottom: 1px solid #A8B8D9;
+ border-left: 1px solid #A8B8D9;
+ border-right: 1px solid #A8B8D9;
         padding: 2px 5px;
- background-color: #eef3f5;
+ background-color: #FBFCFD;
         border-top-width: 0;
         /* firefox specific markup */
         -moz-border-radius-bottomleft: 8px;
         -moz-border-radius-bottomright: 8px;
         -moz-box-shadow: rgba(0, 0, 0, 0.15) 5px 5px 5px;
+ background-image: -moz-linear-gradient(center top, #FFFFFF 0%, #FFFFFF 60%, #F7F8FB 95%, #EEF1F7);
         /* webkit specific markup */
         -webkit-border-bottom-left-radius: 8px;
         -webkit-border-bottom-right-radius: 8px;
         -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.15);
+ background-image: -webkit-gradient(linear,center top,center bottom,from(#FFFFFF), color-stop(0.6,#FFFFFF), color-stop(0.60,#FFFFFF), color-stop(0.95,#F7F8FB), to(#EEF1F7));
 }
 
 .paramkey {
@@ -435,7 +464,7 @@
 
 .ftvtree {
         font-family: sans-serif;
- margin: 0.5em;
+ margin: 0px;
 }
 
 /* these are for tree view when used as main index */
@@ -443,6 +472,7 @@
 .directory {
         font-size: 9pt;
         font-weight: bold;
+ margin: 5px;
 }
 
 .directory h3 {
@@ -520,9 +550,13 @@
 
 /* @end */
 
+div.dynheader {
+ margin-top: 8px;
+}
+
 address {
         font-style: normal;
- color: #333;
+ color: #2A3D61;
 }
 
 table.doxtable {
@@ -530,12 +564,12 @@
 }
 
 table.doxtable td, table.doxtable th {
- border: 1px solid #153788;
+ border: 1px solid #2D4068;
         padding: 3px 7px 2px;
 }
 
 table.doxtable th {
- background-color: #254798;
+ background-color: #374F7F;
         color: #FFFFFF;
         font-size: 110%;
         padding-bottom: 4px;
@@ -543,3 +577,80 @@
         text-align:left;
 }
 
+.tabsearch {
+ top: 0px;
+ left: 10px;
+ height: 36px;
+ background-image: url('tab_b.png');
+ z-index: 101;
+ overflow: hidden;
+ font-size: 13px;
+}
+
+.navpath ul
+{
+ font-size: 11px;
+ background-image:url('tab_b.png');
+ background-repeat:repeat-x;
+ height:30px;
+ line-height:30px;
+ color:#8AA0CC;
+ border:solid 1px #C2CDE4;
+ overflow:hidden;
+ margin:0px;
+ padding:0px;
+}
+
+.navpath li
+{
+ list-style-type:none;
+ float:left;
+ padding-left:10px;
+ padding-right: 15px;
+ background-image:url('bc_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color:#364D7C;
+}
+
+.navpath a
+{
+ height:32px;
+ display:block;
+ text-decoration: none;
+ outline: none;
+}
+
+.navpath a:hover
+{
+ color:#6884BD;
+}
+
+div.summary
+{
+ float: right;
+ font-size: 8pt;
+ padding-right: 5px;
+ width: 50%;
+ text-align: right;
+}
+
+div.summary a
+{
+ white-space: nowrap;
+}
+
+div.header
+{
+ background-image:url('nav_h.png');
+ background-repeat:repeat-x;
+ background-color: #F9FAFC;
+ margin: 0px;
+ border-bottom: 1px solid #C4CFE5;
+}
+
+div.headertitle
+{
+ padding: 5px 5px 5px 10px;
+}
+

Modified: trunk/libs/geometry/doc/doxy/doxygen_output/html/doxygen.png
==============================================================================
Binary files. No diff available.

Modified: trunk/libs/geometry/doc/doxy/doxygen_output/html/tabs.css
==============================================================================
--- trunk/libs/geometry/doc/doxy/doxygen_output/html/tabs.css (original)
+++ trunk/libs/geometry/doc/doxy/doxygen_output/html/tabs.css 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
@@ -1,105 +1,59 @@
-/* tabs styles, based on http://www.alistapart.com/articles/slidingdoors */
-
-DIV.tabs
-{
- float : left;
- width : 100%;
- background : url("tab_b.gif") repeat-x bottom;
- margin-bottom : 4px;
-}
-
-DIV.tabs UL
-{
- margin : 0px;
- padding-left : 10px;
- list-style : none;
-}
-
-DIV.tabs LI, DIV.tabs FORM
-{
- display : inline;
- margin : 0px;
- padding : 0px;
-}
-
-DIV.tabs FORM
-{
- float : right;
+.tabs, .tabs2, .tabs3 {
+ background-image: url('tab_b.png');
+ width: 100%;
+ z-index: 101;
+ font-size: 13px;
 }
 
-DIV.tabs A
-{
- float : left;
- background : url("tab_r.gif") no-repeat right top;
- border-bottom : 1px solid #84B0C7;
- font-size : 80%;
- font-weight : bold;
- text-decoration : none;
+.tabs2 {
+ font-size: 10px;
 }
-
-DIV.tabs A:hover
-{
- background-position: 100% -150px;
+.tabs3 {
+ font-size: 9px;
 }
 
-DIV.tabs A:link, DIV.tabs A:visited,
-DIV.tabs A:active, DIV.tabs A:hover
-{
- color: #1A419D;
+.tablist {
+ margin: 0;
+ padding: 0;
+ display: table;
 }
 
-DIV.tabs SPAN
-{
- float : left;
- display : block;
- background : url("tab_l.gif") no-repeat left top;
- padding : 5px 9px;
- white-space : nowrap;
+.tablist li {
+ float: left;
+ display: table-cell;
+ background-image: url('tab_b.png');
+ line-height: 36px;
+ list-style: none;
 }
 
-DIV.tabs #MSearchBox
-{
- float : right;
- display : inline;
- font-size : 1em;
-}
-
-DIV.tabs TD
-{
- font-size : 80%;
- font-weight : bold;
- text-decoration : none;
-}
-
-
-
-/* Commented Backslash Hack hides rule from IE5-Mac \*/
-DIV.tabs SPAN {float : none;}
-/* End IE5-Mac hack */
-
-DIV.tabs A:hover SPAN
-{
- background-position: 0% -150px;
+.tablist a {
+ display: block;
+ padding: 0 20px;
+ font-weight: bold;
+ background-image:url('tab_s.png');
+ background-repeat:no-repeat;
+ background-position:right;
+ color: #283A5D;
+ text-shadow: 0px 1px 1px rgba(255, 255, 255, 0.9);
+ text-decoration: none;
+ outline: none;
 }
 
-DIV.tabs LI.current A
-{
- background-position: 100% -150px;
- border-width : 0px;
+.tabs3 .tablist a {
+ padding: 0 10px;
 }
 
-DIV.tabs LI.current SPAN
-{
- background-position: 0% -150px;
- padding-bottom : 6px;
+.tablist a:hover {
+ background-image: url('tab_h.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
+ text-decoration: none;
 }
 
-DIV.navpath
-{
- background : none;
- border : none;
- border-bottom : 1px solid #84B0C7;
- text-align : center;
- margin : 2px;
- padding : 2px;
+.tablist li.current a {
+ background-image: url('tab_a.png');
+ background-repeat:repeat-x;
+ color: #fff;
+ text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
 }

Modified: trunk/libs/geometry/doc/html/index.html
==============================================================================
--- trunk/libs/geometry/doc/html/index.html (original)
+++ trunk/libs/geometry/doc/html/index.html 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
@@ -31,9 +31,10 @@
 <div><div class="author"><h3 class="author">
 <span class="firstname">Mateusz</span> <span class="surname">Loskot</span>
 </h3></div></div>
-<div><p class="copyright">Copyright &#169; 2009 -2012 Barend Gehrels, Bruno Lalande, Mateusz Loskot</p></div>
+<div><p class="copyright">Copyright &#169; 2009-2012 Barend
+ Gehrels, Bruno Lalande, Mateusz Loskot</p></div>
 <div><div class="legalnotice">
-<a name="id876741"></a><p>
+<a name="id789809"></a><p>
         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)
       </p>
@@ -43,38 +44,38 @@
 <p><b>Table of Contents</b></p>
 <dl>
 <dt><span class="section">Introduction</span></dt>
-<dt><span class="section"> Quick Start</span></dt>
-<dt><span class="section"> Design Rationale</span></dt>
+<dt><span class="section">Quick Start</span></dt>
+<dt><span class="section">Design Rationale</span></dt>
 <dt><span class="section">Compilation</span></dt>
 <dt><span class="section">Indexes</span></dt>
 <dd><dl>
-<dt><span class="section"> Reference matrix</span></dt>
+<dt><span class="section">Reference matrix</span></dt>
 <dt><span class="section">Alphabetical Index</span></dt>
 </dl></dd>
-<dt><span class="section"> Reference</span></dt>
+<dt><span class="section">Reference</span></dt>
 <dd><dl>
-<dt><span class="section"> Access Functions</span></dt>
-<dt><span class="section"> Adapted models</span></dt>
-<dt><span class="section"> Algorithms</span></dt>
-<dt><span class="section"> Arithmetic</span></dt>
-<dt><span class="section"> Concepts</span></dt>
-<dt><span class="section"> Constants</span></dt>
-<dt><span class="section"> Coordinate Systems</span></dt>
-<dt><span class="section"> Core Metafunctions</span></dt>
-<dt><span class="section"> Enumerations</span></dt>
-<dt><span class="section"> Exceptions</span></dt>
-<dt><span class="section"> Iterators</span></dt>
-<dt><span class="section"> Models</span></dt>
-<dt><span class="section"> Strategies</span></dt>
-<dt><span class="section"> Views</span></dt>
+<dt><span class="section">Access Functions</span></dt>
+<dt><span class="section">Adapted models</span></dt>
+<dt><span class="section">Algorithms</span></dt>
+<dt><span class="section">Arithmetic</span></dt>
+<dt><span class="section">Concepts</span></dt>
+<dt><span class="section">Constants</span></dt>
+<dt><span class="section">Coordinate Systems</span></dt>
+<dt><span class="section">Core Metafunctions</span></dt>
+<dt><span class="section">Enumerations</span></dt>
+<dt><span class="section">Exceptions</span></dt>
+<dt><span class="section">Iterators</span></dt>
+<dt><span class="section">Models</span></dt>
+<dt><span class="section">Strategies</span></dt>
+<dt><span class="section">Views</span></dt>
 </dl></dd>
-<dt><span class="section"> Release Notes</span></dt>
-<dt><span class="section"> About this documentation</span></dt>
+<dt><span class="section">Release Notes</span></dt>
+<dt><span class="section">About this documentation</span></dt>
 <dt><span class="section">Acknowledgments</span></dt>
 </dl>
 </div>
 <a name="geometry.contributions"></a><h3>
-<a name="id876760"></a>
+<a name="geometry.contributions-heading"></a>
     <a class="link" href="index.html#geometry.contributions">Contributions</a>
   </h3>
 <p>
@@ -88,24 +89,24 @@
         Alfredo Correa (adaption of Boost.Array)
       </li>
 <li class="listitem">
- Adam Wulkiewicz (spatial indexes) <sup>[<a name="id876797" href="#ftn.id876797" class="footnote">1</a>]</sup>
+ Adam Wulkiewicz (spatial indexes) <sup>[<a name="id820813" href="#ftn.id820813" class="footnote">1</a>]</sup>
       </li>
 <li class="listitem">
- Federico Fern&#225;ndez (spatial indexes) <sup>[<a name="id876812" href="#ftn.id876812" class="footnote">2</a>]</sup>
+ Federico Fern&#225;ndez (spatial indexes) <sup>[<a name="id820827" href="#ftn.id820827" class="footnote">2</a>]</sup>
       </li>
 </ul></div>
 <div class="footnotes">
 <br><hr width="100" align="left">
-<div class="footnote"><p><sup>[<a name="ftn.id876797" href="#id876797" class="para">1</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id820813" href="#id820813" class="para">1</a>] </sup>
           Currently an extension
         </p></div>
-<div class="footnote"><p><sup>[<a name="ftn.id876812" href="#id876812" class="para">2</a>] </sup>
+<div class="footnote"><p><sup>[<a name="ftn.id820827" href="#id820827" class="para">2</a>] </sup>
           Currently an extension
         </p></div>
 </div>
 </div>
 <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
-<td align="left"><p><small>Last revised: February 12, 2012 at 17:00:38 GMT</small></p></td>
+<td align="left"><p><small>Last revised: February 12, 2012 at 17:50:01 GMT</small></p></td>
 <td align="right"><div class="copyright-footer"></div></td>
 </tr></table>
 <hr>

Modified: trunk/libs/geometry/test/algorithms/overlay/get_turns.cpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/overlay/get_turns.cpp (original)
+++ trunk/libs/geometry/test/algorithms/overlay/get_turns.cpp 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
@@ -54,7 +54,7 @@
 {
     template<typename G1, typename G2>
     static void apply(std::string const& id,
- int expected_count,
+ std::size_t expected_count,
             G1 const& g1, G2 const& g2, double precision)
     {
             typedef bg::detail::overlay::turn_info
@@ -133,7 +133,7 @@
 template<typename G1, typename G2>
 struct test_get_turns
 {
- inline static void apply(std::string const& id, int expected_count,
+ inline static void apply(std::string const& id, std::size_t expected_count,
                 std::string const& wkt1, std::string const& wkt2,
                 double precision = 0.001)
     {

Modified: trunk/libs/geometry/test/algorithms/overlay/traverse.cpp
==============================================================================
--- trunk/libs/geometry/test/algorithms/overlay/traverse.cpp (original)
+++ trunk/libs/geometry/test/algorithms/overlay/traverse.cpp 2012-05-25 10:27:29 EDT (Fri, 25 May 2012)
@@ -86,7 +86,7 @@
 {
 
     static void apply(std::string const& id,
- int expected_count, double expected_area,
+ std::size_t expected_count, double expected_area,
             G1 const& g1, G2 const& g2,
             double precision)
     {
@@ -356,7 +356,7 @@
             G1, G2, Direction, Reverse1, Reverse2
> detail_test_traverse;
 
- inline static void apply(std::string const& id, int expected_count, double expected_area,
+ inline static void apply(std::string const& id, std::size_t expected_count, double expected_area,
                 std::string const& wkt1, std::string const& wkt2,
                 double precision = 0.001)
     {


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk