You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2018/11/13 03:33:25 UTC

[rocketmq-client-cpp] branch master updated (50c2d4e -> 7be5683)

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

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


    from 50c2d4e  Merge pull request #3 from jonnxu/jonnxu-patch-readme
     add d061bd6  initailized sigaction
     add 4dc5374  Support C99 and Add C Samples
     add 239db48  Support C99 and Add C Samples
     add 2708df6  Add C Samples
     new 7be5683  Merge pull request #4 from ShannonDing/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:
 CMakeLists.txt                         |  2 +-
 example/CMakeLists.txt                 |  2 +-
 example/Producer.c                     | 65 ++++++++++++++++++++++++++++++++++
 example/PushConsumeMessage.c           | 59 ++++++++++++++++++++++++++++++
 include/CCommon.h                      |  4 +--
 include/CMessage.h                     |  2 +-
 include/CMessageExt.h                  |  2 +-
 include/CProducer.h                    |  2 +-
 include/CPullConsumer.h                |  2 +-
 include/CPushConsumer.h                |  4 +--
 include/CSendResult.h                  |  2 +-
 src/consumer/DefaultMQPullConsumer.cpp |  2 +-
 src/consumer/DefaultMQPushConsumer.cpp |  2 +-
 src/producer/DefaultMQProducer.cpp     |  2 +-
 14 files changed, 138 insertions(+), 14 deletions(-)
 create mode 100644 example/Producer.c
 create mode 100644 example/PushConsumeMessage.c


[rocketmq-client-cpp] 01/01: Merge pull request #4 from ShannonDing/master

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

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

commit 7be5683c950ce197fd976877171516bc12ebd563
Merge: 50c2d4e 2708df6
Author: duheng <39...@users.noreply.github.com>
AuthorDate: Tue Nov 13 11:33:21 2018 +0800

    Merge pull request #4 from ShannonDing/master
    
    Add C Samples and Initialize Sigaction

 CMakeLists.txt                         |  2 +-
 example/CMakeLists.txt                 |  2 +-
 example/Producer.c                     | 65 ++++++++++++++++++++++++++++++++++
 example/PushConsumeMessage.c           | 59 ++++++++++++++++++++++++++++++
 include/CCommon.h                      |  4 +--
 include/CMessage.h                     |  2 +-
 include/CMessageExt.h                  |  2 +-
 include/CProducer.h                    |  2 +-
 include/CPullConsumer.h                |  2 +-
 include/CPushConsumer.h                |  4 +--
 include/CSendResult.h                  |  2 +-
 src/consumer/DefaultMQPullConsumer.cpp |  2 +-
 src/consumer/DefaultMQPushConsumer.cpp |  2 +-
 src/producer/DefaultMQProducer.cpp     |  2 +-
 14 files changed, 138 insertions(+), 14 deletions(-)