You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by ja...@apache.org on 2020/11/30 14:14:17 UTC

[incubator-brpc] branch master updated (e64eb3c -> 29ab898)

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 e64eb3c  partial fix for profiling under MacOS, symbols are not shown yet(even with llvm-symbolizer)
     new 1015264  make butil::BasicStringPiece<T> support string split functions-family
     new 32c05be  make butil::BasicStringPiece<T> support string split functions-family
     new 29ab898  Merge pull request #1295 from lrita/l_s

The 2149 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:
 src/butil/strings/string_piece.h  |   7 +++
 src/butil/strings/string_split.cc | 103 ++++++++++++++++++++++++++++++++------
 src/butil/strings/string_split.h  |  28 +++++++++++
 src/butil/strings/string_util.cc  |  21 +++++++-
 src/butil/strings/string_util.h   |  11 +++-
 test/string_split_unittest.cc     |  64 +++++++++++++++++++++++
 6 files changed, 218 insertions(+), 16 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org