Matt Borland
|
990e491fe1
|
Fix for ambiguous abs(__float128) with old gcc (#615)
|
2021-04-26 16:11:51 -04: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
|
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
|
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 |
|
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 |
|
Matt Borland
|
0a9d7a152c
|
Fix for TBB failure and add license [standalone]
|
2021-04-04 09:54:19 +03:00 |
|
Matt Borland
|
16a91de3b4
|
Disable standalone tests of cstdfloat concept
[standalone]
|
2021-04-03 16:46:00 +03: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 |
|
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 |
|
Matt Borland
|
fe9e0c7efa
|
Compile tests pass in standalone mode
|
2021-04-01 22:13:15 +03:00 |
|
Matt Borland
|
b094d1a36f
|
Merge branch 'integer' into standalone
|
2021-04-01 21:20:27 +03:00 |
|
Matt Borland
|
928454a7eb
|
Merge branch 'lexical_cast' into standalone
|
2021-04-01 21:20:07 +03:00 |
|
Matt Borland
|
1924e3179c
|
Complete redo of parallel gini calculation
|
2021-03-31 22:04:35 +03:00 |
|
Matt Borland
|
2e0897a6b8
|
Fix typo
|
2021-03-31 19:57:12 +03:00 |
|
Matt Borland
|
ad9731ffb2
|
Fix for issue #585
|
2021-03-31 19:57:12 +03:00 |
|
Matt Borland
|
a9e9acb1a1
|
Remove standalone workaround
|
2021-03-31 19:49:29 +03:00 |
|
Matt Borland
|
902fa7a798
|
Fix failure for types w/o std::to_string overloads
|
2021-03-30 22:04:00 +03:00 |
|
Matt Borland
|
347227d63b
|
Replace hard include error with static asserts
|
2021-03-30 21:37:38 +03:00 |
|
Matt Borland
|
6830712302
|
Fix for issue #594
|
2021-03-30 21:17:45 +03:00 |
|
jzmaddock
|
fbdca19fff
|
Merge pull request #587 from boostorg/temp_gini_fix
Make gini calculation serial only for now.
|
2021-03-30 17:57:30 +01:00 |
|
jzmaddock
|
b68fb724b1
|
Fix inspect issues under include/
Note that this removes many Unicode characters which are problematic in some environments, but now makes the code somewhat harder to read.
|
2021-03-30 11:22:30 +01:00 |
|
jzmaddock
|
df590d4083
|
Rework __float128 configuration to take account of Boost.Config.
Brings us into line with Multiprecision.
|
2021-03-29 18:26:58 +01:00 |
|
Matt Borland
|
352580bb9b
|
Remove <boost/core/demangle.hpp>
|
2021-03-29 19:59:29 +03:00 |
|
Matt Borland
|
ea323e6e1b
|
Remove boost.lexical_cast dependency
|
2021-03-29 19:59:29 +03:00 |
|
Matt Borland
|
7a9ea53d28
|
Remove boost.integer dependency
|
2021-03-29 19:38:29 +03:00 |
|
jzmaddock
|
fcebb626ae
|
Make gini calculation serial only for now.
See https://github.com/boostorg/math/issues/585
|
2021-03-29 13:25:09 +01:00 |
|
jzmaddock
|
f3f3517df4
|
Merge pull request #583 from mborland/config
Remove Boost.Config Dependency
|
2021-03-28 19:13:55 +01:00 |
|
Matt Borland
|
c2a1916716
|
Minor fixes from review [ci skip]
|
2021-03-27 10:01:57 +03:00 |
|
Matt Borland
|
4703138b5e
|
Refactor and add error message
|
2021-03-26 22:19:40 +03:00 |
|
Matt Borland
|
1a3d06e490
|
Merge branch 'predef' into config
|
2021-03-26 19:40:18 +03:00 |
|
Matt Borland
|
996e972df5
|
Add BOOST_MATH_STANDALONE to some CI runs
|
2021-03-26 19:33:23 +03:00 |
|
Matt Borland
|
d1cd38a517
|
Misc except 4x TR1 tests pass
|
2021-03-25 21:52:57 +03:00 |
|
Matt Borland
|
50cc5c5d32
|
distribution_tests pass in standalone mode
|
2021-03-25 21:02:36 +03:00 |
|
Matt Borland
|
a80edc889c
|
special_fun now passes in standalone mode
|
2021-03-25 20:50:13 +03:00 |
|
Matt Borland
|
004805e21b
|
Add _WIN32
|
2021-03-25 19:04:20 +03:00 |
|
Matt Borland
|
7c9fa279f4
|
Remove boost.predef dependency
|
2021-03-25 18:50:48 +03:00 |
|
jzmaddock
|
8379dae7cd
|
Merge pull request #576 from mborland/type_traits
Remove boost.type_traits dependency
|
2021-03-25 08:53:03 +00:00 |
|
jzmaddock
|
75ea2d6f1e
|
Merge branch 'master' of https://github.com/mborland/math into atanh_incl_test
Fixed Conflicts:
include/boost/math/special_functions/log1p.hpp
|
2021-03-24 20:04:58 +00:00 |
|
Matt Borland
|
d5a69c3a31
|
Fix for beta link error
|
2021-03-24 18:45:17 +03:00 |
|
Matt Borland
|
0dff971b32
|
Enable standalone
|
2021-03-23 21:52:50 +03:00 |
|
Matt Borland
|
9c243dbb49
|
Replace <boost/config> w <boost/math/tools/config>
|
2021-03-23 21:38:13 +03:00 |
|
Matt Borland
|
7bd5e5131e
|
Remove boost/type and boost/non_type
|
2021-03-23 20:40:36 +03:00 |
|