Просмотр исходного кода

Merge multiprecision from Trunk.

[SVN r81806]
John Maddock 13 лет назад
Родитель
Сommit
46d33f400b
5 измененных файлов с 14 добавлено и 0 удалено
  1. 4 0
      .gitmodules
  2. 5 0
      libs/libraries.htm
  3. 2 0
      libs/maintainers.txt
  4. 1 0
      libs/multiprecision
  5. 2 0
      status/Jamfile.v2

+ 4 - 0
.gitmodules

@@ -422,3 +422,7 @@
 	path = libs/context
 	url = ../context.git
 	fetchRecurseSubmodules = on-demand
+[submodule "multiprecision"]
+	path = libs/multiprecision
+	url = ../multiprecision.git
+	fetchRecurseSubmodules = on-demand

+ 5 - 0
libs/libraries.htm

@@ -222,6 +222,8 @@ how to download, build, and install the libraries.</p>
     <li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
     multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
     Mu&ntilde;oz.</li>
+    <li><a href="multiprecision/index.html">multiprecision</a> - Extended precision arithmetic types
+     for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li><a href="utility/operators.htm">operators</a> - Templates
@@ -697,6 +699,8 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
         A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
     <li><a href="multi_array/doc/index.html">multi_array</a> - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
+    <li><a href="multiprecision/index.html">multiprecision</a> - Extended precision arithmetic types
+     for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li><a href="numeric/conversion/doc/html/index.html">numeric/conversion</a> - Optimized Policy-based Numeric Conversions,
         from Fernando  </li>
     <li><a href="utility/operators.htm">operators</a> - Templates
@@ -882,3 +886,4 @@ or <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt<
 
 </body>
 </html>
+

+ 2 - 0
libs/maintainers.txt

@@ -65,6 +65,7 @@ mpl                   Aleksey Gurtovoy <agurtovoy -at- meta-comm.com>
 msm                   Christophe Henry <christophe.j.henry -at-  googlemail.com>
 multi_array           Ronald Garcia <garcia -at- osl.iu.edu>
 multi_index           Joaquin M Lopez Munoz <joaquin -at- tid.es>
+multiprecision        John Maddock <john -at- johnmaddock.co.uk>, christopher Kormanyos <e_float -at- yahoo.com>
 numeric/conversion    Fernando Cacciola <fernando_cacciola -at- ciudad.com.ar>, Brandon Kohn <blkohn -at- hotmail.com>
 numeric/interval      Sylvain Pion <Sylvain.Pion -at- sophia.inria.fr>, Herve Bronnimann <hbr -at- poly.edu>, Guillaume Melquiond <guillaume.melquiond -at- ens-lyon.fr>
 numeric/ublas         Michael Stevens <michael -at- michael-stevens.de>
@@ -115,3 +116,4 @@ wave                  Hartmut Kaiser <hartmut.kaiser -at- gmail.com>
 xpressive             Eric Niebler <eric -at- boostpro.com>
 
 
+

+ 1 - 0
libs/multiprecision

@@ -0,0 +1 @@
+Subproject commit 870cd623f06b0cbed9424ab05f6464f04c326942

+ 2 - 0
status/Jamfile.v2

@@ -102,6 +102,7 @@ run-tests libs :
     locale/test                 # test-suite locale
     logic/test                  # test-suite logic
     math/test                   # test-suite math
+    multiprecision/test         # test-suite multiprecision
     move/example                # test-suite move_example
     move/test                   # test-suite move_test
     mpi/test                    # test-suite mpi
@@ -165,3 +166,4 @@ run-tests libs :
 run-tests tools :
     bcp/test
     ;
+

粤ICP备19079148号