Skip to content

Commit

Permalink
Merge pull request #181 from bluescarni/pr/test_fixes
Browse files Browse the repository at this point in the history
Test iteration
  • Loading branch information
bluescarni committed May 8, 2019
2 parents 61bbc6c + 58b2d8b commit 5353f39
Show file tree
Hide file tree
Showing 6 changed files with 1,222 additions and 546 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ jobs:
- run:
name: Build and test
command: bash ./tools/circleci_cosmic_clang7_asan.sh
cosmic_clang7_tsan:
docker:
- image: circleci/buildpack-deps:cosmic
steps:
- checkout
- run:
name: Build and test
command: bash ./tools/circleci_cosmic_clang7_tsan.sh
bionic_clang6_ubsan:
docker:
- image: circleci/buildpack-deps:bionic
Expand Down Expand Up @@ -57,6 +65,7 @@ workflows:
- bionic_gcc7_coverage
- cosmic_gcc8_coverage
- cosmic_clang7_asan
- cosmic_clang7_tsan
- bionic_clang6_ubsan
- cosmic_clang7_debuggmp_unstable
- cosmic_clang7_debuggmp
5 changes: 5 additions & 0 deletions doc/sphinx/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ New
Changes
~~~~~~~

- Update the internal copy of Catch to the latest version, 2.7.2
(`#181 <https://github.com/bluescarni/mppp/pull/181>`__).
- The MPFR cleanup function ``mpfr_free_cache()`` is now called
at the end of every thread which creates at least
one :cpp:class:`~mppp::real` object
Expand All @@ -38,9 +40,12 @@ Changes
Fix
~~~

- Fix two race conditions in the testing code
(`#181 <https://github.com/bluescarni/mppp/pull/181>`__).
- The :cpp:class:`~mppp::zero_division_error` exception is now correctly
marked as visible
(`#180 <https://github.com/bluescarni/mppp/pull/180>`__).
- Add a workaround for a ``clang-cl`` bug (`#179 <https://github.com/bluescarni/mppp/pull/179>`__).
- Various build system and documentation improvements (`#172 <https://github.com/bluescarni/mppp/pull/172>`__).
- Fix a warning when building mp++ with older MSVC versions (`#170 <https://github.com/bluescarni/mppp/pull/170>`__).

Expand Down

0 comments on commit 5353f39

Please sign in to comment.