Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Conversation

@ilammy
Copy link
Collaborator

@ilammy ilammy commented Dec 23, 2019

We boast in the docs about C++14 being “tested and supported“ so we’d better do that :) Explicitly test compatibility with C++14 and C++17.

C++20 is currently being finalized. It's somewhat supported in the compilers, but not in the versions shipped with Ubuntu 16.04.

Checklist

  • Change is covered by automated tests
  • Benchmark results are attached
  • The coding guidelines are followed
  • Public API has proper documentation
  • Example projects and code samples are updated
  • Changelog is updated

Explicitly test compatibility with those standard levels. C++20 is
currently being finalized. It's somewhat supported in the compilers,
but not in the versions shipped with Ubuntu 16.04.
@ilammy ilammy added W-ThemisPP ⚔️ Wrapper: ThemisPP, C++ API infrastructure Automated building and packaging labels Dec 23, 2019
It turned out that behavior wrt attributes might be different between
GCC and Clang, so let's test both compilers now.

Clang that we have in the Docker image does not support "-std=c++17",
so we do not test with that. (Actually, GCC support the option, but
__cplusplus value suggests that it's still in C++14 mode.)
Copy link
Contributor

@vixentael vixentael left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

more tests to the god of tests

@ilammy ilammy merged commit a1375ef into cossacklabs:master Dec 24, 2019
@ilammy ilammy deleted the cpp-standards branch December 24, 2019 14:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

infrastructure Automated building and packaging W-ThemisPP ⚔️ Wrapper: ThemisPP, C++ API

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.