Commit Graph

1745 Commits

Author SHA1 Message Date
jzmaddock
26ab08df2e Test and fix mixed precision arithmetic with component types. 2021-04-20 11:54:36 +01:00
jzmaddock
2bba4a7a2a Complete testing and implementation of mixed-precision.
With choice of preserving source or target precision on assignment.
2021-04-15 12:23:52 +01:00
jzmaddock
140717c931 Add support for per-thread default precision. 2021-04-11 18:43:13 +01:00
jzmaddock
8c49dfd5e9 Consider rational types separately when figuring out precision.
Update precision guards to account for the precision of *this.
2021-04-05 19:01:40 +01:00
jzmaddock
1c8fcaea68 Merge pull request #311 from mborland/fix_hash
Fix infinite recursion in float128 hash_value
2021-03-22 09:47:25 +00:00
Matt Borland
116c9333fc Fix infinite recursion in float128 hash_value 2021-03-21 22:05:17 +03:00
jzmaddock
2d87327662 Merge pull request #309 from mborland/fix_hash
Fix for specfun_float128 tests
2021-03-21 12:05:06 +00:00
Matt Borland
4cc0c3053d Fix for specfun_float128 tests 2021-03-20 21:52:53 +03:00
jzmaddock
8b1d148251 Merge pull request #306 from mborland/container_hash
Remove boost.container_hash dependency
2021-03-20 16:49:14 +00:00
Matt Borland
87455e044e FIx arithmetic_tests CI failures 2021-03-20 11:26:36 +03:00
jzmaddock
7270d2b7f8 Merge pull request #307 from boostorg/drone_ubuntu_fix
Fix up ubuntu versions used on drone CI.
2021-03-19 08:53:50 +00:00
jzmaddock
987fa2662b Fix clang package names. 2021-03-18 18:21:32 +00:00
jzmaddock
c2f391e807 Fix up ubuntu versions used on drone CI. 2021-03-17 18:56:46 +00:00
jzmaddock
b1435dc669 Merge pull request #304 from mborland/robust_GHA
Robust GHA add repo
2021-03-16 18:23:58 +00:00
jzmaddock
33e8f3bddc Merge pull request #305 from mborland/array
Remove boost.array dependency
2021-03-16 18:23:17 +00:00
Matt Borland
06cdc55120 Fixes for missing header and points of pedantry 2021-03-14 17:53:05 +03:00
Matt Borland
69624d20f9 Remove <boost/functional/hash_fwd.hpp> 2021-03-14 14:53:12 +03:00
Matt Borland
e677e7ac89 remove <boost/functional/hash.hpp> 2021-03-14 14:44:01 +03:00
Matt Borland
2aed2edf7f Remove <boost/container_hash/hash.hpp> 2021-03-14 14:37:17 +03:00
Matt Borland
f015c4a18b Remove boost.array dependency 2021-03-14 14:13:53 +03:00
Matt Borland
6f6a7d3df5 Robust GHA add repo 2021-03-13 16:44:38 +03:00
jzmaddock
bb43abeb6e Correct URL 2021-03-10 18:10:43 +00:00
jzmaddock
250fa76b42 Throttle back to -j2 in hopes of fewer resource outages/cancellations. 2021-03-10 08:54:37 +00:00
jzmaddock
84dba025be Aaaarh: reinstate lost GHA script! 2021-03-09 18:23:35 +00:00
jzmaddock
52a83af201 Update README.md 2021-03-09 18:14:31 +00:00
jzmaddock
06635e712b Merge pull request #303 from boostorg/mpfr_compare
Optimise mpfr comparisons some more.
2021-03-09 12:03:54 +00:00
jzmaddock
e777859db1 Optimise mpfr comparisons some more. 2021-03-08 19:46:10 +00:00
jzmaddock
8fdc0383db Restore lost docs.
Move some sections around.
Reword the float vs string construction docs slightly.
2021-02-28 11:35:13 +00:00
jzmaddock
c6d7d1ca6e Doc regen and add missing files. 2021-02-28 09:07:52 +00:00
jzmaddock
4b68342d32 Update version history, regenerate docs. 2021-02-26 17:00:28 +00:00
Christopher Kormanyos
fdc6012b43 Merge pull request #301 from boostorg/issue289_fp_builtin_ctor_doc
Fixes #289 with a clear intuitive example
2021-02-24 20:45:45 +01:00
Christopher Kormanyos
d3cb8e4613 Fixes #289 with a clear intuitive example 2021-02-24 20:11:57 +01:00
Christopher Kormanyos
6fb7dc5f37 Merge pull request #299 from boostorg/issue298_warning_ints_different_signs
Remove sign compare -Wall warn on Apple clang
2021-02-22 12:34:37 +01:00
Christopher Kormanyos
cff6c7fb01 Correct to use std::integral_constant 2021-02-22 11:29:59 +01:00
Christopher Kormanyos
512f183b8d Remove sign compare -Wall warn on Apple clang 2021-02-22 10:25:13 +01:00
jzmaddock
015487dd02 Update C++11 requirements. 2021-02-18 18:14:41 +00:00
jzmaddock
8140d7c04a Merge pull request #296 from boostorg/ppc_float128_fix
Ppc float128 fix
2021-02-08 19:45:11 +00:00
jzmaddock
4633252b38 Tentative fix for PPC compilation issue. 2021-02-08 12:17:53 +00:00
jzmaddock
5fa32674b7 Set up PPC workflow. 2021-02-08 12:17:23 +00:00
jzmaddock
e1b96d3711 Merge pull request #294 from mborland/integral_constant
Replace boost::integral_constant with std version
2021-02-08 08:45:57 +00:00
jzmaddock
3552757a8e Merge pull request #295 from mborland/readme
Fix GHA Readme Badges
2021-02-08 08:45:11 +00:00
Matt Borland
639b1b42b9 Fix GHA Readme Badges 2021-02-07 22:50:19 +03:00
Matt Borland
2ad6d29d7d Add GHA CI to PRs 2021-02-07 22:24:01 +03:00
Matt Borland
f897453c26 Replace boost::integral_constant with std version 2021-02-07 22:17:56 +03:00
jzmaddock
40dcf5b1f2 Merge pull request #293 from boostorg/clang_is_constructible_fix
Fix for differing behaviour of is_constructible and clang.
2021-02-04 21:53:09 +00:00
jzmaddock
76813a8b58 Fix for differing behaviour of is_constructible and clang.
Clean up enable_if logic in the process.
Fixes: https://github.com/boostorg/math/issues/519
2021-02-04 19:13:34 +00:00
jzmaddock
db7d9faefd Merge pull request #291 from boostorg/github_actions
GitHub Actions and YAML script
2021-02-04 11:27:07 +00:00
jzmaddock
6d0aaf7583 Merge pull request #288 from boostorg/cxx11_part_1
Huge PR that begins moving the library to C++11 and later.
2021-02-04 11:26:25 +00:00
jzmaddock
b36ff59bcc Update readme for CI changes. 2021-02-04 11:24:57 +00:00
Christopher Kormanyos
437ff80979 [CI SKIP] Disable part of an example on old clang 2021-02-04 08:18:59 +01:00