You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by di...@apache.org on 2019/01/10 05:00:19 UTC

[rocketmq-client-python] 03/05: Merge pull request #4 from apache/master

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

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

commit 6f708a1ca152e2ec371f43f713f7ed11060ac72d
Merge: 291fd3b 70ffb00
Author: dinglei <li...@163.com>
AuthorDate: Wed Jan 9 11:51:08 2019 +0800

    Merge pull request #4 from apache/master
    
    merge from apache master

 .gitignore                              |   8 +-
 CMakeLists.txt                          |  22 +++-
 NOTICE                                  |   5 +
 README.md                               |   8 +-
 doc/Introduction.md                     | 149 ++++++++++++++++-------
 doc/api-doc/consumer-push.md            |  81 +++++++++++++
 doc/api-doc/message.md                  | 135 +++++++++++++++++++++
 doc/api-doc/producer.md                 |  94 +++++++++++++++
 install_boostpython.sh                  |  57 +++++++++
 package.sh                              |   6 +-
 project/CMakeLists.txt                  |  22 ++--
 sample/testConsumer.py                  |  11 +-
 sample/testProducer.py                  |  15 +++
 setup.py                                |  46 +++++++
 src/PythonWrapper.cpp                   |  85 +++++++++----
 src/PythonWrapper.h                     |  14 ++-
 test/TestConsumeMessages.py             |  78 ++++++++++++
 test/TestSendMessages.py                | 206 ++++++++++++++++++++++++++++++++
 test/__init__.py                        |  22 ++++
 third_party/googletest/README.md        |   4 +
 bin/Makefile => unitests/CMakeLists.txt |  24 ++--
 unitests/PythonWrapperTest.cpp          |  26 ++++
 22 files changed, 1011 insertions(+), 107 deletions(-)