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

pengzheng pushed a commit to branch feature/civetweb_integration
in repository https://gitbox.apache.org/repos/asf/celix.git

commit b7b46ee07eca01e4bb8cb8a166b8d439e3d952ad
Merge: 3d4fcb63 a0033bae
Author: PengZheng <[email protected]>
AuthorDate: Wed Feb 1 20:09:15 2023 +0800

    Merge branch 'master' into feature/civetweb_integration

 CMakeLists.txt                                     |  11 +-
 .../src/pubsub_zmq_topic_receiver.c                |   5 +
 .../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c |   2 +-
 .../pubsub_protocol_lib/gtest/CMakeLists.txt       |  16 +-
 .../gtest/src/PS_WP_common_ei_tests.cc             | 233 +++++++++++++++++++++
 .../gtest/src/PS_WP_common_tests.cc                | 194 +++++++++--------
 .../src/pubsub_wire_protocol_common.c              |  67 ++++--
 .../gtest/src/PS_WP_tests.cc                       |   6 +-
 .../src/pubsub_wire_protocol_impl.c                |  11 +-
 cmake/AddGTest.cmake                               |   8 +-
 libs/CMakeLists.txt                                |   6 +
 libs/{ => error_injector}/CMakeLists.txt           |  26 +--
 libs/error_injector/README.md                      |  88 ++++++++
 libs/error_injector/api/celix_error_injector.h     |  89 ++++++++
 .../error_injector/celix_properties/CMakeLists.txt |  18 +-
 .../celix_properties/include/celix_properties_ei.h |  34 +++
 .../celix_properties/src/celix_properties_ei.cc    |  29 +++
 .../error_injector/malloc/CMakeLists.txt           |  18 +-
 libs/error_injector/malloc/include/malloc_ei.h     |  35 ++++
 libs/error_injector/malloc/src/malloc_ei.cc        |  43 ++++
 20 files changed, 762 insertions(+), 177 deletions(-)

Reply via email to