Windows Support for cpp_rpc (#4857)
authorjmorrill <jeremiah.morrill@gmail.com>
Wed, 15 Apr 2020 08:49:15 +0000 (01:49 -0700)
committerGitHub <noreply@github.com>
Wed, 15 Apr 2020 08:49:15 +0000 (16:49 +0800)
commitafcf9397b60ae7ccf46601cf29828992ca9d5f57
tree37506ca6d7cf088c1b68c09ee150a8dd1c363df4
parent9a8ed5b7abacfdb6a605f3ccd412fd929455fb15
Windows Support for cpp_rpc (#4857)

* Windows Support for cpp_rpc

* Add missing patches that fix crashes under Windows

* On Windows, use python to untar vs wsl

* remove some CMakeLists.txt stuff

* more minor CMakeLists.txt changes

* Remove items from CMakeLists.txt

* Minor CMakeLists.txt changes

* More minor CMakeLists.txt changes

* Even more minor CMakeLists.txt changes

* Modify readme
12 files changed:
CMakeLists.txt
apps/cpp_rpc/CMakeLists.txt [new file with mode: 0644]
apps/cpp_rpc/README.md
apps/cpp_rpc/main.cc
apps/cpp_rpc/rpc_env.cc
apps/cpp_rpc/rpc_env.h
apps/cpp_rpc/rpc_server.cc
apps/cpp_rpc/rpc_server.h
apps/cpp_rpc/win32_process.cc [new file with mode: 0644]
apps/cpp_rpc/win32_process.h [new file with mode: 0644]
src/runtime/rpc/rpc_socket_impl.cc
src/support/ring_buffer.h