mirror of
https://github.com/boostorg/boost.git
synced 2025-04-09 14:57:01 +00:00
Merge multiprecision from Trunk.
[SVN r81806]
This commit is contained in:
parent
8f532ae841
commit
46d33f400b
5 changed files with 14 additions and 0 deletions
4
.gitmodules
vendored
4
.gitmodules
vendored
|
@ -422,3 +422,7 @@
|
|||
path = libs/context
|
||||
url = ../context.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
[submodule "multiprecision"]
|
||||
path = libs/multiprecision
|
||||
url = ../multiprecision.git
|
||||
fetchRecurseSubmodules = on-demand
|
||||
|
|
|
@ -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ín M López
|
||||
Muñ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>
|
||||
|
||||
|
|
|
@ -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
libs/multiprecision
Submodule
1
libs/multiprecision
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 870cd623f06b0cbed9424ab05f6464f04c326942
|
|
@ -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
|
||||
;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue