This is an automated email from the ASF dual-hosted git repository. lorinlee pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git
from da1fc138 Merge pull request #1837 from wasphin/feature/update-getting-start new 87e18c6a Fix __const__ compile error in gcc version >= 11.2.0 new f345f528 Merge branch 'master' into fix-attribute-const new 28eb0636 Merge pull request #1783 from wwbmmm/fix-attribute-const The 2611 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: BUILD.bazel | 2 +- CMakeLists.txt | 2 +- Makefile | 5 ++--- config_brpc.sh | 4 ++++ docs/cn/getting_started.md | 2 +- docs/cn/thread_local.md | 7 +++---- docs/en/getting_started.md | 2 +- example/BUILD | 2 +- example/asynchronous_echo_c++/CMakeLists.txt | 2 +- example/auto_concurrency_limiter/CMakeLists.txt | 2 +- example/backup_request_c++/CMakeLists.txt | 2 +- example/cancel_c++/CMakeLists.txt | 2 +- example/cascade_echo_c++/CMakeLists.txt | 2 +- example/dynamic_partition_echo_c++/CMakeLists.txt | 2 +- example/echo_c++/CMakeLists.txt | 2 +- example/echo_c++/Makefile | 3 +-- example/grpc_c++/CMakeLists.txt | 2 +- example/http_c++/CMakeLists.txt | 2 +- example/http_c++/Makefile | 3 +-- example/memcache_c++/CMakeLists.txt | 2 +- example/memcache_c++/Makefile | 2 +- example/multi_threaded_echo_c++/CMakeLists.txt | 2 +- example/multi_threaded_echo_c++/Makefile | 3 +-- example/multi_threaded_echo_fns_c++/CMakeLists.txt | 2 +- example/nshead_extension_c++/CMakeLists.txt | 2 +- example/nshead_pb_extension_c++/CMakeLists.txt | 2 +- example/parallel_echo_c++/CMakeLists.txt | 2 +- example/partition_echo_c++/CMakeLists.txt | 2 +- example/redis_c++/CMakeLists.txt | 2 +- example/redis_c++/Makefile | 2 +- example/selective_echo_c++/CMakeLists.txt | 2 +- example/session_data_and_thread_local/CMakeLists.txt | 2 +- example/streaming_echo_c++/CMakeLists.txt | 2 +- example/thrift_extension_c++/Makefile | 3 +-- src/butil/errno.h | 7 ++++++- test/BUILD.bazel | 2 +- test/CMakeLists.txt | 2 +- test/Makefile | 2 +- tools/BUILD | 2 +- tools/parallel_http/Makefile | 2 +- tools/rpc_press/Makefile | 2 +- tools/rpc_replay/Makefile | 2 +- tools/rpc_view/Makefile | 3 +-- tools/trackme_server/Makefile | 2 +- 44 files changed, 55 insertions(+), 53 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@brpc.apache.org For additional commands, e-mail: dev-h...@brpc.apache.org