This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/type_support_for_properties
in repository https://gitbox.apache.org/repos/asf/celix.git
from 1f5bf790 #509: Update changes for celix properties with type support
add 77f212ae #509: Remove deprecated macro (incl usage)
CELIX_PROPERTIES_FOR_EACH
No new revisions were added by this update.
Summary of changes:
.../src/pubsub_wire_protocol_common.c | 8 +--
libs/framework/gtest/src/ManifestTestSuite.cc | 5 +-
libs/framework/include/celix/Trackers.h | 2 +-
libs/framework/include/celix/UseServiceBuilder.h | 4 +-
.../include/celix/dm/DependencyManager_Impl.h | 6 +-
.../include/celix/dm/ServiceDependency_Impl.h | 32 ++-------
libs/framework/src/celix_launcher.c | 32 ++++-----
libs/framework/src/manifest.c | 5 +-
libs/rcm/src/celix_capability.c | 43 +++++-------
libs/rcm/src/celix_requirement.c | 56 ++++++---------
libs/utils/gtest/src/CxxPropertiesTestSuite.cc | 19 ++++-
libs/utils/gtest/src/PropertiesTestSuite.cc | 51 +++++++-------
libs/utils/include/celix/Properties.h | 19 ++++-
libs/utils/include/celix_properties.h | 80 +++-------------------
libs/utils/src/properties.c | 66 +++++++-----------
15 files changed, 161 insertions(+), 267 deletions(-)