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 25160de Merge pull request #22 from jonnxu/master
add bfba2d1 Add licence and notice
new 82f15c7 Merge pull request #25 from ShannonDing/license
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:
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(-)
create mode 100644 LICENSE
delete mode 100644 Makefile
create mode 100644 NOTICE
delete mode 100644 example/CMakeFiles/AsyncProducer.dir/AsyncProducer.cpp.o
delete mode 100644 example/Makefile
delete mode 100644 libs/Makefile
delete mode 100644 libs/signature/Makefile
delete mode 100644 libs/signature/lib/.gitkeep
delete mode 100644 project/Makefile