Commit Graph

31 Commits

Author SHA1 Message Date
Nick Thompson
9b14fff12e Remove header deprecation warnings. 2019-08-10 08:50:12 -04:00
pabristow
57a71ba5f8 #11768: Skewness formula for triangular distribution corrected, tests added and docs updated. 2015-10-29 18:19:46 +00:00
jzmaddock
ba365b5aaa Enable running of tests with exception handling off.
And fix a few bugs that showed up in the process.
Currently msvc-only (not GCC as Boost.Test doesn't build).
2015-09-05 19:08:28 +01:00
jzmaddock
ee2d3a68af Oh my, fix lots of typos (search and replace). 2015-06-18 18:47:50 +01:00
jzmaddock
728ec23c21 Add lots of missing #includes. 2014-03-21 17:36:18 +00:00
John Maddock
fc9da60883 Apply remaining fixes from #8732.
Also adds msb (most significant bit) function to multiprecision.
Fixes #8732.

[SVN r84921]
2013-07-01 15:43:28 +00:00
Gennadiy Rozental
3bc111cdb7 Eliminated test_exec_monitor
[SVN r82782]
2013-02-08 05:09:47 +00:00
John Maddock
41bd4bd442 Update to use new out-of-bounds error checking.
Refs #6934.

[SVN r78771]
2012-05-30 16:52:18 +00:00
Paul A. Bristow
299ac65bf3 Uncommented to correct #include pch.hpp mistake.
[SVN r73439]
2011-07-30 11:29:52 +00:00
Paul A. Bristow
3091965c44 Reported ambiguity from detail so made explicit boost::math::constants rather than using using namespace boost::math::constants.
[SVN r73431]
2011-07-29 15:18:01 +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
eb9b7a8839 Improve pch support.
Move configuration tests to their own directory so they're only run when required.

[SVN r49442]
2008-10-23 12:24:45 +00:00
John Maddock
e7db05cc1a Merged changes from Trunk.
[SVN r41085]
2007-11-14 12:11:23 +00:00
John Maddock
8e8a88b748 Fix include form.
[SVN r39059]
2007-08-29 18:32:00 +00:00
John Maddock
afc7ea301b Fix mingw regression.
[SVN r39055]
2007-08-29 17:15:54 +00:00
John Maddock
7db8540a18 Suppressed some gcc warnings.
[SVN r39053]
2007-08-29 16:38:13 +00:00
Paul A. Bristow
dbaae571f8 corrected tests.
[SVN r39051]
2007-08-29 14:10:31 +00:00
Paul A. Bristow
cb82bea11e Paul's Big policy revison
[SVN r38413]
2007-08-03 10:13:47 +00:00
Paul A. Bristow
ecaa82d4a4 added & corrected tests
[SVN r3811]
2007-03-28 11:43:19 +00:00
John Maddock
810fc71342 Fix remaining HP-UX regressions.
[SVN r3591]
2007-01-01 18:59:56 +00:00
Paul A. Bristow
02836f93d6 added more tests
[SVN r3581]
2006-12-30 11:02:36 +00:00
Paul A. Bristow
a5e0fe7f86 Updated tests for accuacy etc.
[SVN r3554]
2006-12-21 18:05:25 +00:00
Paul A. Bristow
5479928a0a Added range and support
[SVN r3542]
2006-12-20 16:23:42 +00:00
Paul A. Bristow
4863b82990 added median tests.
[SVN r3541]
2006-12-20 15:50:50 +00:00
Paul A. Bristow
2f47640e6c Added median tests
[SVN r3540]
2006-12-20 15:33:43 +00:00
Paul A. Bristow
b1a104ffe1 More Ls and more decimal digits 6666666666666 added.
[SVN r3527]
2006-12-13 19:14:27 +00:00
Paul A. Bristow
892747d04e Updated for layout changes
[SVN r3521]
2006-12-12 10:31:05 +00:00
Paul A. Bristow
431748ca99 Test value made L, and new tests for throw on infinity and a==b added.
[SVN r3517]
2006-12-12 09:49:23 +00:00
Paul A. Bristow
cbf9a584c6 1st tests - but needs some cruft removing.
[SVN r3509]
2006-12-10 18:42:56 +00:00