Commit Graph

15 Commits

Author SHA1 Message Date
Nick Thompson
9b14fff12e Remove header deprecation warnings. 2019-08-10 08:50:12 -04:00
jzmaddock
e20b44e8a9 Move headers that are mostly used for internal maintenance and testing into an "include_private" directory - this is to reduce dependencies on other Boost modules when using this library. 2014-06-09 16:08:35 +01:00
Gennadiy Rozental
3bc111cdb7 Eliminated test_exec_monitor
[SVN r82782]
2013-02-08 05:09:47 +00:00
John Maddock
78fc9fb7d6 Some more IBM C++ fixes.
[SVN r78264]
2012-04-30 11:38:20 +00:00
John Maddock
fe611467f4 Fix up tests to not run real_concept tests when BOOST_MATH_NO_REAL_CONCEPT_TESTS is set.
[SVN r78208]
2012-04-26 15:48:42 +00:00
John Maddock
52fac87f09 Added admonishment to signbit docs and regenerates docs.
Fixed test case involving bad assumption about the return value of signbit.
Fixed GCC compiler warnings.

[SVN r71414]
2011-04-22 09:54:36 +00:00
Paul A. Bristow
40ab64c0ea Added changesign
[SVN r71285]
2011-04-15 14:58:43 +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
35627d741f Fix tests that fail with gcc in C++0x mode.
Add some stricter tests for fp-classification routines.

[SVN r66451]
2010-11-08 12:55:06 +00:00
John Maddock
1a5044497d Change cbrt implementation to use a better performing algorithm.
Fix a few warnings along the way.

[SVN r59095]
2010-01-17 17:28:34 +00:00
John Maddock
21cd5f0d9f Update workarounds for Sun's latest compiler release.
[SVN r56711]
2009-10-11 12:20:21 +00:00
John Maddock
db6cc1a0a3 Split test/test_policy_7.cpp into two tests.
Add some macro-expansion-suppression code to test_sign.cpp.

[SVN r52447]
2009-04-17 17:18:31 +00:00
John Maddock
07e7524d42 signbit can return either zero or not, rather than true/false.
[SVN r52248]
2009-04-08 11:31:17 +00:00
John Maddock
a935d5e1cd Updated the sign functions to use Johan Rade's fp-utilities code.
Added tests for the sign functions.
Added docs for the sign functions and moved some sections around.

[SVN r51793]
2009-03-16 13:25:22 +00:00