forked from apache/brpc
-
Notifications
You must be signed in to change notification settings - Fork 2
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
Merge apache/incubator-brpc master #2
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Fix build break for clang 10.0.1
coding style fix in brpc/trackme.cpp
…nux platform. Only reproduced and tested with x64 linux and gcc 7 / 8 / 10. Not sure if this error exist on other platforms.
Compatibility improvement of protobuf json format and spring http spec
…LOGD/I/W/E/F to print contextual log; Add flag -log_as_json to print logs as valid JSON
…afer one and lose the -log_as_json support for glog
Correct spelling mistakes
Fix typo of a message in CMakeLists.txt
Remove FlameGraph dependency to solve category b license conflict.
Fix build failure on macOS with FlameGraph
文档中的代码示例写错了,需要实现的函数名应为Describe
Fix the method name of MyService in docs/(cn|en)/status.md
Update bvar.md
修改la策略中的异常日志的级别,避免在使用glog的情况下core dump
Change chinese quotation marks in bvar_c++.md sample code
Fix typo: SampleRequest -> SampledRequest
Fix ChannelGroup vector resize bug of tools/rpc_replay/rpc_replay.cpp during Initialization
fix warning in gcc8+
Fix typo in doc: BRPC_RPC_VALIDATE_GFLAG -> BRPC_VALIDATE_GFLAG
…copy_assignment Fix -Wclass-memaccess warnings in high version GCC
rm DISCLAIMER-WIP and use DISCLAIMER for 1.0 release
Update flat_map.h
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Merge apache/incubator-brpc master