2
0
mirror of https://github.com/boostorg/math.git synced 2026-02-27 17:12:22 +00:00
Commit Graph

5612 Commits

Author SHA1 Message Date
Christopher Kormanyos
f548240c83 [CI SKIP] Merge branch 'develop' into e_float_2021 2021-02-14 16:59:36 +01:00
jzmaddock
027301f237 Merge pull request #536 from boostorg/fix_jamfiles_for_cxx11
Fix up Jamfiles for C++11 s a requirement.
2021-02-14 14:34:34 +00:00
jzmaddock
93467954a9 Fix up Jamfiles for C++11 s a requirement.
Fixes: https://github.com/boostorg/math/issues/531.
2021-02-13 19:40:50 +00:00
jzmaddock
53e13d6dcd Merge pull request #534 from mborland/promotion_mpl
Remove MPL and type_traits from promotion
2021-02-13 19:22:44 +00:00
jzmaddock
d19db42b56 Merge pull request #533 from mborland/mpl_headers
Bulk removal of unused MPL headers
2021-02-13 19:20:08 +00:00
jzmaddock
f347c975b7 Merge pull request #532 from mborland/lanczos_mpl
Remove MPL from Lanczos
2021-02-13 19:19:25 +00:00
jzmaddock
41f9212213 Merge pull request #529 from mborland/cbrt_mpl
Remove MPL from cbrt
2021-02-13 19:18:48 +00:00
jzmaddock
b2ef9ea82e Merge pull request #528 from mborland/pow_mpl
Remove MPL from pow
2021-02-13 19:17:55 +00:00
jzmaddock
013980e4f2 Merge pull request #527 from mborland/calc_constants
Replace integral_constant in calculate_constants
2021-02-13 19:17:21 +00:00
jzmaddock
ab74f7ddc8 Merge pull request #526 from mborland/lambert_w
Remove MPL from lambert_w
2021-02-13 19:16:55 +00:00
jzmaddock
3ea5e48246 Merge pull request #517 from mborland/CI_Constants
Fix for unable to find numeric literal operator Q
2021-02-13 19:15:34 +00:00
Christopher Kormanyos
be152a8d41 [CI SKIP] e_float.hpp (2021) from mborland branch 2021-02-13 17:16:18 +01:00
Matt Borland
07144e2d16 Replace magic target_precision values [CI SKIP] 2021-02-13 14:34:40 +03:00
Matt Borland
ba914f3753 Remove MPL and type_traits from promotion 2021-02-13 14:29:32 +03:00
Matt Borland
e01b1d20b8 Bulk removal of unused MPL headers 2021-02-13 12:23:15 +03:00
Matt Borland
3779329ae8 Fix for non-convergence 2021-02-13 10:31:24 +03:00
Matt Borland
bf23999c3c Minor fixes 2021-02-12 21:33:14 +03:00
Matt Borland
0f991aa3b2 replace mpl with conditional 2021-02-12 20:41:57 +03:00
Matt Borland
8b81fba92d Replace boost types with std types 2021-02-11 20:27:50 +03:00
Matt Borland
c89bda8d58 Remove MPL from cbrt 2021-02-10 21:14:26 +03:00
Matt Borland
d071804eb3 Remove MPL from pow 2021-02-10 19:56:39 +03:00
Matt Borland
b5031bc9c4 revert conversion to string [CI SKIP] 2021-02-10 19:35:04 +03:00
Matt Borland
e2066c363a Replace integral_constant in calculate_constants 2021-02-09 22:13:59 +03:00
Matt Borland
75706cb4c2 Remove MPL from lambert_w 2021-02-09 20:59:43 +03:00
jzmaddock
769ee0f397 Merge pull request #524 from boostorg/ppc64le_fixes
Collected fixes for PPC64LE
2021-02-09 15:07:52 +00:00
jzmaddock
086a9bed50 Update constant generator to match new interface. 2021-02-09 09:16:44 +00:00
jzmaddock
e7d1d5bc23 Merge collected PPC64LE fixes. 2021-02-08 19:23:20 +00:00
John Maddock
3923b27e76 Merge https://github.com/jzmaddock/math into t 2021-02-08 19:14:54 +00:00
jzmaddock
dd13562176 Fix up more tests for PPC64. 2021-02-08 16:47:21 +00:00
jzmaddock
13260b3aeb Update CI to use tentative multiprecision fix. 2021-02-08 13:02:53 +00:00
jzmaddock
92cf7ec7b8 Tidy up more failing tests. 2021-02-08 11:18:02 +00:00
jzmaddock
9caaaaf494 Merge pull request #523 from mborland/mpl_constants
Remove MPL from constants
2021-02-08 08:47:02 +00:00
Matt Borland
d70da65012 Revert to 8e9647b [CI SKIP] 2021-02-07 22:40:33 +03:00
jzmaddock
f371e87b6e Fix up test programs to work with BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS.
Add more tests to CI.
2021-02-07 19:35:01 +00:00
Matt Borland
3a3a1335f3 Put boost::integral_constant back. std breaks mpfr 2021-02-07 21:42:50 +03:00
Matt Borland
8e9647b4b1 Remove MPL from constants 2021-02-07 17:54:19 +03:00
jzmaddock
d1b2c7ea3c Correct BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS selection logic. 2021-02-07 10:47:21 +00:00
jzmaddock
88bba42c78 Merge pull request #521 from mborland/modernization
Remove use of MPL in fraction
2021-02-07 10:37:10 +00:00
jzmaddock
cb146bff94 Disable long double support if it's a "double double".
Tentatively try and run some tests.
2021-02-07 08:20:19 +00:00
jzmaddock
85e618dd23 switch to ppc64le
correct test program path
2021-02-06 19:40:40 +00:00
Matt Borland
7e958d68b3 Minor correction 2021-02-06 22:14:47 +03:00
Matt Borland
7f665158ca Replace mpl::if_c with conditional. Modernize. 2021-02-06 22:02:42 +03:00
jzmaddock
23ded03cc5 Grrr, fix directort paths in script. 2021-02-06 18:59:02 +00:00
jzmaddock
561e892d7d More corrections, add first test case. 2021-02-06 18:42:58 +00:00
jzmaddock
c60095e51b Correct git submodule checkout. 2021-02-06 18:17:32 +00:00
jzmaddock
8353db52d8 Correct script name, use dependency install script. 2021-02-06 18:12:46 +00:00
jzmaddock
070d8f82d6 Try and actually build something 2021-02-06 17:29:13 +00:00
jzmaddock
f85c319762 Try installing more packages 2021-02-06 16:53:56 +00:00
jzmaddock
d3126d270c Another try. 2021-02-06 16:50:48 +00:00
jzmaddock
6a3a701fbf probe apt. 2021-02-06 13:43:08 +00:00