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 82f15c75fa247c84652a0930d6fdf0914f94dac1 Merge: 25160de bfba2d1 Author: von gosling <[email protected]> AuthorDate: Thu Dec 6 10:19:47 2018 +0800 Merge pull request #25 from ShannonDing/license Add license and notice LICENSE | 201 ++ Makefile | 215 --- NOTICE | 5 + build.sh | 16 + .../AsyncProducer.dir/AsyncProducer.cpp.o | Bin 1887024 -> 0 bytes example/Makefile | 509 ----- include/SessionCredentials.h | 18 +- libs/Makefile | 173 -- libs/signature/Makefile | 377 ---- libs/signature/lib/.gitkeep | 1 - project/Makefile | 1943 -------------------- src/common/big_endian.cpp | 16 + src/common/big_endian.h | 17 + src/producer/StringIdMaker.cpp | 18 +- src/producer/StringIdMaker.h | 17 + src/thread/disruptor/batch_descriptor.h | 16 + src/thread/disruptor/claim_strategy.h | 16 + src/thread/disruptor/event_processor.h | 16 + src/thread/disruptor/event_publisher.h | 16 + src/thread/disruptor/exception_handler.h | 16 + src/thread/disruptor/exceptions.h | 16 + src/thread/disruptor/interface.h | 16 + src/thread/disruptor/ring_buffer.h | 16 + src/thread/disruptor/sequence.h | 16 + src/thread/disruptor/sequence_barrier.h | 16 + src/thread/disruptor/sequencer.h | 16 + src/thread/disruptor/utils.h | 16 + src/thread/disruptor/wait_strategy.h | 16 + win32_build.bat | 16 + 29 files changed, 530 insertions(+), 3220 deletions(-)
