add conan package setup for standalone version of asio - #296
Closed
ClausKlein wants to merge 122 commits into
Closed
ClausKlein wants to merge 122 commits into
ClausKlein wants to merge 122 commits into
Conversation
The coanan package is created with cmake and tested with ctest
Author
|
I did not change any code nor a config script, the CI build failure must be not my fault! |
Clang-cl identifies both as clang and as MSVC. This resulted in defining ASIO_HAS_STD_STRING_VIEW twice.
…ying. This is reported as a warning by recent Clang.
…cted resolver results.
…with newer clang/libc++.
…elper function async_compose.
Users should define ASIO_ENABLE_BOOST to explicitly disable standalone mode when compiling with C++11 or later.
Although MSVC 11.0 supports the decltype keyword, it does not operate correctly when used in the buffer sequence detection traits. This change fixes compile errors when trying to use the read and write composed operations with MSVC 11.0.
The moved-from I/O object needs to be left in the same state as if constructed with a valid executor but without a resource.
The coanan package is created with cmake and tested with ctest
100% tests passed, 0 tests failed out of 124 Total Test time (real) = 60.04 sec
Author
|
I added a .clang-tidy file too. It can be used with cmake while compiling or as post compile check. see too: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The coanan package is created with cmake and tested with ctest