Commit Graph

25 Commits

Author SHA1 Message Date
Nick Thompson
babead7504 Remove pile of warnings so that the build log is easier to search through. 2018-03-17 16:39:17 +08:00
jzmaddock
c5084fc77e Add complex and polynomial test cases. 2016-05-08 16:54:24 +01:00
jzmaddock
b953a8cad6 Add better error handling tests. 2016-05-07 18:45:51 +01: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
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
Paul A. Bristow
aef81aae40 Added explicit #include <cerrno>
[SVN r65661]
2010-09-29 09:10:00 +00:00
Paul A. Bristow
8db4067d4a Checked output for VS2010
[SVN r64966]
2010-08-23 11:48:53 +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
19abd457f2 Fix use of isnan.
[SVN r47416]
2008-07-14 08:51:13 +00:00
John Maddock
d816b0e2ff Merge changes from the Sandbox to Trunk.
Rebuilt docs.

[SVN r47080]
2008-07-04 17:14:37 +00:00
John Maddock
669bfb3991 Merged changes from sandbox to Trunk:
New special functions for truncation and rounding, plus exponential integrals and zeta.
New non central distributions.
Updated equation png's so that they are all consistent.

[SVN r44091]
2008-04-07 15:58:51 +00:00
John Maddock
4ba0027365 Fixed lots of "inspect" issues: bad hyperlinks, tabs in source and missing licenses.
Tweaked some error levels again.

[SVN r40079]
2007-10-16 09:32:28 +00:00
John Maddock
bb1931edec Changed "policy" directory to "policies" to match the namespace name.
[SVN r38780]
2007-08-20 12:43:32 +00:00
Paul A. Bristow
cb82bea11e Paul's Big policy revison
[SVN r38413]
2007-08-03 10:13:47 +00:00
John Maddock
472614473a Merged policy code.
[SVN r7536]
2007-07-25 11:51:46 +00:00
John Maddock
28a4611234 Undone mistaken policy commits.
[SVN r7108]
2007-06-20 11:28:54 +00:00
John Maddock
d2c0d61650 Initial policy code tests
[SVN r7087]
2007-06-17 16:31:04 +00:00
John Maddock
84829f74e3 Numerous minor patches to get tests passing on Linux x86 (32-bit) and HP-UX / itanium.
[SVN r3183]
2006-09-02 15:05:43 +00:00
John Maddock
567dc1bd7d Updated error checks.
Removed dead code from error-handling test.


[SVN r3176]
2006-09-01 09:19:24 +00:00
Paul A. Bristow
24b13c2981 Comments & Quieted warnings and added test output
[SVN r3144]
2006-08-14 11:39:28 +00:00
John Maddock
bc87a3747d Added #pragma's where warnings couldn't be suppressed any other way.
Refactored code to suppress warnings where possible.


[SVN r3077]
2006-07-09 17:56:55 +00:00
Paul A. Bristow
7e823381c1 Removed two argument error calls. Added output from test.
[SVN r3056]
2006-07-04 17:19:51 +00:00
John Maddock
107b88abb4 Added tests to print out error messages as well as verify that the exception is thrown.
[SVN r3037]
2006-06-27 17:02:44 +00:00
Paul A. Bristow
4ad9aeccb1 Demo of improved error handling, but PAB doesn't understand exception handling;-)
[SVN r3026]
2006-06-23 18:29:18 +00:00