|
Boost-Commit : |
From: pbristow_at_[hidden]
Date: 2007-10-08 09:07:13
Author: pbristow
Date: 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
New Revision: 39782
URL: http://svn.boost.org/trac/boost/changeset/39782
Log:
updates for policies
Binary files modified:
sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.suo
sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.suo
Text files modified:
sandbox/math_toolkit/libs/math/dot_net_example/boost_math/Stdafx.h | 11 ++++++++++-
sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.cpp | 20 +++++++++++++++++++-
sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.h | 15 +++++++++++++++
sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.vcproj | 3 ++-
sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user | 4 ++--
5 files changed, 48 insertions(+), 5 deletions(-)
Modified: sandbox/math_toolkit/libs/math/dot_net_example/boost_math/Stdafx.h
==============================================================================
--- sandbox/math_toolkit/libs/math/dot_net_example/boost_math/Stdafx.h (original)
+++ sandbox/math_toolkit/libs/math/dot_net_example/boost_math/Stdafx.h 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
@@ -1,6 +1,15 @@
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently,
-// but are changed infrequently
+// but are changed infrequently.
+
+// Copyright John Maddock 2007.
+// Copyright Paul A. Bristow 2007.
+
+// Use, modification and distribution are subject to 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)
+
#pragma once
Modified: sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.cpp
==============================================================================
--- sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.cpp (original)
+++ sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.cpp 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
@@ -1,4 +1,22 @@
-// This is the main DLL file.
+// Copyright John Maddock 2007.
+// Copyright Paul A. Bristow 2007.
+
+// Use, modification and distribution are subject to 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)
+
+// boost_math.cpp This is the main DLL file.
+
+//#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
+//#define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
+// These are now defined in project properties
+// to avoid complications with pre-compiled headers:
+// "BOOST_MATH_ASSERT_UNDEFINED_POLICY=0"
+// "BOOST_MATH_OVERFLOW_ERROR_POLICY="errno_on_error""
+// so command line shows:
+// /D "BOOST_MATH_ASSERT_UNDEFINED_POLICY=0"
+// /D "BOOST_MATH_OVERFLOW_ERROR_POLICY="errno_on_error""
#include "stdafx.h"
Modified: sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.h
==============================================================================
--- sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.h (original)
+++ sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.h 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
@@ -1,5 +1,20 @@
// boost_math.h
+// Copyright John Maddock 2007.
+// Copyright Paul A. Bristow 2007.
+
+// Use, modification and distribution are subject to 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)
+
+//#define BOOST_MATH_OVERFLOW_ERROR_POLICY errno_on_error
+//#define BOOST_MATH_ASSERT_UNDEFINED_POLICY false
+// These are now defined in project properties
+// "BOOST_MATH_ASSERT_UNDEFINED_POLICY=0"
+// "BOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error"
+// to avoid complications with pre-compiled headers.
+
#pragma once
using namespace System;
Modified: sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.suo
==============================================================================
Binary files. No diff available.
Modified: sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.vcproj
==============================================================================
--- sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.vcproj (original)
+++ sandbox/math_toolkit/libs/math/dot_net_example/boost_math/boost_math.vcproj 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
@@ -118,7 +118,8 @@
Name="VCCLCompilerTool"
Optimization="3"
AdditionalIncludeDirectories="../../../../"
- PreprocessorDefinitions="WIN32;NDEBUG;BOOST_MATH_THROW_ON_DOMAIN_ERROR"
+ PreprocessorDefinitions="WIN32;NDEBUG;"BOOST_MATH_ASSERT_UNDEFINED_POLICY=0";"BOOST_MATH_OVERFLOW_ERROR_POLICY=errno_on_error""
+ ExceptionHandling="2"
RuntimeLibrary="2"
UsePrecompiledHeader="2"
WarningLevel="4"
Modified: sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user
==============================================================================
--- sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user (original)
+++ sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.csproj.user 2007-10-08 09:07:12 EDT (Mon, 08 Oct 2007)
@@ -9,9 +9,9 @@
</UpdateUrlHistory>
<BootstrapperUrlHistory>
</BootstrapperUrlHistory>
- <ApplicationRevision>4</ApplicationRevision>
+ <ApplicationRevision>5</ApplicationRevision>
<FallbackCulture>en-US</FallbackCulture>
<VerifyUploadedFiles>false</VerifyUploadedFiles>
<EnableSecurityDebugging>false</EnableSecurityDebugging>
</PropertyGroup>
-</Project>
+</Project>
\ No newline at end of file
Modified: sandbox/math_toolkit/libs/math/dot_net_example/distribution_explorer/distribution_explorer.suo
==============================================================================
Binary files. No diff available.
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