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 4c2b4d41 Treat unknown complex member as error when parsing and 
refactor json deserialization.
     add 4c6d4dbd More tests for `jsonSerializer_parseAny`.

No new revisions were added by this update.

Summary of changes:
 conanfile.py                                       |  2 +
 libs/dfi/gtest/CMakeLists.txt                      |  1 +
 libs/dfi/gtest/src/dyn_type_ei_tests.cc            |  4 +-
 libs/dfi/gtest/src/json_serializer_ei_tests.cc     | 44 +++++++++++++++++++++-
 libs/dfi/gtest/src/json_serializer_tests.cpp       |  9 +++++
 libs/dfi/src/dyn_type.c                            |  4 +-
 libs/dfi/src/json_serializer.c                     | 37 ++++++++++--------
 libs/error_injector/CMakeLists.txt                 |  6 +++
 .../{ifaddrs => jansson}/CMakeLists.txt            | 14 ++++---
 .../stdlib_ei.h => jansson/include/jansson_ei.h}   | 11 +++---
 .../stdlib_ei.h => jansson/src/jansson_ei.cc}      | 21 +++++------
 11 files changed, 108 insertions(+), 45 deletions(-)
 copy libs/error_injector/{ifaddrs => jansson}/CMakeLists.txt (69%)
 copy libs/error_injector/{stdlib/include/stdlib_ei.h => 
jansson/include/jansson_ei.h} (85%)
 copy libs/error_injector/{stdlib/include/stdlib_ei.h => 
jansson/src/jansson_ei.cc} (76%)

Reply via email to