-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Add port anyrpc #7438
Add port anyrpc #7438
Conversation
Added missing `vcpkg_install_cmake()`
Thanks for the PR! On the arm CI builds, it has an error:
|
@dan-shaw Sorry for the late reply, I didn't find time to look into this earlier... Is there a way to retrigger the build and get some more information? It seems like the logs are no longer available... |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
@faaxm You should be able to see the logs now. Edit: Let me know if you still can't. |
Added patch to detect endianness on ARM.
further tweaks to endianness detection.
@dan-shaw Found a way to patch anyrpc to know the endianness for ARM when built via VS. Do you know more about this? Will eventually submit this patch to the anyrpc-repo.... Also... If this gets merged eventually, will you squash the commits? Or should I do a force push where the commit history is a bit cleaned up? |
@faaxm Sorry for the delay. I believe compiling for ARM is always in little-endian on Windows. Other than that, the PR looks good. I will squash the commits then merge it - thanks for the PR! |
This PR adds a port for AnyRPC (https://github.com/sgieseking/anyrpc). This library provides clients and servers for multiple remote procedure call protocols.