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/20 11:06:08 UTC

[rocketmq-client-cpp] branch master updated (bd98fa6 -> 0dd639b)

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 bd98fa6  Merge pull request #9 from ShannonDing/master
     add 296d29a  add control  parameter
     add 867fb38  add control parameter
     add c00e241  change Boost_USE_STATIC_LIBS default value
     add 1ce58d0  add onekeybuild
     add 77aa323  compile example with lib accord to rocketmq-client
     add df94108  add -DBOOST_ALL_DYN_LINK for link shared boost
     add 88bbf06  update onekeybuild add shared build
     add 0c4a00e  compile with -O2 and delete -g by default
     add 8719cfe  install libSignature.a to rocketmq
     add e84c79d  update onekeybuild
     add 61a8858  set Boost_USE_MULTITHREADED ON by default
     add c1e52d7  add build.sh
     add a90f8d8  updated for one key build script
     add 59c8d6b  package all the libevent,jsoncpp,boost,rocketmq,Signature static libraries to one librocketmq.a
     add 729963a  udpate readme with newest format and content
     add b25a064  update readme with one key build script
     add fa08858  Merge branch 'master' of https://github.com/jonnxu/rocketmq-client-cpp
     add 8f4ffc2  replace onekeybuild.sh by build.sh
     add ae8cb04  add low latency and high tps description
     add 0b7f5a4  update define the Property name for MQMessage, rocketmq-client-cpp consisten with rocketmq-client-java
     add aaaade1  Revert "update define the Property name for MQMessage, rocketmq-client-cpp consisten with rocketmq-client-java"
     add 39c2b82  add msgId in SendResult produced by client and offsetMsgId produced by broker
     add 7c952ab  Merge branch 'master' into master
     add 6c265af  update boost version from 1.56 to 1.58
     new 0dd639b  Merge pull request #8 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                     |  17 +--
 README.md                          |  53 ++++------
 build.sh                           | 212 +++++++++++++++++++++++++++++++++++++
 example/CMakeLists.txt             |  22 +++-
 include/MQMessage.h                |  17 ++-
 include/SendResult.h               |   4 +-
 libs/signature/CMakeLists.txt      |   4 +
 package_rocketmq.mri               |  22 ++++
 project/CMakeLists.txt             |  41 ++++---
 src/MQClientAPIImpl.cpp            |   3 +-
 src/message/MQMessage.cpp          |  15 +++
 src/producer/DefaultMQProducer.cpp |   9 +-
 src/producer/SendResult.cpp        |   7 +-
 src/producer/StringIdMaker.cpp     | 145 +++++++++++++++++++++++++
 src/producer/StringIdMaker.h       |  44 ++++++++
 15 files changed, 550 insertions(+), 65 deletions(-)
 create mode 100644 build.sh
 create mode 100644 package_rocketmq.mri
 create mode 100644 src/producer/StringIdMaker.cpp
 create mode 100644 src/producer/StringIdMaker.h


[rocketmq-client-cpp] 01/01: Merge pull request #8 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 0dd639b6cdcccc4f4760ac93982f0f1064281734
Merge: bd98fa6 6c265af
Author: von gosling <vo...@apache.org>
AuthorDate: Tue Nov 20 19:06:04 2018 +0800

    Merge pull request #8 from jonnxu/master
    
    Add a key build script to build static and share library

 CMakeLists.txt                     |  17 +--
 README.md                          |  53 ++++------
 build.sh                           | 212 +++++++++++++++++++++++++++++++++++++
 example/CMakeLists.txt             |  22 +++-
 include/MQMessage.h                |  17 ++-
 include/SendResult.h               |   4 +-
 libs/signature/CMakeLists.txt      |   4 +
 package_rocketmq.mri               |  22 ++++
 project/CMakeLists.txt             |  41 ++++---
 src/MQClientAPIImpl.cpp            |   3 +-
 src/message/MQMessage.cpp          |  15 +++
 src/producer/DefaultMQProducer.cpp |   9 +-
 src/producer/SendResult.cpp        |   7 +-
 src/producer/StringIdMaker.cpp     | 145 +++++++++++++++++++++++++
 src/producer/StringIdMaker.h       |  44 ++++++++
 15 files changed, 550 insertions(+), 65 deletions(-)