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

Upgrade C++ dependencies #89

Closed
paoloambrosio opened this issue Jan 13, 2016 · 3 comments
Closed

Upgrade C++ dependencies #89

paoloambrosio opened this issue Jan 13, 2016 · 3 comments

Comments

@paoloambrosio
Copy link
Member

  • Latest library version should work (or a reasonably recent depending on what can be supported on CI servers)
  • Earliest supported must be those in the latest Ubuntu stable (Boost 1.54, Google Mock/Test 1.6.0), latest Debian stable (Boost 1.55, Google Mock/Test 1.7.0), ...

Examples are a special case and in general they might just support the latest. Upgrade to Qt 5 is not mandatory at this stage.

Different versions might be tested on different platforms (we shouldn't be too picky at this stage).

@konserw
Copy link
Contributor

konserw commented Jan 22, 2016

GMock 1.6.0 fails - see https://travis-ci.org/konserw/cucumber-cpp/jobs/104175912 - i'm not sure how to fix it?

@konserw
Copy link
Contributor

konserw commented Jan 23, 2016

GMock 1.6 issue fixed with commit 47c8be6 see PR #94

@kai-unger
Copy link
Contributor

I adapted the boost driver to support the latest boost version 1.60 in my fork of cucumber-cpp.

I tested it with ctest and running BoostCalculatorSteps with cucumber 2.0.0 on OS X 10.11.3 (system compiler clang) with boost versions 1.54, 1.58, 1.59 and 1.60.

Please have a look at pull request #101.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants