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-python.git.
from bc71705 Merge pull request #3 from ShannonDing/master
add 340a0ee Add package.sh and refactor build method
new 752dccb Merge pull request #4 from ShannonDing/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 | 165 +++++++++++++++++++++++++-------------------
cmake/ConfigureChecks.cmake | 2 -
cmake/Findrocketmq.cmake | 115 ++++++++++++++++++++++++++++++
doc/Introduction.md | 23 ++++--
package.sh | 86 +++++++++++++++++++++++
project/CMakeLists.txt | 10 +--
project/Makefile | 2 +-
sample/base.py | 32 +--------
sample/testConsumer.py | 2 +-
sample/testProducer.py | 29 ++++++++
10 files changed, 353 insertions(+), 113 deletions(-)
create mode 100644 cmake/Findrocketmq.cmake
create mode 100755 package.sh
|