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

5798 Commits

Author SHA1 Message Date
Matt Borland
ab2d391cfb Fixes for tools tests 2021-03-26 20:15:13 +03:00
Matt Borland
1a3d06e490 Merge branch 'predef' into config 2021-03-26 19:40:18 +03:00
Matt Borland
70306f6b69 Temporarily remove TR1 tests 2021-03-26 19:34:30 +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
09af40a36f Merge pull request #581 from boostorg/atanh_incl_test
Atanh incl test
2021-03-25 08:51:16 +00:00
jzmaddock
1ead5e5739 Add missing #include tests for acosh, asinh and atanh. 2021-03-24 20:19:16 +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
Matt Borland
070c1ceb78 Remove BOOST_CONSTEXPR 2021-03-23 20:32:55 +03:00
Matt Borland
9eaa594968 Remove BOOST_STATIC_CONSTANT 2021-03-23 20:29:58 +03:00
Matt Borland
a8bd853674 Remove CXX11 workarounds from config 2021-03-23 20:22:27 +03:00
Matt Borland
28b3130845 Remove workarounds from quaternion 2021-03-23 20:13:08 +03:00
Matt Borland
4eb6ba6580 Widen gini coefficient test tolerance (#579) 2021-03-23 13:05:40 -04:00
Matt Borland
012607ea74 Remove boost.throw_exception dependency (#577)
* Remove boost.throw_exception dependency

* Remove test #define [ci skip]

* Fix missing header in sf_prime_incl_test
2021-03-23 13:04:48 -04:00
Matt Borland
150cbb8f9b Make is_complex less ambiguous 2021-03-23 19:03:47 +03:00
Matt Borland
8ebac14382 Bulk replacement of BOOST_MSVC 2021-03-23 18:39:09 +03:00
Matt Borland
2c59738acf Remove workarounds 2021-03-22 21:08:44 +03:00
jzmaddock
eec1900610 Merge pull request #575 from mborland/concept_check
Remove boost.concept_check dependency
2021-03-22 17:27:20 +00:00
Matt Borland
0e4d6505d3 Merge branch 'throw_exception' into config 2021-03-22 19:15:28 +03:00
Matt Borland
2962de7f19 Fix missing header in sf_prime_incl_test 2021-03-22 19:11:25 +03:00
Matt Borland
26711525ca Remove uses of boost/cstdint without header called 2021-03-21 16:13:10 +03:00
Matt Borland
01f3b7d772 Remove <boost/limits.hpp> 2021-03-21 15:59:36 +03:00
Matt Borland
762518921f Remove <boost/cstdint.hpp> 2021-03-21 15:36:31 +03:00
Matt Borland
c719f014ea Remove <boost/config/pragma_message.hpp> 2021-03-21 15:27:48 +03:00
Matt Borland
e8c7086afc Remove <boost/config/header_deprecated.hpp> 2021-03-21 15:20:14 +03:00
Matt Borland
0204ab75de Remove<boost/config/auto_link.hpp> from standalone 2021-03-21 14:59:07 +03:00
Matt Borland
fc9891cccd Remove <boost/config/no_tr1/cmath.hpp> 2021-03-21 14:46:05 +03:00
Matt Borland
dfffef78a7 Merge branch 'concept_check' into config 2021-03-21 14:31:52 +03:00
Matt Borland
3a757bfe6f Merge branch 'predef' into config 2021-03-21 14:21:34 +03:00
Matt Borland
fa3ad49638 Remove test #define [ci skip] 2021-03-21 14:10:48 +03:00
Matt Borland
f0d6e5e473 Remove boost.throw_exception dependency 2021-03-21 13:48:28 +03:00
Matt Borland
3e46934f63 Remove boost.predef dependency 2021-03-21 10:05:56 +03:00
Matt Borland
8c4bac90e9 Cleanup examples 2021-03-21 09:14:15 +03:00
Matt Borland
4b6ad919b3 Remove boost.type_traits dependency 2021-03-21 09:01:41 +03:00
jzmaddock
a343282477 Merge pull request #569 from mborland/range
Remove boost.range dependency
2021-03-20 19:40:52 +00:00
Matt Borland
4e0aa947ab Disable distribution concepts header in standalone 2021-03-20 22:06:18 +03:00
Matt Borland
afa7217b1c Remove concept_check from real concept 2021-03-20 22:01:38 +03:00
jzmaddock
dd66d31018 Merge pull request #565 from mborland/array
Remove boost.array dependency
2021-03-20 16:59:13 +00:00
Matt Borland
cc3f4b9b4f Change approach to fix MSVC SFINAE failures 2021-03-20 10:49:02 +03:00
Matt Borland
3f3344e838 Merge remote-tracking branch 'origin/develop' into array [ci skip] 2021-03-19 17:06:45 +03:00
jzmaddock
d7c202ad1d Merge pull request #574 from boostorg/execution_hdr_fix
Fix pp-logic for univariate_statistics_test.cpp
2021-03-19 08:53:07 +00:00