Commit Graph

18 Commits

Author SHA1 Message Date
Nick Thompson
599451625c Remove second set of deprecated headers 2019-08-11 10:32:03 -04:00
jzmaddock
7f865ff19e Add some missing #includes 2014-02-28 12:17:19 +00:00
jzmaddock
e46fe3ae0c Add missing #include's. 2014-02-20 17:16:12 +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
84fd5686e7 Update test to determine heuristically how the std lib formats zeros.
[SVN r77516]
2012-03-24 19:30:52 +00:00
Paul A. Bristow
4e41f09651 Using just _cpp_lib_ to sense dinkumware STL
[SVN r77470]
2012-03-22 08:44:43 +00:00
Paul A. Bristow
98aeaf32a5 1st try to cater for non-dinkumware systems.
[SVN r77430]
2012-03-20 12:36:30 +00:00
Paul A. Bristow
afb318e74f Added platform info to try to ascertain which STL versions are causing unexpected signed zero failures.
[SVN r77332]
2012-03-14 12:28:37 +00:00
Paul A. Bristow
85af75cac9 Commented out test using defaultfloat as only available on TR1 and C++11 platforms.
[SVN r77302]
2012-03-11 12:49:08 +00:00
Paul A. Bristow
4a833e85c2 Many more tests added to resolve Trac #6627.
[SVN r77271]
2012-03-08 18:19:19 +00:00
Gennadiy Rozental
c6190ac181 eliminated unit_test_framework and BOOST_MESSAGE
[SVN r74722]
2011-10-05 09:28:25 +00:00
John Maddock
57cc822890 Fix name of #include file.
[SVN r72813]
2011-06-30 08:50:24 +00:00
Paul A. Bristow
a6cea5c497 Complied with min/max requirements.
[SVN r71497]
2011-04-26 08:46:23 +00:00
Paul A. Bristow
99af0cdc27 signbit(static_cast<CharType>(-1e-6f)/std::numeric_limits<CharType>::max())
!= 0
 test used.

[SVN r71444]
2011-04-23 16:50:11 +00:00
Paul A. Bristow
978bf2a3be Added test for signed zero.
[SVN r71442]
2011-04-23 14:19:32 +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
df5809ef5f Johan Rade tests for nonfinites.
[SVN r71368]
2011-04-18 16:12:14 +00:00
Paul A. Bristow
c4c88318e7 Johan Rade tests for nonfinites.
[SVN r71295]
2011-04-15 17:30:20 +00:00