You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by vo...@apache.org on 2018/11/30 02:21:50 UTC

[rocketmq-client-cpp] branch master updated (f80321f -> 57454f8)

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

vongosling pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git.


    from f80321f  Merge pull request #18 from wlliqipeng/master
     add 8bcd072  move define to common.h
     add 14c474e  modify readme.md
     add acd8b94  cpp and c indenpendcy
     add 500b35a  c and cppp independency
     add a94b385  remove CPPCommon.h
     add a23c370  Merge branch 'master' into master
     add a3a713f  Update CCommon.h
     new 57454f8  Merge pull request #15 from jsj020122/master

The 1 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:
 README.md                         | 28 ----------------------------
 include/CCommon.h                 | 21 +++++++++++++++++++++
 include/CMessage.h                |  2 +-
 include/CMessageExt.h             |  2 +-
 include/CProducer.h               |  1 +
 include/CPullConsumer.h           |  1 +
 include/MQClientException.h       |  1 +
 include/MQMessage.h               |  1 +
 src/common/ByteOrder.h            | 30 +++++++++++++++---------------
 src/common/ClientRPCHook.h        |  1 -
 src/common/InputStream.h          | 32 ++++++++++++++++----------------
 src/common/OutputStream.h         | 32 ++++++++++++++++----------------
 src/common/dataBlock.h            | 30 +++++++++++++++---------------
 src/consumer/AllocateMQStrategy.h |  1 -
 src/consumer/OffsetStore.h        |  1 -
 15 files changed, 89 insertions(+), 95 deletions(-)


[rocketmq-client-cpp] 01/01: Merge pull request #15 from jsj020122/master

Posted by vo...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

vongosling pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/rocketmq-client-cpp.git

commit 57454f8fcdedca60e6b981f4e043acefd74f702e
Merge: f80321f a3a713f
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Nov 30 10:21:46 2018 +0800

    Merge pull request #15 from jsj020122/master
    
    Dependency c header instead of cpp header

 README.md                         | 28 ----------------------------
 include/CCommon.h                 | 21 +++++++++++++++++++++
 include/CMessage.h                |  2 +-
 include/CMessageExt.h             |  2 +-
 include/CProducer.h               |  1 +
 include/CPullConsumer.h           |  1 +
 include/MQClientException.h       |  1 +
 include/MQMessage.h               |  1 +
 src/common/ByteOrder.h            | 30 +++++++++++++++---------------
 src/common/ClientRPCHook.h        |  1 -
 src/common/InputStream.h          | 32 ++++++++++++++++----------------
 src/common/OutputStream.h         | 32 ++++++++++++++++----------------
 src/common/dataBlock.h            | 30 +++++++++++++++---------------
 src/consumer/AllocateMQStrategy.h |  1 -
 src/consumer/OffsetStore.h        |  1 -
 15 files changed, 89 insertions(+), 95 deletions(-)