Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r74224 - in sandbox/e_float: boost/e_float libs/e_float/build
From: e_float_at_[hidden]
Date: 2011-09-04 12:18:12


Author: christopher_kormanyos
Date: 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
New Revision: 74224
URL: http://svn.boost.org/trac/boost/changeset/74224

Log:
- Removed extraneous #include files from the boost/e_float directory.
Removed:
   sandbox/e_float/boost/e_float/e_float_constants.hpp
   sandbox/e_float/boost/e_float/e_float_elementary.hpp
   sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp
   sandbox/e_float/boost/e_float/e_float_elementary_math.hpp
   sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp
   sandbox/e_float/boost/e_float/e_float_gamma.hpp
   sandbox/e_float/boost/e_float/e_float_global_math.hpp
   sandbox/e_float/boost/e_float/e_float_integer.hpp
   sandbox/e_float/boost/e_float/e_float_limits.hpp
   sandbox/e_float/boost/e_float/e_float_prime.hpp
   sandbox/e_float/boost/e_float/e_float_zeta.hpp
Text files modified:
   sandbox/e_float/libs/e_float/build/e_float.vcxproj | 12 ------------
   sandbox/e_float/libs/e_float/build/e_float.vcxproj.filters | 36 ------------------------------------
   2 files changed, 0 insertions(+), 48 deletions(-)

Deleted: sandbox/e_float/boost/e_float/e_float_constants.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_constants.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_CONSTANTS_HPP_
- #define _E_FLOAT_CONSTANTS_HPP_
-
-#endif // _E_FLOAT_CONSTANTS_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_elementary.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_ELEMENTARY_HPP_
- #define _E_FLOAT_ELEMENTARY_HPP_
-
-#endif // _E_FLOAT_ELEMENTARY_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_complex.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_ELEMENTARY_COMPLEX_HPP_
- #define _E_FLOAT_ELEMENTARY_COMPLEX_HPP_
-
-#endif // _E_FLOAT_ELEMENTARY_COMPLEX_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_elementary_math.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_math.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_ELEMENTARY_MATH_HPP_
- #define _E_FLOAT_ELEMENTARY_MATH_HPP_
-
-#endif // _E_FLOAT_ELEMENTARY_MATH_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_elementary_trans.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_ELEMENTARY_TRANS_HPP_
- #define _E_FLOAT_ELEMENTARY_TRANS_HPP_
-
-#endif // _E_FLOAT_ELEMENTARY_TRANS_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_gamma.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_gamma.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_GAMMA_HPP_
- #define _E_FLOAT_GAMMA_HPP_
-
-#endif // _E_FLOAT_GAMMA_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_global_math.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_global_math.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_GLOBAL_MATH_HPP_
- #define _E_FLOAT_GLOBAL_MATH_HPP_
-
-#endif // _E_FLOAT_GLOBAL_MATH_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_integer.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_integer.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_INTEGER_HPP_
- #define _E_FLOAT_INTEGER_HPP_
-
-#endif // _E_FLOAT_INTEGER_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_limits.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_limits.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_LIMITS_HPP_
- #define _E_FLOAT_LIMITS_HPP_
-
-#endif // _E_FLOAT_LIMITS_HPP_

Deleted: sandbox/e_float/boost/e_float/e_float_prime.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_prime.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_PRIME_HPP_
- #define _E_FLOAT_PRIME_HPP_
-
-#endif // _PRIME_2008_09_11_H_

Deleted: sandbox/e_float/boost/e_float/e_float_zeta.hpp
==============================================================================
--- sandbox/e_float/boost/e_float/e_float_zeta.hpp 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
+++ (empty file)
@@ -1,14 +0,0 @@
-
-// Copyright Christopher Kormanyos 2002 - 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)
-
-// This work is based on an earlier work:
-// "Algorithm 910: A Portable C++ Multiple-Precision System for Special-Function Calculations",
-// in ACM TOMS, {VOL 37, ISSUE 4, (February 2011)} (C) ACM, 2011. http://doi.acm.org/10.1145/1916461.1916469
-
-#ifndef _E_FLOAT_ZETA_HPP_
- #define _E_FLOAT_ZETA_HPP_
-
-#endif // _E_FLOAT_ZETA_HPP_

Modified: sandbox/e_float/libs/e_float/build/e_float.vcxproj
==============================================================================
--- sandbox/e_float/libs/e_float/build/e_float.vcxproj (original)
+++ sandbox/e_float/libs/e_float/build/e_float.vcxproj 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
@@ -1114,23 +1114,11 @@
     <ClCompile Include="..\test\test_case_base.cpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_base.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_complex.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_constants.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_efx.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_complex.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_math.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_trans.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_functions.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_gamma.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_global_math.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_gmp.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_integer.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_limits.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_mpfr.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_prime.hpp" />
     <ClInclude Include="..\..\..\boost\e_float\e_float_types.hpp" />
- <ClInclude Include="..\..\..\boost\e_float\e_float_zeta.hpp" />
     <ClInclude Include="..\example\examples.h" />
     <ClInclude Include="..\src\functions\integer\prime_factors.h" />
     <ClInclude Include="..\test\imag\test_case_imag.h" />

Modified: sandbox/e_float/libs/e_float/build/e_float.vcxproj.filters
==============================================================================
--- sandbox/e_float/libs/e_float/build/e_float.vcxproj.filters (original)
+++ sandbox/e_float/libs/e_float/build/e_float.vcxproj.filters 2011-09-04 12:18:11 EDT (Sun, 04 Sep 2011)
@@ -495,45 +495,12 @@
     <ClInclude Include="..\..\..\boost\e_float\e_float_base.hpp">
       <Filter>boost\e_float</Filter>
     </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_complex.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_constants.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_complex.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_math.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_elementary_trans.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
     <ClInclude Include="..\..\..\boost\e_float\e_float_functions.hpp">
       <Filter>boost\e_float</Filter>
     </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_gamma.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_global_math.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_integer.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_prime.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
     <ClInclude Include="..\..\..\boost\e_float\e_float_types.hpp">
       <Filter>boost\e_float</Filter>
     </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_zeta.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
     <ClInclude Include="..\..\..\boost\e_float\e_float_efx.hpp">
       <Filter>boost\e_float</Filter>
     </ClInclude>
@@ -543,9 +510,6 @@
     <ClInclude Include="..\..\..\boost\e_float\e_float_mpfr.hpp">
       <Filter>boost\e_float</Filter>
     </ClInclude>
- <ClInclude Include="..\..\..\boost\e_float\e_float_limits.hpp">
- <Filter>boost\e_float</Filter>
- </ClInclude>
     <ClInclude Include="..\src\functions\integer\prime_factors.h">
       <Filter>libs\e_float\src\functions\integer</Filter>
     </ClInclude>


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