Nick Thompson
9b14fff12e
Remove header deprecation warnings.
2019-08-10 08:50:12 -04:00
Gennadiy Rozental
3bc111cdb7
Eliminated test_exec_monitor
...
[SVN r82782]
2013-02-08 05:09:47 +00:00
John Maddock
f149d4cf53
Fix double-definition of float_t in tr1.hpp.
...
Tweak behaviour of BOOST_MATH_BIG_CONSTANT.
Fix expected error rates for a bunch of tests (mostly on Mingw).
Fix paths in owens_t.qbk.
[SVN r78107]
2012-04-21 08:43:06 +00:00
John Maddock
434d53bc83
Fix complex number routines to work with signed zeros, changes involve:
...
* Use boost::math::signbit rather than comparison to zero.
* Use boost::math::changesign rather than unary negation (unary negation fails for Intel on Linux when the argument is a zero).
* Update to use boost::math::isnan/isinf rather than the old code.
* Update to use boost::math constants.
Fixes #6171 .
[SVN r75933]
2011-12-13 18:11:46 +00:00
Gennadiy Rozental
c6190ac181
eliminated unit_test_framework and BOOST_MESSAGE
...
[SVN r74722]
2011-10-05 09:28:25 +00:00
Steven Watanabe
3524499fc0
Revert [67111] (addition of boost/detail/iomanip.hpp) and all the commits that depend on it. ([68137], [68140], [68141], [68154], and [68165]).
...
[SVN r68168]
2011-01-15 08:11:51 +00:00
Bryce Adelstein-Lelbach
f11d1c3c2b
Replacing the use of <iomanip> with <boost/detail/iomanip.hpp> across Boost.
...
On Linux, GNU's libstdc++, which is the default stdlib for icc and clang,
cannot parse the <iomanip> header in version 4.5+ (which thankfully neither
compiler advises the use of yet), as it's original C++98-friendly
implementation has been replaced with a gnu++0x implementation.
<boost/detail/iomanip.hpp> is a portable implementation of <iomanip>, providing
boost::detail::setfill, boost::detail::setbase, boost::detail::setw,
boost::detail::setprecision, boost::detail::setiosflags and
boost::detail::resetiosflags.
[SVN r68140]
2011-01-14 02:35:58 +00:00
John Maddock
2246b77395
Change tests to link to external Boost.Test library as this speeds build times by several factors when building with Intel C++.
...
Change fpclassify to use our code rather than std::fpclassify with Intel C++ as it doesn't always compile the latter.
[SVN r51576]
2009-03-03 17:16:56 +00:00
John Maddock
94181567fa
Fix some Sun-5.9 on Linux failures.
...
[SVN r50341]
2008-12-21 10:23:52 +00:00
John Maddock
69031ebe9d
Added static assertion to catch use of long double function overloads when BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined.
...
Made sure that if BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS is defined, then no long double overloads are actually instantiated by the tests.
[SVN r41007]
2007-11-11 14:05:50 +00:00
John Maddock
1e23b979c4
Don't test infinities with Tru64 cxx unless compiling with -ieee option.
...
[SVN r33232]
2006-03-06 11:20:31 +00:00
John Maddock
287e0e6ce1
*** empty log message ***
...
[SVN r32403]
2006-01-24 17:37:11 +00:00
John Maddock
424c16835a
Update test cases to provide better error reporting and to eliminate temporaries.
...
[SVN r32325]
2006-01-15 12:30:27 +00:00
John Maddock
a754671b05
Don't test infinities if they're not available.
...
[SVN r32074]
2005-12-16 14:10:48 +00:00
John Maddock
cb13210a12
Update tests to provide more information, and disable tests that rely on long double overloads when those are known to be inaccurate.
...
[SVN r31772]
2005-11-24 18:44:24 +00:00
John Maddock
48eb2d3f9b
Minor fixes: added needed declaration of "two", upped tolerance slightly.
...
[SVN r31662]
2005-11-15 11:39:35 +00:00
John Maddock
3a4b7be9a9
Update tests to use correct epsilon calculation.
...
[SVN r31629]
2005-11-12 10:24:31 +00:00
John Maddock
0545c77c55
Added needed #include
...
[SVN r31598]
2005-11-08 12:11:53 +00:00
John Maddock
1df348c201
Loosen some of the test permitted errors (so glibc can cope).
...
Added more diagnostic code to aid diagnosis of errors.
Allow (0,0) as a valid result if the expected result is very small.
[SVN r31588]
2005-11-07 18:50:53 +00:00
John Maddock
468370b061
Add more information to tests.
...
[SVN r31431]
2005-10-23 16:21:24 +00:00
John Maddock
a4dc75541c
Added TR1 math additions: docs and tests.
...
[SVN r31335]
2005-10-15 12:01:54 +00:00