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 <vongosling@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(-)
|