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

87 Commits

Author SHA1 Message Date
Matt Borland
5fa7797ec6 Bump minimum language standard to C++14 (#788)
* Bump minimum language standard to C++14

* Add warning message in config

* Update readme and keep C++14 in GCC5 drone run
2022-05-31 20:19:22 -07:00
jzmaddock
8b7e154044 Move all GCC-5/6 testing to drone.
Remove C++11 testing for gcc where the compiler default is C++14.
Remove C++11 testing from msvc - it doesn't support it, only C++14.
All C++11 testing is now on gcc-5 and 6 and on drone.
2022-05-31 18:16:57 +01:00
jzmaddock
14d6cfdea2 Tweak CI runs:
Increase tolerance in chatterjee_correlation test.
Remove a few tests from Github CI.
Remove autodiff from the sanitizer tests as they time out.
2022-05-30 18:37:05 +01:00
jzmaddock
17813330e5 Revert "Strip CI back to minimal failing test cases."
This reverts commit 3fa245da6d.
2022-05-26 16:43:26 +01:00
jzmaddock
3fa245da6d Strip CI back to minimal failing test cases.
In the hopes we might actually see some results on Github.
2022-05-26 12:11:27 +01:00
jzmaddock
0edd1a2300 Try building with -j2 in ubuntu-22 CI.
Otherwise we see the VM abort with out-of-memory errors.
2022-05-16 18:25:23 +01:00
jzmaddock
7c5228a07b Add no-exception handling tests.
Add Ubuntu-22 plus gcc-12 and clang-14 CI tests.
Fix a couple headers which still had noeh-unfriendly code.
2022-05-15 17:35:11 +01:00
Matt Borland
9130186faa Merge remote-tracking branch 'boostorg/develop' into cygwin 2022-02-08 11:21:48 +01:00
jzmaddock
8f2e969622 Change windows-latest to windows-2019 2022-02-05 11:23:16 +00:00
Matt Borland
490bf72d3e Fix yaml error from merge 2022-02-04 20:05:03 +01:00
Matt Borland
ae1a13098c Merge remote-tracking branch 'origin/MSVC2022' into MSVC2022 2022-02-04 20:00:03 +01:00
Matt Borland
4eae4407b2 Merge remote-tracking branch 'boostorg/develop' into MSVC2022 2022-02-04 19:50:55 +01:00
jzmaddock
fe58ad8a67 Merge branch 'develop' into MSVC2022 2022-02-02 18:38:19 +00:00
Matt Borland
98c5bd8fd6 Fix indent issue and add required matrix attributes 2022-01-30 11:26:16 +02:00
Matt Borland
ac80c0e56b Merge remote-tracking branch 'boostorg/develop' into cygwin 2022-01-23 10:29:38 +02:00
Matt Borland
e1601f129a Complete CI test with standalone mode (#680) 2022-01-14 08:12:22 -08:00
Matt Borland
826d6da025 Add big obj for cygwin, and change <atomic> detection
[cygwin]
2022-01-04 10:52:45 +02:00
Matthias Koeppe
ca23e57d4c .github/workflows/ci.yml: Add cygwin 2022-01-03 10:42:29 +02:00
Matt Borland
e1ded14d81 Remove redundant testing and failing test 2021-11-25 11:36:55 +02:00
Matt Borland
3d25e70fe2 Add MSVC-2022 to CI Testing 2021-11-21 17:22:05 +02:00
Matt Borland
20c2cc0bc0 Add GCC11 to CI (#654)
* Add GCC11 to CI

* Change std::views to std::ranges::views

* Remove g++5 and clang-5. Remove testing of ranges in GCC11
2021-07-04 13:35:59 -04:00
John Maddock
742154cc36 Merge branch 'update_GHA' of https://github.com/mborland/math into threading_sanity_check 2021-05-18 11:40:45 +01:00
jzmaddock
8283949fae Remove clang-9 from GHA testing - it's currently broken and drone is testing OK. 2021-05-18 11:39:19 +01:00
Matt Borland
e97d3c0eb2 Fix clang 5 and 6 package names 2021-05-16 16:33:47 +03:00
Matt Borland
7fe34c2422 Remove deprecated OS from GHA 2021-05-15 19:36:50 +03: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
0a9d7a152c Fix for TBB failure and add license [standalone] 2021-04-04 09:54:19 +03:00
Matt Borland
40aa3f2d94 Increase number of threads used by CI 2021-04-02 14:17:49 +03:00
Matt Borland
a189a6ad66 Add standalone mode to CI 2021-04-01 21:36:10 +03:00
Matt Borland
b529c19b44 Retry adding repos 2021-02-23 22:14:18 +03:00
Matt Borland
474e26b136 Modify GHA to avoid duplicate runs. 2021-02-20 09:58:09 +03:00
jzmaddock
8fe6b95e93 Completely rework drone script.
Split up some of the test suite into smaller blocks, add some needed references to libquadmath.
2021-02-01 18:58:55 +00:00
Matt Borland
50a52fabb7 Add MSVC-14.0 and verified mingw [CI SKIP] 2020-12-30 16:25:02 +03:00
Matt Borland
773f583f72 Fix commit filter [CI SKIP] 2020-12-29 15:10:45 +03:00
Matt Borland
5e6143bdf3 Add platform specific options [CI SKIP] 2020-12-29 14:41:26 +03:00
Matt Borland
d4092e569a Test skip [CI SKIP] 2020-12-28 16:50:37 +03:00
Matt Borland
ab7e28f7d4 Add ci.yml. Should run full test. 2020-12-28 16:40:36 +03:00