This is an automated email from the ASF dual-hosted git repository.
jamesge pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git.
from 757eb89 Merge pull request #947 from zyearn/update_mail_list
new 2b96d08 insert_apache_header
new ba3449f insert_apache_header: update
new f26bb9c insert_apache_header: update
new 0d58291 insert_apache_header: remove unnecessary header
new 46cd9a0 Merge pull request #946 from zyearn/insert_apache_header
The 1889 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.bazelrc | 15 ++++++++++++
.travis.yml | 17 +++++++++++++
BUILD | 2 --
CMakeLists.txt | 28 +++++++++++-----------
Dockerfile | 2 --
Makefile | 28 +++++++++++-----------
WORKSPACE | 17 +++++++++++++
bazel/brpc.bzl | 2 --
build_in_travis_ci.sh | 2 --
cmake/CMakeLists.download_gtest.in | 2 --
cmake/CompileProto.cmake | 4 +---
cmake/FindGFLAGS.cmake | 2 --
cmake/FindGperftools.cmake | 2 --
cmake/SetupGtest.cmake | 2 --
cmake/brpc.pc.in | 2 --
config.h.in | 1 -
config_brpc.sh | 2 --
example/BUILD | 15 ++++++++++++
example/asynchronous_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/asynchronous_echo_c++/Makefile | 17 +++++++++++++
example/asynchronous_echo_c++/echo.proto | 17 +++++++++++++
example/auto_concurrency_limiter/CMakeLists.txt | 17 +++++++++++++
example/auto_concurrency_limiter/cl_test.proto | 17 +++++++++++++
example/backup_request_c++/CMakeLists.txt | 17 +++++++++++++
example/backup_request_c++/Makefile | 17 +++++++++++++
example/backup_request_c++/echo.proto | 17 +++++++++++++
example/cancel_c++/CMakeLists.txt | 17 +++++++++++++
example/cancel_c++/Makefile | 17 +++++++++++++
example/cancel_c++/echo.proto | 17 +++++++++++++
example/cascade_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/cascade_echo_c++/Makefile | 17 +++++++++++++
example/cascade_echo_c++/echo.proto | 17 +++++++++++++
example/dynamic_partition_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/dynamic_partition_echo_c++/Makefile | 17 +++++++++++++
example/dynamic_partition_echo_c++/echo.proto | 17 +++++++++++++
example/dynamic_partition_echo_c++/server_list | 16 +++++++++++++
example/echo_c++/CMakeLists.txt | 17 +++++++++++++
example/echo_c++/Makefile | 17 +++++++++++++
example/echo_c++/echo.proto | 17 +++++++++++++
example/echo_c++_hulu_pbrpc/CMakeLists.txt | 17 +++++++++++++
example/echo_c++_hulu_pbrpc/Makefile | 17 +++++++++++++
example/echo_c++_hulu_pbrpc/echo.proto | 17 +++++++++++++
example/echo_c++_sofa_pbrpc/CMakeLists.txt | 17 +++++++++++++
example/echo_c++_sofa_pbrpc/Makefile | 17 +++++++++++++
example/echo_c++_sofa_pbrpc/echo.proto | 17 +++++++++++++
example/echo_c++_ubrpc_compack/CMakeLists.txt | 17 +++++++++++++
example/echo_c++_ubrpc_compack/Makefile | 17 +++++++++++++
example/echo_c++_ubrpc_compack/echo.proto | 17 +++++++++++++
example/echo_c++_ubrpc_compack/idl_options.proto | 17 +++++++++++++
example/grpc_c++/CMakeLists.txt | 17 +++++++++++++
example/grpc_c++/Makefile | 17 +++++++++++++
example/grpc_c++/helloworld.proto | 17 +++++++++++++
example/http_c++/CMakeLists.txt | 17 +++++++++++++
example/http_c++/Makefile | 17 +++++++++++++
example/http_c++/http.proto | 17 +++++++++++++
example/memcache_c++/CMakeLists.txt | 17 +++++++++++++
example/memcache_c++/Makefile | 17 +++++++++++++
example/multi_threaded_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/multi_threaded_echo_c++/Makefile | 17 +++++++++++++
example/multi_threaded_echo_c++/echo.proto | 17 +++++++++++++
example/multi_threaded_echo_fns_c++/CMakeLists.txt | 17 +++++++++++++
example/multi_threaded_echo_fns_c++/Makefile | 17 +++++++++++++
example/multi_threaded_echo_fns_c++/echo.proto | 17 +++++++++++++
example/multi_threaded_echo_fns_c++/run_servers | 18 ++++++++++++++
example/multi_threaded_mcpack_c++/CMakeLists.txt | 17 +++++++++++++
example/multi_threaded_mcpack_c++/Makefile | 17 +++++++++++++
example/multi_threaded_mcpack_c++/echo.proto | 17 +++++++++++++
.../multi_threaded_mcpack_c++/idl_options.proto | 17 +++++++++++++
example/nshead_extension_c++/CMakeLists.txt | 17 +++++++++++++
example/nshead_extension_c++/Makefile | 17 +++++++++++++
example/nshead_pb_extension_c++/CMakeLists.txt | 17 +++++++++++++
example/nshead_pb_extension_c++/Makefile | 17 +++++++++++++
example/nshead_pb_extension_c++/echo.proto | 17 +++++++++++++
example/parallel_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/parallel_echo_c++/Makefile | 17 +++++++++++++
example/parallel_echo_c++/echo.proto | 17 +++++++++++++
example/partition_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/partition_echo_c++/Makefile | 17 +++++++++++++
example/partition_echo_c++/echo.proto | 17 +++++++++++++
example/partition_echo_c++/server_list | 17 +++++++++++++
example/redis_c++/CMakeLists.txt | 17 +++++++++++++
example/redis_c++/Makefile | 17 +++++++++++++
example/selective_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/selective_echo_c++/Makefile | 17 +++++++++++++
example/selective_echo_c++/echo.proto | 17 +++++++++++++
.../session_data_and_thread_local/CMakeLists.txt | 17 +++++++++++++
example/session_data_and_thread_local/Makefile | 17 +++++++++++++
example/session_data_and_thread_local/echo.proto | 17 +++++++++++++
example/streaming_echo_c++/CMakeLists.txt | 17 +++++++++++++
example/streaming_echo_c++/Makefile | 17 +++++++++++++
example/streaming_echo_c++/echo.proto | 17 +++++++++++++
example/thrift_extension_c++/Makefile | 17 +++++++++++++
glog.BUILD | 2 --
leveldb.BUILD | 4 +---
src/CMakeLists.txt | 17 +++++++++++++
src/brpc/builtin_service.proto | 17 +++++++++++++
src/brpc/errno.proto | 17 +++++++++++++
src/brpc/get_favicon.proto | 17 +++++++++++++
src/brpc/get_js.proto | 17 +++++++++++++
src/brpc/nshead_meta.proto | 17 +++++++++++++
src/brpc/options.proto | 17 +++++++++++++
src/brpc/policy/baidu_rpc_meta.proto | 17 +++++++++++++
src/brpc/policy/hulu_pbrpc_meta.proto | 17 +++++++++++++
src/brpc/policy/mongo.proto | 17 +++++++++++++
src/brpc/policy/public_pbrpc_meta.proto | 17 +++++++++++++
src/brpc/policy/sofa_pbrpc_meta.proto | 17 +++++++++++++
src/brpc/proto_base.proto | 17 +++++++++++++
src/brpc/rpc_dump.proto | 17 +++++++++++++
src/brpc/rtmp.proto | 17 +++++++++++++
src/brpc/span.proto | 17 +++++++++++++
src/brpc/streaming_rpc_meta.proto | 17 +++++++++++++
src/brpc/trackme.proto | 17 +++++++++++++
src/idl_options.proto | 17 +++++++++++++
test/BUILD | 14 +++++++++++
test/CMakeLists.txt | 17 +++++++++++++
test/Makefile | 17 +++++++++++++
test/addressbook.proto | 17 +++++++++++++
test/addressbook1.proto | 17 +++++++++++++
test/addressbook_encode_decode.proto | 17 +++++++++++++
test/addressbook_map.proto | 17 +++++++++++++
test/echo.proto | 17 +++++++++++++
test/grpc.proto | 17 +++++++++++++
test/health_check.proto | 17 +++++++++++++
test/iobuf.proto | 17 +++++++++++++
test/message.proto | 17 +++++++++++++
test/repeated.proto | 17 +++++++++++++
test/run_tests.sh | 2 --
test/snappy_message.proto | 17 +++++++++++++
test/v1.proto | 17 +++++++++++++
test/v2.proto | 17 +++++++++++++
tools/CMakeLists.txt | 17 +++++++++++++
tools/add_syntax_equal_proto2_to_all.sh | 2 --
tools/clean_all_examples | 17 +++++++++++++
tools/clean_all_makefile | 2 --
tools/make_all_examples | 2 --
tools/parallel_http/CMakeLists.txt | 17 +++++++++++++
tools/parallel_http/Makefile | 17 +++++++++++++
tools/patch_from_baidu | 2 --
tools/rpc_press/CMakeLists.txt | 17 +++++++++++++
tools/rpc_press/Makefile | 17 +++++++++++++
tools/rpc_replay/CMakeLists.txt | 17 +++++++++++++
tools/rpc_replay/Makefile | 17 +++++++++++++
tools/rpc_view/CMakeLists.txt | 17 +++++++++++++
tools/rpc_view/Makefile | 17 +++++++++++++
tools/rpc_view/view.proto | 17 +++++++++++++
tools/trackme_server/CMakeLists.txt | 17 +++++++++++++
tools/trackme_server/Makefile | 17 +++++++++++++
147 files changed, 2165 insertions(+), 67 deletions(-)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]