• jamesge's avatar
    Renamed ThriftMessage to ThriftFramedMessage, ThriftTemplateMessage to ThriftMessage · 05a0bd10
    jamesge authored
    Removed thrift_binary_head.h and renamed thrift_binary_head_t to thrift_head_t which is in thrift_message.h
    Adapt thrift 0.11 which uses shared_ptr defined in stdcxx.h
    Simplify example/thrift_extension_c++ by roundrobin between processing by handler or directly.
    Removed libbrpc_thrift.a, the objs are archived into libbrpc.a (and libbrpc.so) directly
    05a0bd10
Name
Last commit
Last update
..
asynchronous_echo_c++ Update example/*/CMakeLists.txt as well
backup_request_c++ Update example/*/CMakeLists.txt as well
cancel_c++ Update example/*/CMakeLists.txt as well
cascade_echo_c++ Update example/*/CMakeLists.txt as well
dynamic_partition_echo_c++ Update example/*/CMakeLists.txt as well
echo_c++ not require gperftools by default in echo_c++ and derivative examples
echo_c++_hulu_pbrpc Update example/*/CMakeLists.txt as well
echo_c++_sofa_pbrpc Update example/*/CMakeLists.txt as well
echo_c++_ubrpc_compack Update example/*/CMakeLists.txt as well
http_c++ fix static linking in ex
memcache_c++ fix static linking in ex
multi_threaded_echo_c++ fix static linking in ex
multi_threaded_echo_fns_c++ Update example/*/CMakeLists.txt as well
multi_threaded_mcpack_c++ Update example/*/CMakeLists.txt as well
nshead_extension_c++ Update example/*/CMakeLists.txt as well
nshead_pb_extension_c++ Update example/*/CMakeLists.txt as well
parallel_echo_c++ Update example/*/CMakeLists.txt as well
partition_echo_c++ Update example/*/CMakeLists.txt as well
redis_c++ fix static linking in ex
selective_echo_c++ Update example/*/CMakeLists.txt as well
session_data_and_thread_local Update example/*/CMakeLists.txt as well
streaming_echo_c++ Update example/*/CMakeLists.txt as well
thrift_extension_c++ Renamed ThriftMessage to ThriftFramedMessage, ThriftTemplateMessage to ThriftMessage
BUILD bazel support example and unittest