jzmaddock
|
92cf7ec7b8
|
Tidy up more failing tests.
|
2021-02-08 11:18:02 +00: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 |
|
jzmaddock
|
d1b2c7ea3c
|
Correct BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS selection logic.
|
2021-02-07 10:47:21 +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 |
|
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 |
|
jzmaddock
|
bf337e085d
|
Try install example from net.
|
2021-02-06 13:05:32 +00:00 |
|
jzmaddock
|
1504ebd80a
|
Try with sudo.
|
2021-02-06 12:23:12 +00:00 |
|
jzmaddock
|
9b910e8c72
|
Try again with build-essentials package.
|
2021-02-06 12:20:53 +00:00 |
|
jzmaddock
|
5bcfb13bca
|
Make that gcc that's installed, add git as well.
|
2021-02-06 12:16:32 +00:00 |
|
jzmaddock
|
dcac32d9e0
|
Try installing g++ on host
|
2021-02-06 12:13:23 +00:00 |
|
jzmaddock
|
1f89e91c26
|
touch
|
2021-02-06 12:09:18 +00:00 |
|
jzmaddock
|
f16e15bb92
|
test script.
|
2021-02-06 12:07:24 +00:00 |
|
jzmaddock
|
d9634cb9bf
|
Correct drone CI URL [CI SKIP]
|
2021-02-05 10:17:04 +00:00 |
|
jzmaddock
|
ca4deb3a2f
|
Update CI badges, kick off fresh CI run.
|
2021-02-05 08:34:03 +00:00 |
|
jzmaddock
|
5ac69fe0b9
|
Update Readme for drone CI additions.
|
2021-02-04 11:22:22 +00:00 |
|
jzmaddock
|
7e7ca9800b
|
Merge pull request #508 from boostorg/drone
Add drone CI.
|
2021-02-04 11:15:48 +00:00 |
|
jzmaddock
|
d7fe8068ad
|
Disable clang testing on one more test.
|
2021-02-03 20:22:12 +00:00 |
|
jzmaddock
|
1f8adac315
|
Disable the long running tests for clang:
They just take too long to build!
|
2021-02-03 18:52:42 +00:00 |
|
jzmaddock
|
ad9b60d54f
|
Merge pull request #516 from mborland/Float128tests
Fixes for test_std_lib CI failures in float128
|
2021-02-03 18:47:14 +00:00 |
|
Matt Borland
|
afbd203695
|
Fixes for test_std_lib CI failures in float128
|
2021-02-03 19:15:24 +03:00 |
|
jzmaddock
|
c03991656e
|
Correct preprocessor logic in bivariate_statistics_test.cpp
|
2021-02-03 08:58:30 +00:00 |
|
jzmaddock
|
ca29ea563e
|
catch bad_alloc exceptions in wavelet tests.
See https://github.com/boostorg/math/issues/515.
|
2021-02-02 19:35:15 +00:00 |
|
jzmaddock
|
a2b29c1132
|
Use BOOST_NO_CXX17_HDR_EXECUTION for <execution> detection.
|
2021-02-02 19:19:36 +00:00 |
|
jzmaddock
|
fa3a0e72ef
|
Split exp_sinh_quadrature_test.cpp into smaller chunks.
|
2021-02-02 19:15:07 +00:00 |
|
jzmaddock
|
b1c9718c1c
|
Correct test_1F1_regularized.cpp for multiprecision case.
|
2021-02-02 16:18:45 +00:00 |
|
jzmaddock
|
46dacdbb3c
|
Split the multiprecision concept checks into smaller chunks for lower compiler memory usage.
|
2021-02-02 15:34:13 +00:00 |
|
jzmaddock
|
8fe6b95e93
|
Completely rework drone script.
Split up some of the test suite into smaller blocks, add some needed references to libquadmath.
|
2021-02-01 18:58:55 +00:00 |
|
jzmaddock
|
3e49cc29ca
|
Set file executable permissions.
|
2021-02-01 09:51:42 +00:00 |
|
jzmaddock
|
ff531bbdf7
|
Add drone CI.
|
2021-02-01 09:41:27 +00:00 |
|
Matt Borland
|
91ae2bfc77
|
Bivariate Stats Policies (#503)
* Add parallel impl and change seq impl [CI SKIP]
* Validate seq impl [CI SKIP]
* Remove old impl
* Add user interfaces [CI SKIP]
* Floating point covariance validated [CI SKIP]
* Integer covariance validated [CI SKIP]
* Change correlation_coeff impl interface [CI SKIP]
* Cleanup [CI SKIP]
* correlation passes all parameters for par impl
[CI SKIP]
* Finish framework [CI SKIP]
* Add correlation coefficient test cases
* Add benchmark and make small changes
[CI SKIP]
* Update docs
|
2021-01-30 11:09:12 -05:00 |
|
jzmaddock
|
8618b4a37b
|
Merge pull request #504 from mborland/appveyor
Remove Appveyor
|
2021-01-29 20:24:30 +00:00 |
|
Matt Borland
|
d8ea26ddaa
|
Remove appveyor [CI SKIP]
|
2021-01-29 21:00:30 +03:00 |
|
jzmaddock
|
a39243dcb4
|
Merge pull request #502 from mborland/MSVC_CI
Fix MSVC MINMAX CI Failures
|
2021-01-28 16:26:54 +00:00 |
|
Matt Borland
|
2359b46e7f
|
Remove superfluous macros
|
2021-01-27 21:37:25 +03:00 |
|
jzmaddock
|
bc92b924f8
|
Mostly cosmetic change on BOOST_MATH_NO_THREAD_LOCAL_WITH_NON_TRIVIAL_TYPES.
[CI SKIP]
|
2021-01-27 16:20:49 +00:00 |
|
Matt Borland
|
fc9cd6761f
|
Undef and add to PCH
|
2021-01-27 18:27:44 +03:00 |
|
Matt Borland
|
7662093bd8
|
Fix test carlson
|
2021-01-26 21:13:02 +03:00 |
|
Matt Borland
|
a45ecea6cd
|
Fix MSVC MINMAX CI Failures
|
2021-01-26 19:31:37 +03:00 |
|
Matt Borland
|
bfc1821a72
|
Fix missing headers and using std::sqrt (#501)
|
2021-01-25 12:51:22 -05:00 |
|
jzmaddock
|
c7cf622d56
|
Minor doc fix to put pow<> in the index.
Fixes https://github.com/boostorg/math/issues/393.
|
2021-01-24 14:39:20 +00:00 |
|
Matt Borland
|
20d1b1f64e
|
C++11 Stats (#498)
* Configure tests and jamfile to verify C++11 compat
* Remove language standard guards
|
2021-01-22 16:11:35 -05:00 |
|
jzmaddock
|
480b5c0c09
|
Merge pull request #497 from boostorg/mingw_thread_local
static_assert when mingw is used in a way not supported.
|
2021-01-22 18:25:32 +00:00 |
|