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/23 10:06:20 UTC

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

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 358dc61f8d4b9e412d8989bdcfa3f00bb6c2efee
Merge: d648635 a5ba422
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Nov 23 18:06:15 2018 +0800

    Merge pull request #14 from jsj020122/master

 README.md                                 |  27 ++
 Win32/AsyncProducer.vcxproj               | 117 ++++++++
 Win32/AsyncPushConsumer.vcxproj           | 117 ++++++++
 Win32/OrderProducer.vcxproj               | 117 ++++++++
 Win32/OrderlyPushConsumer.vcxproj         | 117 ++++++++
 Win32/Producer.vcxproj                    | 117 ++++++++
 Win32/PullConsumer.vcxproj                | 117 ++++++++
 Win32/PushConsumeMessage.vcxproj          | 117 ++++++++
 Win32/PushConsumer.vcxproj                | 117 ++++++++
 Win32/SendDelayMsg.vcxproj                | 117 ++++++++
 Win32/SyncProducer.vcxproj                | 117 ++++++++
 Win32/rocketmq-client-cpp.sln             | 175 ++++++++++++
 Win32/rocketmq-client-cpp.vcxproj         | 257 +++++++++++++++++
 Win32/rocketmq-client-cpp.vcxproj.filters | 450 ++++++++++++++++++++++++++++++
 example/PushConsumeMessage.c              |   5 +
 example/common.h                          |   8 +
 include/CMessage.h                        |  19 +-
 include/CMessageExt.h                     |  31 +-
 include/CProducer.h                       |  37 +--
 include/CPushConsumer.h                   |  37 ++-
 include/RocketMQClient.h                  |   8 +
 src/producer/StringIdMaker.cpp            |  40 +--
 src/producer/StringIdMaker.h              |   8 +
 win32_build.bat                           |  41 +++
 24 files changed, 2233 insertions(+), 80 deletions(-)