You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by xy...@apache.org on 2022/09/29 05:57:32 UTC

[pulsar-client-cpp] branch main updated (5f42cdf -> 12c69f9)

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

xyz pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/pulsar-client-cpp.git


    from 5f42cdf  Merge pull request #1 from merlimat/remove-python-client
     new 1155eb3  PIP-209: Build C++ client in standalone repo
     new 00ac2b2  Fixed missing ExternalTest.proto
     new 6e91327  Fixed cmake missing change
     new 624c943  Allow version script to be called from any directory
     new 12c69f9  Merge pull request #2 from merlimat/build-standalone-client

The 758 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                                     |   11 +-
 .../gen-pulsar-version-macro.py                    |   15 +-
 lib/CMakeLists.txt                                 |    7 +-
 lib/Commands.cc                                    |    6 +-
 lib/HTTPLookupService.cc                           |    2 +-
 lib/HTTPLookupService.h                            |    2 +-
 lib/VersionInternal.h                              |   26 -
 proto/PulsarApi.proto                              | 1109 ++++++++++++++++++++
 templates/Version.h.in                             |    7 +-
 tests/CMakeLists.txt                               |    2 +-
 .../ExternalTest.proto}                            |   12 +-
 tests/{PaddingDemo.proto => proto/Test.proto}      |   32 +-
 version.txt                                        |    1 +
 13 files changed, 1175 insertions(+), 57 deletions(-)
 copy pulsar-test-service-stop.sh => build-support/gen-pulsar-version-macro.py (69%)
 delete mode 100644 lib/VersionInternal.h
 create mode 100644 proto/PulsarApi.proto
 copy tests/{PaddingDemo.proto => proto/ExternalTest.proto} (79%)
 copy tests/{PaddingDemo.proto => proto/Test.proto} (56%)
 create mode 100644 version.txt