This is an automated email from the ASF dual-hosted git repository.

wwbmmm pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-brpc.git


    from 64957045 update readme to add link to coc (#1564)
     new cacbd037 Implement multi bvar feature
     new 788dd245 Add mbvar_c++.md doc
     new 68f6278f Implement multi bvar feature
     new de7ca46a Implement multi bvar feature
     new de8fd7c1 Update vars.md
     new f538ca1a Update bvar.md
     new d84471b8 Update bvar_c++.md
     new 03485836 Update mbvar_c++.md
     new 8650a127 Update bvar_c++.md
     new f303256f Merge pull request #1608 from serverglen/feature-mbvar

The 2672 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:
 docs/cn/bvar.md                        |   2 +-
 docs/cn/bvar_c++.md                    |  41 +-
 docs/cn/mbvar_c++.md                   | 774 +++++++++++++++++++++++++++++++++
 docs/cn/vars.md                        |  10 +-
 src/bvar/multi_dimension.h             | 140 ++++++
 src/bvar/multi_dimension_inl.h         | 374 ++++++++++++++++
 src/bvar/mvariable.cpp                 | 253 +++++++++++
 src/bvar/mvariable.h                   | 125 ++++++
 src/bvar/variable.cpp                  | 122 +++++-
 src/bvar/variable.h                    |   3 +
 test/bvar_multi_dimension_unittest.cpp | 471 ++++++++++++++++++++
 test/bvar_mvariable_unittest.cpp       | 237 ++++++++++
 12 files changed, 2529 insertions(+), 23 deletions(-)
 create mode 100644 docs/cn/mbvar_c++.md
 create mode 100644 src/bvar/multi_dimension.h
 create mode 100644 src/bvar/multi_dimension_inl.h
 create mode 100644 src/bvar/mvariable.cpp
 create mode 100644 src/bvar/mvariable.h
 create mode 100644 test/bvar_multi_dimension_unittest.cpp
 create mode 100644 test/bvar_mvariable_unittest.cpp


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to