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 e3562a5f Apply const qualifier to dynFunction.
add bfc57bdd Refactor dynFunction_parse and dynFunction_parseWithStr.
No new revisions were added by this update.
Summary of changes:
libs/dfi/error_injector/CMakeLists.txt | 3 +-
.../dfi/error_injector/ffi}/CMakeLists.txt | 19 +++--
.../error_injector/ffi/include/ffi_ei.h} | 12 ++--
.../ffi/src/ffi_ei.cc} | 30 ++------
libs/dfi/gtest/CMakeLists.txt | 4 +-
libs/dfi/gtest/src/dyn_function_ei_tests.cc | 63 ++++++++++++++++
libs/dfi/gtest/src/dyn_function_tests.cpp | 27 +++----
libs/dfi/src/dyn_function.c | 83 +++++++++-------------
8 files changed, 138 insertions(+), 103 deletions(-)
copy {examples/celix-examples/hello_world_c =>
libs/dfi/error_injector/ffi}/CMakeLists.txt (73%)
copy libs/{error_injector/eventfd/include/eventfd_ei.h =>
dfi/error_injector/ffi/include/ffi_ei.h} (87%)
copy libs/dfi/{src/dyn_interface_common.h => error_injector/ffi/src/ffi_ei.cc}
(67%)
create mode 100644 libs/dfi/gtest/src/dyn_function_ei_tests.cc