Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrading to Catch 2.9 #1419

Merged
merged 4 commits into from
Jun 17, 2019
Merged

Upgrading to Catch 2.9 #1419

merged 4 commits into from
Jun 17, 2019

Commits on Jun 16, 2019

  1. Upgrading to Catch 2.9

    From 2.8, in order to be able to return a value in the benchmarks so that to
    avoid dead code elimination by the compiler in Release mode.
    rolanddenis committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    3e01a8a View commit details
    Browse the repository at this point in the history
  2. Returning dot-product result in testPointVector benchmarks

    So that to avoid dead code elimination by the compiler in Release mode.
    Also hidding the benchmark to reduce execution time in the test phase.
    rolanddenis committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    8ed84ef View commit details
    Browse the repository at this point in the history
  3. Update ChangeLog.md

    rolanddenis committed Jun 16, 2019
    Configuration menu
    Copy the full SHA
    4fd71cf View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2019

  1. Configuration menu
    Copy the full SHA
    a8809c1 View commit details
    Browse the repository at this point in the history