فهرست منبع

Merge Random from the trunk

[SVN r60755]
Steven Watanabe 16 سال پیش
والد
کامیت
2a633e418d
5فایلهای تغییر یافته به همراه42 افزوده شده و 11 حذف شده
  1. 2 0
      doc/Jamfile.v2
  2. 17 0
      doc/html/boost_random.html
  3. 1 10
      doc/src/boost.xml
  4. 1 1
      libs/random
  5. 21 0
      status/explicit-failures-markup.xml

+ 2 - 0
doc/Jamfile.v2

@@ -49,6 +49,7 @@ boostbook doc
     <dependency>../libs/unordered/doc//unordered
     <dependency>../libs/thread/doc//thread
     <dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
+    <dependency>../libs/random/doc//random
 
     ## Add path references to the QuickBook generated docs...
 
@@ -71,6 +72,7 @@ boostbook doc
     <implicit-dependency>../libs/unordered/doc//unordered
     <implicit-dependency>../libs/thread/doc//thread
     <implicit-dependency>../libs/signals2/doc//hello_world_def_code_snippet.xml
+    <implicit-dependency>../libs/random/doc//random
 
     <xsl:param>boost.libraries=../../libs/libraries.htm
 

+ 17 - 0
doc/html/boost_random.html

@@ -0,0 +1,17 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
+<html>
+  <head>
+  <!-- Copyright (C) 2002 Douglas Gregor <doug.gregor -at- gmail.com>
+
+      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) -->
+    <title>Redirect to generated documentation</title>
+    <meta http-equiv="refresh" content="0; URL=http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">
+  </head>
+  <body>
+    Automatic redirection failed, please go to
+    <a href="http://boost-sandbox.sourceforge.net/doc/html/boost_random.html">http://boost-sandbox.sourceforge.net/doc/html/boost_random.html</a>
+  </body>
+</html>
+

+ 1 - 10
doc/src/boost.xml

@@ -551,16 +551,7 @@
      </libraryinfo>
    </library>
 
-   <library name="Random" dirname="random" html-only="1">
-     <libraryinfo>
-       <author>
-         <firstname>Jens</firstname>
-         <surname>Maurer</surname>
-       </author>
-       <librarypurpose>A complete system for random number generation</librarypurpose>
-       <librarycategory name="category:math"/>
-     </libraryinfo>
-   </library>
+   <xi:include href="random.xml"/>
 
    <library name="Rational" dirname="rational" html-only="1">
      <libraryinfo>

+ 1 - 1
libs/random

@@ -1 +1 @@
-Subproject commit 9866e57184c075dec9153c4077070b35c8f13a90
+Subproject commit 8cfc801c24ce9c77441a49cf95bf8343d8c409f6

+ 21 - 0
status/explicit-failures-markup.xml

@@ -4294,6 +4294,27 @@ for more information.
                 </note>
             </mark-failure>
         </test>
+        <mark-expected-failures>
+            <test name="test_ecuyer1988"/>
+            <test name="test_hellekalek1995"/>
+            <test name="test_rand48"/>
+            <test name="test_minstd_rand0"/>
+            <test name="test_minstd_rand"/>
+            <test name="test_kreutzer1986"/>
+            <test name="test_mt11213b"/>
+            <test name="test_mt19937"/>
+            <test name="test_lagged_fibonacci"/>
+            <test name="test_lagged_fibonacci607"/>
+            <test name="test_ranlux3"/>
+            <test name="test_ranlux4"/>
+            <test name="test_ranlux3_01"/>
+            <test name="test_ranlux4_01"/>
+            <test name="test_ranlux64_3_01"/>
+            <test name="test_ranlux64_4_01"/>
+            <test name="test_taus88"/>
+            <toolset name="gcc-mingw-4.3.3"/>
+            <note refid="5" author="Steven Watanabe"/>
+        </mark-expected-failures>
     </library>
 
     <!-- range -->

粤ICP备19079148号