This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/dfi-cleanup
in repository https://gitbox.apache.org/repos/asf/celix.git
from ad1fa88e Remove unnecessary null check (guaranteed by class invariant).
add cced65cf Code deduplication and coverage improvements for dyn_common.
No new revisions were added by this update.
Summary of changes:
.../src/export_registration_dfi.c | 2 +
.../rsa_rpc_json/src/rsa_json_rpc_endpoint_impl.c | 1 +
.../rsa_rpc_json/src/rsa_json_rpc_impl.c | 1 +
.../rsa_rpc_json/src/rsa_json_rpc_proxy_impl.c | 3 +-
libs/dfi/CMakeLists.txt | 4 +-
libs/dfi/gtest/CMakeLists.txt | 3 +-
libs/dfi/gtest/src/dyn_interface_ei_tests.cc | 17 +++-
libs/dfi/include/dyn_interface.h | 1 -
libs/dfi/include/dyn_message.h | 1 -
libs/dfi/src/dyn_common.c | 98 ++++++++++++----------
libs/dfi/{include => src}/dyn_common.h | 29 +++++--
libs/dfi/src/dyn_interface.c | 49 +----------
libs/dfi/src/dyn_message.c | 49 +----------
13 files changed, 109 insertions(+), 149 deletions(-)
rename libs/dfi/{include => src}/dyn_common.h (72%)