2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00
Commit Graph

6835 Commits

Author SHA1 Message Date
jzmaddock
47331156c1 Merge branch 'develop' into modules_test_1
Fixed Conflicts:
	.gitignore
	include/boost/math/constants/constants.hpp
	include/boost/math/policies/error_handling.hpp
	include/boost/math/policies/policy.hpp
	include/boost/math/special_functions/detail/bernoulli_details.hpp
	include/boost/math/special_functions/detail/fp_traits.hpp
	include/boost/math/special_functions/detail/gamma_inva.hpp
	include/boost/math/special_functions/detail/igamma_inverse.hpp
	include/boost/math/special_functions/detail/polygamma.hpp
	include/boost/math/special_functions/detail/unchecked_factorial.hpp
	include/boost/math/special_functions/digamma.hpp
	include/boost/math/special_functions/gamma.hpp
	include/boost/math/special_functions/log1p.hpp
	include/boost/math/special_functions/pow.hpp
	include/boost/math/special_functions/powm1.hpp
	include/boost/math/special_functions/trigamma.hpp
	include/boost/math/special_functions/trunc.hpp
	include/boost/math/tools/config.hpp
	include/boost/math/tools/convert_from_string.hpp
	include/boost/math/tools/roots.hpp
2024-04-09 13:11:14 +01:00
jzmaddock
d7ed41dfd3 Fix some more module errors.
This now *almost* builds with gcc-13 and clang-18.
2024-04-07 12:28:02 +01:00
Matt Borland
db8f3789a3 Test set fixes 2024-04-04 09:21:30 +02:00
Matt Borland
b39474d94b Add missing header and use import std if available 2024-04-04 09:21:18 +02:00
Matt Borland
15c40fae16 Merge pull request #1117 from boostorg/x
Fix X11 naming clash in roots
2024-03-28 07:53:17 +01:00
Matt Borland
4d20bfd0bf Fix X11 naming clash in roots 2024-03-27 12:40:48 +01:00
Matt Borland
879a5d47a6 Merge pull request #1113 from boostorg/undef
Fix -Wundef warnings
2024-03-11 11:49:44 +01:00
Matt Borland
30cb6fc1fe Fix -Wundef warnings 2024-03-11 10:22:06 +01:00
Matt Borland
ee277d7f96 Merge pull request #1112 from boostorg/build
Add C++14 build requirements
2024-03-08 16:38:05 +01:00
Matt Borland
d90994a891 Add C++14 build requirements 2024-03-08 07:41:05 +01:00
jzmaddock
7fa77fcac6 Update revision history.
Regenerate docs.
2024-03-03 17:36:56 +00:00
jzmaddock
6db23efeb2 2 more trivial multiprecision test case changes. 2024-03-01 19:06:40 +00:00
jzmaddock
7ff84282d9 Merge pull request #1106 from boostorg/tolerances2
Adjust tolerances for multiprecision cases, part2.
2024-03-01 14:39:59 +00:00
jzmaddock
b3c4ca5499 Adjust tolerances for multiprecision cases, part2. 2024-03-01 12:34:57 +00:00
jzmaddock
c0d82b19ac Merge pull request #1105 from boostorg/coverage_tolerances
Adjust tolerances for Multiprecision test cases.
2024-03-01 09:25:14 +00:00
jzmaddock
a9b169d3b8 Adjust tolerances for Multiprecision test cases. 2024-02-29 19:48:01 +00:00
jzmaddock
d893223266 Merge pull request #1099 from boostorg/improve_coverage_2
Improve coverage 2
2024-02-29 16:54:37 +00:00
jzmaddock
40ff00d76b Correct test case logic. 2024-02-29 11:29:34 +00:00
jzmaddock
54028c2fb1 Fix up enhanced tests to make them multiprecision safe. 2024-02-29 08:39:37 +00:00
jzmaddock
ebe7b36676 More coverage markup on erf/erfc. 2024-02-27 13:06:32 +00:00
jzmaddock
5372b2dbec Fix up erf error handling.
Cull a few warnings.
2024-02-27 10:46:49 +00:00
jzmaddock
f92fb8cd60 Mark up lanczos tabular data for code coverage.
Remove unneeded (in C++11) initializers.
2024-02-26 20:05:46 +00:00
jzmaddock
42a0573773 erf/erfc and inverses coverage. 2024-02-26 19:36:22 +00:00
jzmaddock
7787871a09 BOOST_ASSERT->BOOST_MATH_ASSERT 2024-02-26 17:50:19 +00:00
jzmaddock
adcb77023a Merge branch 'develop' into improve_coverage_2
Fixed Conflicts:
	include/boost/math/special_functions/ellint_1.hpp
	include/boost/math/special_functions/ellint_2.hpp
2024-02-26 09:51:03 +00:00
Matt Borland
085da47359 Merge pull request #1102 from boostorg/1098
Add dual-standalone test case
2024-02-26 08:16:53 +01:00
jzmaddock
5435a91cc8 Improve Carlson elliptic integral coverage. 2024-02-25 19:40:10 +00:00
jzmaddock
7b4e2ddce0 BOOST_ASSERT->BOOST_MATH_ASSERT
Plus trivial coverage markup.
2024-02-25 12:33:19 +00:00
jzmaddock
67ad7fc22d Elliptic integral coverage. 2024-02-24 17:15:14 +00: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
b31e90fd1c Replace assert with BOOST_MATH_ASSERT 2024-02-23 10:04:49 +01:00
Matt Borland
08a2fe6368 Add dual-standalone test case 2024-02-23 10:03:40 +01:00
Matt Borland
1af0826d89 Merge pull request #1103 from boostorg/warning
Fix MSVC warning C4615: #pragma warning: unknown user warning type
2024-02-23 10:00:46 +01:00
Matt Borland
a64987c1bf Fix MSVC warning C4615: #pragma warning: unknown user warning type 2024-02-23 08:34:26 +01:00
jzmaddock
98eec6df19 digamma simplification and markup. 2024-02-22 19:26:54 +00:00
jzmaddock
5c8c1e54f1 Minor daubechies_scaling.hpp coverage tweak.
Make a few things constexpr in daubechies_scaling.hpp.
2024-02-22 19:04:03 +00:00
Matt Borland
2af21de3b7 Merge pull request #1100 from boostorg/macro
Replace redefinition of Boost.Config macros in Standalone mode
2024-02-22 17:04:30 +01:00
jzmaddock
3dcc909803 Chebyshev coverage improvements. 2024-02-22 11:56:17 +00:00
Matt Borland
c9be742a98 Fix example 2024-02-22 10:01:55 +01:00
Matt Borland
3cba38e2a5 Apply changes to BOOST_PREVENT_MACRO_SUB in src folder 2024-02-22 09:40:27 +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
4cc78fae46 Add warning to readme 2024-02-22 08:34:31 +01:00