-
Notifications
You must be signed in to change notification settings - Fork 2k
cassandra-cpp-driver: add version 2.16.2, support conan v2 #14509
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
cassandra-cpp-driver: add version 2.16.2, support conan v2 #14509
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This comment has been minimized.
This comment has been minimized.
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
1 similar comment
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit 31f0373cassandra-cpp-driver/2.16.2
cassandra-cpp-driver/2.15.3
|
This comment has been minimized.
This comment has been minimized.
- patch_file: "patches/2.15.3/fix-atomic.patch" | ||
patch_description: "add static_cast for atomic enum" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- patch_file: "patches/2.15.3/fix-atomic.patch" | |
patch_description: "add static_cast for atomic enum" | |
- patch_file: "patches/2.15.3/fix-atomic.patch" | |
patch_description: "Adapt MemoryOrder definition for C++ 20" | |
patch_source: "https://github.com/datastax/cpp-driver/pull/533" |
Could you please use datastax/cpp-driver#533 instead?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks your advise!
I will update this recipe.
|
||
if self.options.use_atomic == "boost": | ||
self.requires("boost/1.79.0") | ||
self.requires("boost/1.81.0") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
self.requires("boost/1.81.0") | |
self.requires("boost/1.82.0") |
Is it possible to use Boost 1.82.0, or is there a conflict?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
No reason.
I update it.
|
||
template <bool> struct SparsehashCompileAssert { }; | ||
+#if defined(_MSC_VER) | ||
+#define SPARSEHASH_COMPILE_ASSERT(expr, msg) \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I didn't find an issue related to this, so I need to ask: What's the error when this patch is not applied?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@uilianries
Without this patch, following message is occured.
.conan2\p\b\cassa8ae3c63d48e8d\b\src\src\third_party\sparsehash\src\sparsehash/internal/hashtable-common.h(166,3): error C2065: 'unused': 定義されていない識別子です。
Sorry for Japanese error message.
It means "'unused' is an undefined identifier".
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you!
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Hooks produced the following warnings for commit a8fc6b2cassandra-cpp-driver/2.16.2
cassandra-cpp-driver/2.15.3
|
This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
We are checking this OpenSSL error, don't worry. |
Conan v1 pipeline ✔️All green in build 4 (
Conan v2 pipeline ✔️
All green in build 4 ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…nan v2 * cassandra-cpp-driver: add version 2.16.2, support conan v2 * fix library name, specify C++11 * add transitive_headers=True * update dependencies * fix compilation error on msvc * update dependencies, improve patch file * enable C++11, include type_traits --------- Co-authored-by: Uilian Ries <[email protected]>
Specify library name and version: cassandra-cpp-driver/*