This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/509-remove-pubsub
in repository https://gitbox.apache.org/repos/asf/celix.git
from 313ae766 Merge remote-tracking branch 'origin/master' into
feature/509-remove-pubsub
new 675b8282 Remove pubsub from build config
new efad168a Remove psa nanomsg from experimental
The 2 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:
.github/workflows/coverity-scan.yml | 1 -
.github/workflows/macos.yml | 2 +-
.github/workflows/ubuntu.yml | 1 -
conanfile.py | 70 +--
documents/building/README.md | 4 +-
documents/patterns.md | 5 -
examples/conan_test_package/CMakeLists.txt | 15 -
examples/conan_test_package/conanfile.py | 28 -
examples/conan_test_package_v2/conanfile.py | 28 -
misc/experimental/bundles/CMakeLists.txt | 1 -
.../bundles/pubsub_admin_nanomsg/CMakeLists.txt | 46 --
.../bundles/pubsub_admin_nanomsg/src/LogHelper.h | 103 ----
.../src/psa_nanomsg_activator.cc | 87 ---
.../src/pubsub_nanomsg_admin.cc | 625 ---------------------
.../src/pubsub_nanomsg_admin.h | 154 -----
.../src/pubsub_nanomsg_common.cc | 56 --
.../src/pubsub_nanomsg_common.h | 56 --
.../src/pubsub_nanomsg_topic_receiver.cc | 319 -----------
.../src/pubsub_nanomsg_topic_receiver.h | 127 -----
.../src/pubsub_nanomsg_topic_sender.cc | 265 ---------
.../src/pubsub_nanomsg_topic_sender.h | 114 ----
.../src/pubsub_psa_nanomsg_constants.h | 39 --
22 files changed, 4 insertions(+), 2142 deletions(-)
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/CMakeLists.txt
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/LogHelper.h
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/psa_nanomsg_activator.cc
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_admin.cc
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_admin.h
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_common.cc
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_common.h
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_topic_receiver.cc
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_topic_receiver.h
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_topic_sender.cc
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_nanomsg_topic_sender.h
delete mode 100644
misc/experimental/bundles/pubsub_admin_nanomsg/src/pubsub_psa_nanomsg_constants.h