This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/685-properties-json-serialization
in repository https://gitbox.apache.org/repos/asf/celix.git
from 72c785df gh-685: Add initial setup for properties decode flags
new 8e03a828 gh-685: Add support for a flat and nested flag for prop
encoding
new 0ceaeb8f gh-685: Add additional prop encoding test based on test cov
new 99e503aa gh-685: Add error injection test for properties encoding
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
conanfile.py | 4 +-
libs/error_injector/jansson/CMakeLists.txt | 2 +
libs/error_injector/jansson/include/jansson_ei.h | 2 +
libs/error_injector/jansson/src/jansson_ei.cc | 58 ++-
.../error_injector/celix_version/CMakeLists.txt | 1 +
.../celix_version/include/celix_version_ei.h | 2 +
.../celix_version/src/celix_version_ei.cc | 7 +
libs/utils/gtest/CMakeLists.txt | 2 +
libs/utils/gtest/src/CelixUtilsTestSuite.cc | 32 ++
.../PropertiesEncodingErrorInjectionTestSuite.cc | 305 +++++++++++
.../utils/gtest/src/PropertiesEncodingTestSuite.cc | 571 +++++++++++++++------
libs/utils/include/celix_properties.h | 81 ++-
libs/utils/include/celix_utils.h | 56 ++
libs/utils/src/properties.c | 3 +-
libs/utils/src/properties_encoding.c | 301 +++++++----
15 files changed, 1116 insertions(+), 311 deletions(-)
create mode 100644
libs/utils/gtest/src/PropertiesEncodingErrorInjectionTestSuite.cc