2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-26 16:52:27 +00:00
Commit Graph

3275 Commits

Author SHA1 Message Date
Matt Borland
6103836593 Merge pull request #1104 from boostorg/develop
Merge for 1.85
2024-02-29 11:52:07 +01:00
Matt Borland
b18c636364 Remove unneeded byte order path 2024-02-23 10:07:39 +01:00
Matt Borland
c810edfab6 Fix TR1 macro redefintion 2024-02-23 10:06:01 +01:00
Matt Borland
a64987c1bf Fix MSVC warning C4615: #pragma warning: unknown user warning type 2024-02-23 08:34:26 +01:00
Matt Borland
0bf7517a6f Add non-standalone definitions of JOIN and STRINGIZE 2024-02-22 09:03:15 +01:00
Matt Borland
c69aa40308 Replace BOOST_FORCEINLINE 2024-02-22 08:52:00 +01:00
Matt Borland
ca66228620 Replace BOOST_NOINLINE 2024-02-22 08:51:14 +01:00
Matt Borland
7b6f233593 Replace BOOST_NO_RTTI 2024-02-22 08:49:52 +01:00
Matt Borland
e7c042714c Replace BOOST_NO_EXCEPTIONS 2024-02-22 08:46:17 +01:00
Matt Borland
c25ca12237 Replace cxx11 thread local macro 2024-02-22 08:45:05 +01:00
Matt Borland
d20e2fe345 Replace thread detection macros 2024-02-22 08:41:42 +01:00
Matt Borland
34beb3c975 Replace boost stringize macros 2024-02-22 08:36:51 +01:00
Matt Borland
959edbee6a Replace BOOST_NO_CXX17_IF_CONSTEXPR 2024-02-22 08:33:14 +01:00
Matt Borland
55221ca56a Change macro for BOOST_NO_CXX17_HDR_EXECUTION 2024-02-22 08:30:53 +01:00
Matt Borland
cfbb33264d Replace BOOST_IF_CONSTEXPR 2024-02-22 08:28:47 +01:00
Matt Borland
62452f8c34 Replace Boost.Config cxx14 constexpr macros 2024-02-22 08:26:14 +01:00
Matt Borland
86039cca04 Replace BOOST_PREVENT_MACRO_SUBSTITUTION with boost.math one 2024-02-22 08:23:07 +01:00
Matt Borland
d1d8010cea Update C++14 warning banner and add MSVC 14.0 2024-02-22 08:22:45 +01:00
Christopher Kormanyos
17f14ba3bf Reduce scope of changes 2024-02-16 06:10:17 +01:00
Christopher Kormanyos
7b0749cef6 Assert domain (if that makes any sense) 2024-02-15 19:20:46 +01:00
Matt Borland
9cbb36113d Contextually disable exceptions in standalone mode 2024-02-15 09:35:18 +01:00
Christopher Kormanyos
281474b6e8 Standalone should handle most instantiate 2024-02-15 05:12:24 +01:00
Christopher Kormanyos
3ce4d107dd Move coverage of instantiation 2024-02-15 04:46:21 +01:00
Christopher Kormanyos
593fea8f4f Merge pull request #1092 from boostorg/cover_instantiate
Run and cover compile-test instantiation
2024-02-14 21:19:23 +01:00
Christopher Kormanyos
600c26279b Repair what I got to especially default_policy 2024-02-14 18:37:20 +01:00
Nick Thompson
bd518d948a Use threads more effectively in differential evolution 2024-02-14 00:57:02 +00:00
Christopher Kormanyos
a2c1def932 Investigate undefined policy 2024-02-13 21:50:06 +01:00
Christopher Kormanyos
2326d37ab5 Repair compilation errors 2024-02-13 13:29:45 +01:00
Christopher Kormanyos
3afc1bc5c2 Run and cover compile-test instantiation 2024-02-13 12:59:21 +01:00
Christopher Kormanyos
c52d39e440 Achieve more octonion coverage 2024-02-13 08:44:03 +01:00
Nick Thompson
8d47ee0f4b Include tests for optimization 2024-02-12 16:55:44 -08:00
Christopher Kormanyos
bb7767de20 LCOV-Exclude octonion Input-Streaming 2024-02-12 18:47:08 +01:00
Christopher Kormanyos
43c7cd7381 Repair typo semicolon in proper place 2024-02-11 17:58:45 +01:00
Christopher Kormanyos
6ac438c888 Pick up a few more coverage lines 2024-02-11 17:48:22 +01:00
Nick Thompson
f8da4ba2be Units compatibility for optimization 2024-02-10 20:58:18 -08:00
jzmaddock
bdcecaa7be Correct variable name. 2024-02-10 10:42:45 +00:00
jzmaddock
48b249115f Add better bessel_iterator tests. 2024-02-10 10:33:36 +00:00
jzmaddock
319a521430 Merge branch 'develop' into improve_coverage
Fixed Conflicts:
	test/Jamfile.v2
	test/condition_number_test.cpp
2024-02-10 09:54:04 +00:00
jzmaddock
da7a945e02 Add missing using statement. 2024-02-10 09:27:35 +00:00
Nick Thompson
222d266048 CMA-ES 2024-02-09 12:09:53 -08:00
jzmaddock
851c171f16 More bessel function tests for improved coverage.
Kill some unused variable warnings.
Mark up code we think is unreachable but aren't sure about.
2024-02-09 19:34:42 +00:00
jzmaddock
eef497efea Make bessel_k_prime integer order aware. 2024-02-09 18:25:31 +00:00
jzmaddock
1d1a52cc27 Correct gauss and gauss_kronrod integrators with strange-precision types. 2024-02-09 18:11:18 +00:00
John Maddock
26e21c9720 Merge branch 'develop' into improve_coverage 2024-02-09 16:24:26 +00:00
jzmaddock
cbf6b96a09 Merge pull request #1079 from boostorg/issue1075
Update pre-computed constexpr Gauss and Gauss-Kronrod constants
2024-02-09 12:28:23 +00:00
jzmaddock
b8ea32436a Correct concept failures. 2024-02-08 19:56:27 +00:00
jzmaddock
d6ec06df3a Improve Bessel K and Y prime coverage.
Improve overflow handling in the implementations themselves.
2024-02-08 19:25:56 +00:00
jzmaddock
2adbc21370 Correct assertion usage. 2024-02-06 18:31:28 +00:00
jzmaddock
60134c06e9 Improve Bessel Y derivative coverage.
Also fixes a bug in bessel_y_derivative_small_z_series corner case.
2024-02-06 18:26:35 +00:00
John Maddock
e1033c9558 Merge branch 'develop' into improve_coverage 2024-02-06 15:01:40 +00:00