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:05:22 UTC

[rocketmq-client-cpp] branch master updated (3f68840 -> 75ed116)

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 3f68840  Merge pull request #16 from wenfengwang/master
     add e4ff819  Update build script to "green" build, libevent/jsoncpp/libevent will be build and files will be saved only in rocketmq-client-cpp other system path
     add 4b26410  Resolve Message's msgId is same between Producer and Consumer
     new 75ed116  Merge pull request #17 from jonnxu/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               | 65 ++++++++++++++++++++++++++++++--------------
 README.md                    |  7 +++--
 build.sh                     | 42 ++++++++++++++--------------
 cmake/FindJsoncpp.cmake      |  5 ++--
 cmake/FindLibevent.cmake     |  4 +--
 include/MQMessageExt.h       |  4 +++
 package_rocketmq.mri         | 38 +++++++++++++-------------
 project/CMakeLists.txt       |  2 +-
 src/message/MQDecoder.cpp    |  9 +++++-
 src/message/MQMessageExt.cpp |  4 +++
 10 files changed, 110 insertions(+), 70 deletions(-)


[rocketmq-client-cpp] 01/01: Merge pull request #17 from jonnxu/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 75ed11612f9f461e49e9c3a61846ea627f1f2483
Merge: 3f68840 4b26410
Author: von gosling <vo...@apache.org>
AuthorDate: Fri Nov 30 10:05:18 2018 +0800

    Merge pull request #17 from jonnxu/master
    
    Update build script to "green" build, libraries will be built and saved only in rocketmq-client-cpp Instead of system path

 CMakeLists.txt               | 65 ++++++++++++++++++++++++++++++--------------
 README.md                    |  7 +++--
 build.sh                     | 42 ++++++++++++++--------------
 cmake/FindJsoncpp.cmake      |  5 ++--
 cmake/FindLibevent.cmake     |  4 +--
 include/MQMessageExt.h       |  4 +++
 package_rocketmq.mri         | 38 +++++++++++++-------------
 project/CMakeLists.txt       |  2 +-
 src/message/MQDecoder.cpp    |  9 +++++-
 src/message/MQMessageExt.cpp |  4 +++
 10 files changed, 110 insertions(+), 70 deletions(-)