Matt Borland
|
3bb781afda
|
Don't check second macro if user said to use sycl
|
2025-09-26 12:11:11 +02:00 |
|
Matt Borland
|
d95a79ba34
|
Include sycl header for additional error detection
|
2025-06-10 14:41:46 -04:00 |
|
Matt Borland
|
d5b8603c8d
|
Fix ambiguous use of is_same
|
2024-08-12 15:10:09 -04:00 |
|
Matt Borland
|
68eb2b4b0e
|
Add sycl testing of pow
|
2024-07-26 11:18:21 -04:00 |
|
Matt Borland
|
d6a04ab194
|
Remove all BOOST_MATH_STATIC_ASSERT_MSG
|
2021-03-16 22:42:09 +03:00 |
|
Matt Borland
|
fbadd8d653
|
remove boost.static_assert
|
2021-03-14 12:49:38 +03:00 |
|
jzmaddock
|
b5d925de98
|
Minor update for pow<N>():
Add a few more constexpr tests for the corner cases.
Document the constexpr-ness.
See https://github.com/boostorg/math/issues/354.
|
2020-07-06 19:29:28 +01:00 |
|
Matt Borland
|
ceea26d144
|
boost::math::pow is not constexpr #354 (#388)
* Made pow constexpr
* Added static_assert to test
* Changed constexpr to BOOST_CXX14_CONSTEXPR
|
2020-07-05 13:33:37 -04:00 |
|
Nick Thompson
|
9b14fff12e
|
Remove header deprecation warnings.
|
2019-08-10 08:50:12 -04: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 |
|
Gennadiy Rozental
|
3bc111cdb7
|
Eliminated test_exec_monitor
[SVN r82782]
|
2013-02-08 05:09:47 +00:00 |
|
John Maddock
|
ac0d76900a
|
Add code to force initialization of constants prior to the start of main().
Rename "do_nothing" to "force_instantiate" which better describes what it does.
Fix up the resulting failures.
[SVN r78193]
|
2012-04-25 17:16:09 +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 |
|
Paul A. Bristow
|
fda473559c
|
Added test output. OK with typeof recent update.
[SVN r65192]
|
2010-09-02 11:32:45 +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 |
|
Bruno Lalande
|
285615995e
|
Changed undeterminate to indeterminate.
[SVN r46206]
|
2008-06-06 23:57:24 +00:00 |
|
Bruno Lalande
|
73b62fc8b9
|
Completed policies and error handling test cases.
Sanitized floating point test values in pow tests.
[SVN r46205]
|
2008-06-06 22:33:39 +00:00 |
|
Bruno Lalande
|
7fbf7dd47f
|
Added undeterminate_result_error, and used it for the pow<0>(0) case.
[SVN r46182]
|
2008-06-05 22:03:27 +00:00 |
|
John Maddock
|
0aa1a09902
|
Merged changes from Trunk.
[SVN r45478]
|
2008-05-18 08:29:50 +00:00 |
|
John Maddock
|
3ccbd30ab3
|
Merged patches from Trunk.
[SVN r44695]
|
2008-04-21 13:04:30 +00:00 |
|
John Maddock
|
d02ae84866
|
Added new pow function from Bruno Lalande.
Fixed a few bugs in the non-central distro's that could cause infinite looping.
Added non central distros to the performance test app.
[SVN r43800]
|
2008-03-23 10:32:21 +00:00 |
|