Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Upgrade to Asio 1.29.0#314

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
leg0 wants to merge1 commit intorpclib:master
base:master
Choose a base branch
Loading
fromleg0:asio-1.29
Open

Upgrade to Asio 1.29.0#314

leg0 wants to merge1 commit intorpclib:masterfromleg0:asio-1.29

Conversation

leg0
Copy link

@leg0leg0 commentedMar 4, 2024
edited
Loading

Upgrading Asio to 1.29.0, the latest as of now.

Changes in the dependency can be reproduced using the following script:

# TODO: set your path to rpclib, or start from the root of rpclib reporpclib=$PWDgit clone https://github.com/chriskohlhoff/asio.gitcd asio/asiogit pull origin --tagsgit checkout asio-1-29-0rm -rf$rpclib/dependencies/include/asio*rm$rpclib/dependencies/src/asio*.cppcp -r include/asio$rpclib/dependencies/includecp src/asio*.cpp$rpclib/dependencies/srccd$rpclib/dependencies/includeforfin$(find. -name'*.[ih]pp' -type f);do  sed -i.bak's/namespace asio /namespace clmdep_asio /'$f  sed -i.bak's/asio::/clmdep_asio::/g'$f  rm$f.bakdone

Changes in rpclib itself are required due to changes in the interface in Asio 1.10 -> 1.11

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

1 participant
@leg0

[8]ページ先頭

©2009-2025 Movatter.jp