Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r71281 - trunk/libs/math/example
From: pbristow_at_[hidden]
Date: 2011-04-15 10:20:45


Author: pbristow
Date: 2011-04-15 10:20:42 EDT (Fri, 15 Apr 2011)
New Revision: 71281
URL: http://svn.boost.org/trac/boost/changeset/71281

Log:
Added nonfinite examples (but two serialization examples fail to link). One example (referenced in docs is expected to fail on some but not all system)
Text files modified:
   trunk/libs/math/example/Jamfile.v2 | 16 ++++++++++++++--
   1 files changed, 14 insertions(+), 2 deletions(-)

Modified: trunk/libs/math/example/Jamfile.v2
==============================================================================
--- trunk/libs/math/example/Jamfile.v2 (original)
+++ trunk/libs/math/example/Jamfile.v2 2011-04-15 10:20:42 EDT (Fri, 15 Apr 2011)
@@ -1,7 +1,7 @@
 # \libs\math\example\jamfile.v2
-# Runs statistics examples
+# Runs statistics and floating-point examples.
 # Copyright 2007 John Maddock
-# Copyright Paul A. Bristow 2007, 2010.
+# Copyright Paul A. Bristow 2007, 2010, 2011.
 # 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)
 
@@ -24,6 +24,8 @@
       <toolset>msvc:<cxxflags>/wd4701
       <toolset>msvc:<cxxflags>/wd4127
       <toolset>msvc:<cxxflags>/wd4305
+ #-<toolset>msvc:<cxxflags>/Za # nonfinite Serialization examples fail link if disable MS extensions,
+ # because serialization library is built with MS extensions enabled (default).
       <include>../../..
     ;
 
@@ -54,6 +56,16 @@
 run neg_binomial_sample_sizes.cpp ;
 run negative_binomial_example1.cpp ;
 run negative_binomial_example2.cpp ;
+
+run nonfinite_num_facet.cpp ;
+run nonfinite_facet_simple.cpp ;
+run nonfinite_num_facet_serialization.cpp ;
+# run lexical_cast_native.cpp ; # Expected to fail on some (but not all) platforms.
+run lexical_cast_nonfinite_facets.cpp ;
+run nonfinite_loopback_ok.cpp ;
+run nonfinite_serialization_archives.cpp ;
+run nonfinite_facet_sstream.cpp ;
+
 run normal_misc_examples.cpp ;
 run policy_eg_1.cpp ;
 run policy_eg_10.cpp ;


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