Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r81806 - in branches/release: boost/multiprecision libs libs/multiprecision libs/multiprecision/example status
From: john_at_[hidden]
Date: 2012-12-09 07:01:10


Author: johnmaddock
Date: 2012-12-09 07:01:09 EST (Sun, 09 Dec 2012)
New Revision: 81806
URL: http://svn.boost.org/trac/boost/changeset/81806

Log:
Merge multiprecision from Trunk.
Added:
   branches/release/boost/multiprecision/
      - copied from r81791, /trunk/boost/multiprecision/
   branches/release/libs/multiprecision/
      - copied from r81799, /trunk/libs/multiprecision/
Text files modified:
   branches/release/libs/libraries.htm | 5 +++++
   branches/release/libs/maintainers.txt | 2 ++
   branches/release/libs/multiprecision/example/floating_point_examples.cpp | 2 +-
   branches/release/status/Jamfile.v2 | 2 ++
   4 files changed, 10 insertions(+), 1 deletions(-)

Modified: branches/release/libs/libraries.htm
==============================================================================
--- branches/release/libs/libraries.htm (original)
+++ branches/release/libs/libraries.htm 2012-12-09 07:01:09 EST (Sun, 09 Dec 2012)
@@ -222,6 +222,8 @@
     <li>multi_index - Containers with
     multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
     Mu&ntilde;oz.</li>
+ <li>multiprecision - Extended precision arithmetic types
+ for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando Cacciola.</li>
     <li>operators - Templates
@@ -697,6 +699,8 @@
         A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
     <li>multi_array - Multidimensional
     containers and adaptors for arrays of contiguous data, from Ron Garcia.</li>
+ <li>multiprecision - Extended precision arithmetic types
+ for floating point, integer and rational arithmetic from John Maddock and Christopher Kormanyos.</li>
     <li>numeric/conversion - Optimized Policy-based Numeric Conversions,
         from Fernando </li>
     <li>operators - Templates
@@ -882,3 +886,4 @@
 
 </body>
 </html>
+

Modified: branches/release/libs/maintainers.txt
==============================================================================
--- branches/release/libs/maintainers.txt (original)
+++ branches/release/libs/maintainers.txt 2012-12-09 07:01:09 EST (Sun, 09 Dec 2012)
@@ -65,6 +65,7 @@
 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 @@
 xpressive Eric Niebler <eric -at- boostpro.com>
 
 
+

Modified: branches/release/libs/multiprecision/example/floating_point_examples.cpp
==============================================================================
--- /trunk/libs/multiprecision/example/floating_point_examples.cpp (original)
+++ branches/release/libs/multiprecision/example/floating_point_examples.cpp 2012-12-09 07:01:09 EST (Sun, 09 Dec 2012)
@@ -9,7 +9,7 @@
 #include <iostream>
 #include <iomanip>
 
-#ifndef BOOST_NO_CXX11_HDR_ARRAY
+#if defined(BOOST_NO_CXX11_HDR_ARRAY) && !defined(BOOST_NO_CXX11_LAMBDAS)
 
 #include <array>
 

Modified: branches/release/status/Jamfile.v2
==============================================================================
--- branches/release/status/Jamfile.v2 (original)
+++ branches/release/status/Jamfile.v2 2012-12-09 07:01:09 EST (Sun, 09 Dec 2012)
@@ -102,6 +102,7 @@
     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 tools :
     bcp/test
     ;
+


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk