This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/error_injector
in repository https://gitbox.apache.org/repos/asf/celix.git
from dc92a666 Revert "Use macos-latest for CI." to optimize conan build
time.
add 0f9d6835 Add printf format attribute to log helper.
add 6906a473 Merge branch 'master' into hotfix/printf_format_fix
add a7a2244a Merge pull request #475 from apache/hotfix/printf_format_fix
new d672cdda Merge branch 'master' into feature/error_injector
new e7c89dca Project structure adjustments in compliance with existing
convention.
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:
CMakeLists.txt | 5 ----
.../logging/log_helper/include/celix_log_helper.h | 34 +++++++++++++++-------
.../pubsub_admin_tcp/src/pubsub_tcp_handler.c | 4 +--
.../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c | 4 +--
.../src/pubsub_websocket_topic_receiver.c | 4 +--
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 2 +-
.../pubsub_protocol_lib/gtest/CMakeLists.txt | 2 +-
.../gtest/src/PS_WP_common_ei_tests.cc | 4 +--
.../src/pubsub_serialization_provider.c | 2 +-
.../pubsub_utils/src/pubsub_serializer_handler.c | 2 +-
.../rsa_shm/src/rsa_shm_client.c | 2 +-
.../rsa_shm/src/rsa_shm_export_registration.c | 2 +-
.../rsa_rpc_json/src/rsa_json_rpc_endpoint_impl.c | 2 +-
libs/CMakeLists.txt | 6 ++++
{misc => libs}/error_injector/CMakeLists.txt | 6 ++--
.../error_injector/api/celix_error_injector.h | 2 +-
.../error_injector/celix_properties/CMakeLists.txt | 9 +++---
.../include}/celix_properties_ei.h | 4 +--
.../celix_properties/src/celix_properties_ei.cc | 2 +-
.../error_injector/malloc/CMakeLists.txt | 9 +++---
.../error_injector/malloc/include}/malloc_ei.h | 2 +-
.../error_injector/malloc/src/malloc_ei.cc | 2 +-
22 files changed, 65 insertions(+), 46 deletions(-)
rename {misc => libs}/error_injector/CMakeLists.txt (91%)
rename misc/error_injector/error_injector.h =>
libs/error_injector/api/celix_error_injector.h (99%)
rename {misc => libs}/error_injector/celix_properties/CMakeLists.txt (69%)
rename {misc/error_injector/celix_properties =>
libs/error_injector/celix_properties/include}/celix_properties_ei.h (94%)
rename misc/error_injector/celix_properties/celix_properties_ei.cpp =>
libs/error_injector/celix_properties/src/celix_properties_ei.cc (96%)
rename {misc => libs}/error_injector/malloc/CMakeLists.txt (82%)
rename {misc/error_injector/malloc =>
libs/error_injector/malloc/include}/malloc_ei.h (96%)
rename misc/error_injector/malloc/malloc_ei.cpp =>
libs/error_injector/malloc/src/malloc_ei.cc (98%)