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 927926c8 Remove unnecessary recursions caused by type reference by
name.
add 782325e6 Improve dyn_type serialization.
No new revisions were added by this update.
Summary of changes:
libs/dfi/gtest/src/dyn_type_tests.cpp | 7 +
libs/dfi/gtest/src/json_serializer_ei_tests.cc | 81 ++++++++-
libs/dfi/gtest/src/json_serializer_tests.cpp | 43 ++++-
libs/dfi/include/dyn_type.h | 2 +-
libs/dfi/src/dyn_type.c | 4 +-
libs/dfi/src/json_serializer.c | 212 +++++++++--------------
libs/error_injector/jansson/CMakeLists.txt | 11 +-
libs/error_injector/jansson/include/jansson_ei.h | 6 +
libs/error_injector/jansson/src/jansson_ei.cc | 46 +++++
9 files changed, 278 insertions(+), 134 deletions(-)