Commit Graph

1731 Commits

Author SHA1 Message Date
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
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
Christopher Kormanyos
a65a1c28dc [CI SKIP] Try old gcc/clang 5/6 on xenial in GHA 2021-02-03 22:51:56 +01:00
Christopher Kormanyos
448b0487c5 [CI SKIP] Merge branch 'cxx11_part_1' into github_actions 2021-01-31 20:01:58 +01:00
jzmaddock
92b61fde19 Merge branch 'cxx11_part_1' of https://github.com/boostorg/multiprecision into cxx11_part_1 2021-01-31 18:24:24 +00:00
jzmaddock
ed6ee59c6b Suppress CI out-of-memory issue.
[CI SKIP]
2021-01-31 18:23:31 +00:00
John Maddock
3155b8c54d 2nd try to simplify test_cpp_bin_float.cpp for ASAN 2021-01-31 16:22:15 +00:00
Christopher Kormanyos
98c1c52e24 [CI SKIP] Merge branch 'cxx11_part_1' into github_actions 2021-01-31 14:20:52 +01:00
jzmaddock
d6fa8083f9 Disable some tests that CI can't cope with - mostly timeouts. 2021-01-31 11:37:52 +00:00
Christopher Kormanyos
2d56a16910 [CI SKIP] Merge branch 'cxx11_part_1' into github_actions 2021-01-31 10:40:40 +01:00
jzmaddock
900c0a7de5 CI changes: disable some runs on drone that can't be made to work.
Test running ASAN on GHA instead.
2021-01-31 09:31:11 +00:00
Christopher Kormanyos
4025f72a4d [CI SKIP] Merge branch 'cxx11_part_1' into github_actions
# Conflicts:
#	.github/workflows/multiprecision.yml
2021-01-30 22:53:17 +01:00
Christopher Kormanyos
37353f966d [CI SKIP] Manually merge John's GHA changes 2021-01-30 22:50:06 +01:00
Christopher Kormanyos
999af0e7bd [CI SKIP] Separate MinGW from MSVC runs in CI 2021-01-30 22:41:34 +01:00
jzmaddock
54342734ed Only apply mpfr thread clean up to version 4 and later. 2021-01-30 18:15:45 +00:00
jzmaddock
542d759988 CI update:
Remove travis and appveyor - they're pretty much dead to us.
Add ASAN and USAN tests to drone.
Rework windows GHA tests to test each compilers supported std versions.
2021-01-30 17:53:58 +00:00