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 20ef8891 Merge branch 'master' into feature/dfi-cleanup
add 04692bce Add dynType_parseOfName to avoid unnecessary string
duplication during parsing.
No new revisions were added by this update.
Summary of changes:
libs/dfi/gtest/CMakeLists.txt | 2 +
libs/dfi/gtest/src/dyn_type_ei_tests.cc | 70 +++++++++++++++++++++
libs/dfi/include/dyn_type.h | 6 ++
libs/dfi/src/dyn_interface.c | 2 +-
libs/dfi/src/dyn_message.c | 9 +--
libs/dfi/src/dyn_type.c | 87 ++++++++++++++------------
libs/error_injector/stdio/CMakeLists.txt | 1 +
libs/error_injector/stdio/include/stdio_ei.h | 2 +
libs/error_injector/stdio/src/stdio_ei.cc | 53 +++++++++-------
libs/error_injector/string/CMakeLists.txt | 1 +
libs/error_injector/string/include/string_ei.h | 2 +
libs/error_injector/string/src/string_ei.cc | 14 ++++-
12 files changed, 177 insertions(+), 72 deletions(-)
create mode 100644 libs/dfi/gtest/src/dyn_type_ei_tests.cc