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

5897 Commits

Author SHA1 Message Date
jzmaddock
9ded1522e2 Merge pull request #625 from mborland/bernoulli_threads
Put back single threaded bernoulli code path
2021-05-09 13:23:25 +01:00
Matt Borland
5f972ff7a3 Remove undef
[ci skip]
2021-05-09 14:08:59 +03:00
Matt Borland
cdbb24625c Put back single threaded bernoulli code path 2021-05-08 21:38:09 +03:00
jzmaddock
4b2ee24ed5 Merge pull request #623 from mborland/has_threads
Add standalone BOOST_HAS_THREADS
2021-05-08 16:06:14 +01:00
Matt Borland
3b98a87388 Add extra macros and change logic 2021-05-07 17:51:13 +03:00
Matt Borland
551322cb53 Missing else branch 2021-05-04 21:24:18 +03:00
Matt Borland
264323a8aa Add standalone BOOST_HAS_THREADS 2021-05-04 20:31:09 +03:00
Nick
0cd6039cb1 Minimax and distribution_explorer to examples. (#620)
* Minimax and distribution_explorer to examples.

* Move minimax to tools.
v1.76-standalone-beta
2021-05-03 09:12:58 -04:00
jzmaddock
51bfa96d45 Merge pull request #618 from mborland/USAN_OOM
Disable test_gamma_mp on sanitizer runs
2021-05-02 12:16:22 +01:00
jzmaddock
86238b3d19 Merge pull request #617 from mborland/issue_614
Fix for CMake superproject failure
2021-04-27 19:18:07 +01:00
Matt Borland
e7a94c4ee5 Disable test_gamma on sanitizer runs 2021-04-27 20:55:44 +03:00
Matt Borland
d96d63e3d9 Add superproject include path
[standalone]
2021-04-27 19:31:18 +03:00
Matt Borland
937cabe674 Add extra include path
[standalone]
2021-04-27 18:47:31 +03:00
Matt Borland
990e491fe1 Fix for ambiguous abs(__float128) with old gcc (#615) 2021-04-26 16:11:51 -04:00
Nick
ba69d5973a Remove vc71 fix. (#616)
Co-authored-by: Nick Thompson <4nt@ornl.gov>
2021-04-26 16:11:05 -04:00
Matt Borland
4931200ad6 Fix for CMake superproject failure
[standalone]
2021-04-26 22:19:15 +03:00
jzmaddock
58dbb7dbdc Merge pull request #612 from mborland/is_standalone
Default to Standalone
2021-04-25 16:00:43 +01:00
Matt Borland
433f1be83d Fixes for gnu dialect quadrature failures (#613) 2021-04-25 10:23:54 -04:00
Matt Borland
c66cac74e1 Add automatic definition of BOOST_MATH_STANDALONE 2021-04-24 10:33:32 +03:00
jzmaddock
4083f0a398 Merge pull request #610 from mborland/special_fun_warn
Fixes for special_fun suite warnings
2021-04-23 18:17:07 +01:00
Matt Borland
12b3c8a7e7 Standalone tests (#606)
* Add missing distribution compile tests

* Add cstdfloat compile tests

* Rename and finish differentiation

* Add interpolators compile tests and fixes

* Reorganize/add quadrature compile tests

* Add missing sf tests and fixes for failures

* Add tools incl tests and fixes

* Add compile tests to jamfile plus collected fixes

* Collected fixes for CI failures

* Fix fftw config

* Remove lexical cast from arcsine dist [ci skip]

* Improve cstdfloat tests [ci skip]

* Improve differentiation tests [ci skip]

* Improve distribution testing [ci skip]

* Updates to interpolator tests [ci skip]

* Improve quadrature tests [ci skip]

* Improve sf tests [ci skip]

* Improve tools tests

* Collected CI fixes

* Fix for MSVC 14.2 array allocation error
[windows]

* MSVC 14.2 workarounds
[windows]

* Fix float128 and interpolators tests

* Add standalone testing on clang
[standalone]

* Fixes for type mismatches on MSVC
[windows]

* Fix for MSVC 14.0 fail from missing header
[windows]

* Change barycentric rational namespace
[ci skip]

* Fix standalone clang warnings

* Change namespace in barycentric examples
2021-04-22 14:44:21 -04:00
Matt Borland
302ad2097a Fixes for special_fun suite warnings 2021-04-21 21:33:29 +03:00
jzmaddock
f8690b2251 Merge pull request #609 from boostorg/threaded_variable_precision_bernoulli_2
Update bernoulli_numbers_cache to be thread safe....
2021-04-20 08:58:46 +01:00
jzmaddock
4ed010fb5d Correct Jamfile syntax 2021-04-19 17:55:06 +01:00
jzmaddock
8d72a12625 Split test_gamma_mp.cpp up into smaller chunks:
To prevent out of memory CI failures.
2021-04-19 16:17:18 +01:00
jzmaddock
36fce65692 Update bernoulli_numbers_cache to be thread safe....
When multiple threads are operating at different precisions on the same type.
2021-04-17 16:48:51 +01:00
jzmaddock
c028f98c6d Merge pull request #608 from mborland/compilers
Add supported compilers section to readme
2021-04-11 19:30:17 +01:00
Matt Borland
1357f0bded Add supported compilers section to readme
[ci skip]
2021-04-11 16:29:36 +03:00
Nick
2553ecf00e Loosen tolerance on tanh_sinh. 2021-04-10 10:06:15 -04:00
jzmaddock
858e8a66e9 Merge pull request #586 from mborland/gini
Fix for issue #585
2021-04-06 18:16:23 +01:00
jzmaddock
eb1686cb0b Merge pull request #600 from mborland/tsan_monte_carlo
Fix TSAN failures in naive monte carlo
2021-04-05 17:06:40 +01:00
Matt Borland
f3760de182 Fix for clang++-7 CI failure [ci skip] 2021-04-05 18:59:41 +03:00
jzmaddock
adcf95b784 Merge pull request #597 from mborland/standalone
Complete Standalone Mode
2021-04-04 17:35:10 +01:00
Matt Borland
a1d08284a8 Fix for issue #598 2021-04-04 14:06:09 +03:00
jzmaddock
e074db139c Merge pull request #599 from pratik-a/develop
return added
2021-04-04 09:17:21 +01:00
jzmaddock
13f9c4bc1a Merge pull request #596 from boostorg/sanitizers
Add Sanitizers to CI Tests
2021-04-04 09:16:33 +01:00
Matt Borland
0a9d7a152c Fix for TBB failure and add license [standalone] 2021-04-04 09:54:19 +03:00
PRATIK AWASTHI
19d86ffa89 return added 2021-04-04 02:43:06 +05:30
Matt Borland
16a91de3b4 Disable standalone tests of cstdfloat concept
[standalone]
2021-04-03 16:46:00 +03:00
jzmaddock
6bb2bdfc9f Add -DBOOST_CI_SANITIZER_BUILD TSAN build 2021-04-02 21:46:31 +01:00
jzmaddock
b2538faaf9 Merge pull request #592 from boostorg/circle_ci
Add first CircleCI run: includes sample ASAN run.
2021-04-02 19:11:24 +01:00
jzmaddock
9d2c573cae One more try to get drone sanitizer config correct. 2021-04-02 19:10:06 +01:00
Matt Borland
3c34470682 Update README with standalone 2021-04-02 14:51:43 +03:00
Matt Borland
40aa3f2d94 Increase number of threads used by CI 2021-04-02 14:17:49 +03:00
Matt Borland
7737659d40 Add stats include tests 2021-04-02 14:02:29 +03:00
Matt Borland
f8c0c13050 autodiff ADL fix and remove concept tests 2021-04-02 13:45:09 +03:00
Matt Borland
ea63e9c3fe Remove uses of static_assert(false) 2021-04-02 13:31:30 +03:00
jzmaddock
9aac0cc5cd Merge pull request #595 from mborland/fix_mp
Fix for issue #594
2021-04-02 11:18:14 +01:00
jzmaddock
852aeff1e9 Add -DBOOST_CI_SANITIZER_BUILD to USAN builds 2021-04-01 21:15:42 +01:00
Matt Borland
fe9e0c7efa Compile tests pass in standalone mode 2021-04-01 22:13:15 +03:00