summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Maddock <john@johnmaddock.co.uk>2012-12-09 12:01:09 +0000
committerJohn Maddock <john@johnmaddock.co.uk>2012-12-09 12:01:09 +0000
commit46d33f400ba1b1a7722d2b5447ae9192097dc778 (patch)
treef74652dd85923cded8cec9469f937636d912de2c
parent8f532ae841a7c9b1518a21c730bcd88d2384b5d6 (diff)
downloadboost-46d33f400ba1b1a7722d2b5447ae9192097dc778.tar.gz
Merge multiprecision from Trunk.
[SVN r81806]
-rw-r--r--.gitmodules4
-rw-r--r--libs/libraries.htm5
-rw-r--r--libs/maintainers.txt2
m---------libs/multiprecision0
-rw-r--r--status/Jamfile.v22
5 files changed, 13 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules
index c4efd16dae..955abec75b 100644
--- a/.gitmodules
+++ b/.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
diff --git a/libs/libraries.htm b/libs/libraries.htm
index 8cd3539e4d..3280a6fea9 100644
--- a/libs/libraries.htm
+++ b/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>
+
diff --git a/libs/maintainers.txt b/libs/maintainers.txt
index a7304b97ab..00ffdd4fee 100644
--- a/libs/maintainers.txt
+++ b/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>
+
diff --git a/libs/multiprecision b/libs/multiprecision
new file mode 160000
+Subproject 870cd623f06b0cbed9424ab05f6464f04c32694
diff --git a/status/Jamfile.v2 b/status/Jamfile.v2
index 2615025d17..742b452444 100644
--- a/status/Jamfile.v2
+++ b/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
;
+