Sfoglia il codice sorgente

Merge some cherry-picked changes from develop.

A lot of other unmerged changes in explict-failures-markup.xml, probably
best to just copy it over. I think the scripts only ever use the develop
version anyway.
Daniel James 11 anni fa
parent
commit
91afa6b8c3
3 ha cambiato i file con 14 aggiunte e 6 eliminazioni
  1. 4 4
      libs/libraries.htm
  2. 1 1
      libs/maintainers.txt
  3. 9 1
      status/explicit-failures-markup.xml

+ 4 - 4
libs/libraries.htm

@@ -290,7 +290,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
 
-    <li><a href="bind/ref.html">ref</a> - A utility library for
+    <li><a href="core/ref.html">ref</a> - A utility library for
     passing references to generic functions, from Jaako J&auml;rvi,
     Peter Dimov, Doug Gregor, and Dave Abrahams.</li>
 
@@ -352,7 +352,7 @@ how to download, build, and install the libraries.</p>
         Maddock, Steve Cleary, et al.</li>
     <li><a href="typeof/index.html">typeof</a> -
         Typeof operator emulation, from Arkadiy Vertleyb and Peder Holt.</li>
-    <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
+    <li><a href="numeric/ublas/index.html">uBLAS</a> - Basic linear algebra
     for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
     <li><a href="units/index.html">units</a> -
         Zero-overhead dimensional analysis and unit/quantity
@@ -575,7 +575,7 @@ how to download, build, and install the libraries.</p>
     <li><a href="phoenix/index.html">Phoenix</a> - Define small unnamed
     function objects at the actual call site, and more, from Joel de Guzman, Dan
     Marsden and Thomas Heller</li>
-    <li><a href="bind/ref.html">ref</a> - A utility library for
+    <li><a href="core/ref.html">ref</a> - A utility library for
     passing references to generic functions, from Jaako J&auml;rvi,
     Peter Dimov, Doug Gregor, and Dave Abrahams.</li>
 
@@ -758,7 +758,7 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
         from Howard Hinnant, Beman Dawes, Vicente J. Botet Escrib&aacute;.</li>
     <li><a href="rational/index.html">rational</a> - A rational
         number class, from Paul Moore.</li>
-    <li><a href="numeric/ublas/doc/index.htm">uBLAS</a> - Basic linear algebra
+    <li><a href="numeric/ublas/index.html">uBLAS</a> - Basic linear algebra
     for dense, packed and sparse matrices, from Joerg Walter and Mathias Koch.</li>
 </ul>
 

+ 1 - 1
libs/maintainers.txt

@@ -12,7 +12,7 @@ accumulators          Eric Niebler <eric -at- boostpro.com>
 algorithm             Marshall Clow <marshall -at- idio.com>
 algorithm/minmax      Herve Bronnimann <hbr -at- poly.edu>
 algorithm/string      Marshall Clow <marshall -at- idio.com>
-align                 Glen Fernandes <glenfe -at- live.com>
+align                 Glen Fernandes <glenjofe -at- gmail.com>
 any                   Alexander Nasonov <alexander.nasonov -at- gmail.com>
 array                 Marshall Clow <marshall -at- idio.com>
 asio                  Chris Kohlhoff <chris -at- kohlhoff.com>

+ 9 - 1
status/explicit-failures-markup.xml

@@ -678,6 +678,8 @@
                 <toolset name="msvc-9.0*"/>
                 <toolset name="msvc-10.0*"/>
                 <toolset name="msvc-11.0*"/>
+                <toolset name="msvc-12.0*"/>
+                <toolset name="msvc-14.0*"/>
                 <toolset name="msvc-7.1*"/>
                 <toolset name="vacpp-10.1"/>
                 <toolset name="qcc-4*"/>
@@ -2075,6 +2077,7 @@
 			<toolset name="msvc-10.0*"/>
 			<toolset name="msvc-11.0*"/>
 			<toolset name="msvc-12.0*"/>
+			<toolset name="msvc-14.0*"/>
 			<note author="Joachim Faulhaber">
 				Compiler error expected for msvc: A minimal example of a class template 'value' that
 				results in syntax error in a subsequent meta function.
@@ -2512,9 +2515,11 @@
             <toolset name="gcc-mingw-4.5.2_0x"/>
             <toolset name="msvc-10.0"/>
             <toolset name="msvc-11.0"/>
+            <toolset name="msvc-12.0"/>
+            <toolset name="msvc-14.0"/>
             <note author="Lorenzo Caminiti">
                 This test does not allow C++11 auto-declaration support
-                (beccause it uses the `auto` keyword as storage classifier).
+                (because it uses the `auto` keyword as storage classifier).
             </note>
         </mark-expected-failures>
     </library>
@@ -5625,6 +5630,9 @@ This platform doesn't supports Boost.Chrono.
             <toolset name="msvc-8.0*"/>
             <toolset name="msvc-9.0*"/>
             <toolset name="msvc-10.0*"/>
+            <toolset name="msvc-11.0*"/>
+            <toolset name="msvc-12.0*"/>
+            <toolset name="msvc-14.0*"/>
             <note author="Alexander Nasonov">
                 See bug 99776 'enum UIntEnum { value = UINT_MAX } is promoted to int'
                 http://lab.msdn.microsoft.com/ProductFeedback/viewfeedback.aspx?feedbackid=22b0a6b7-120f-4ca0-9136-fa1b25b26efe

粤ICP备19079148号