You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2021/09/06 02:07:52 UTC

[pulsar] branch master updated (328b31a -> 3c406bc)

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

mmerli pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 328b31a  Fixed merge conflict on MetadataStoreTest (#11921)
     add 3c406bc  [C++] Move all C symbols into C++ pulsar namespace (#11919)

No new revisions were added by this update.

Summary of changes:
 pulsar-client-cpp/lib/CMakeLists.txt           |    2 +-
 pulsar-client-cpp/lib/checksum/crc32c_sse42.cc |    7 +-
 pulsar-client-cpp/lib/checksum/crc32c_sse42.h  |   12 +-
 pulsar-client-cpp/lib/checksum/crc32c_sw.cc    |    4 +
 pulsar-client-cpp/lib/checksum/crc32c_sw.h     |    7 +-
 pulsar-client-cpp/lib/checksum/gf2.hpp         |    4 +
 pulsar-client-cpp/lib/lz4/lz4.c                | 1516 ------------------------
 pulsar-client-cpp/lib/lz4/lz4.cc               | 1507 +++++++++++++++++++++++
 pulsar-client-cpp/lib/lz4/lz4.h                |  113 +-
 9 files changed, 1601 insertions(+), 1571 deletions(-)
 delete mode 100644 pulsar-client-cpp/lib/lz4/lz4.c
 create mode 100644 pulsar-client-cpp/lib/lz4/lz4.cc