This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 424982f6 Merge pull request #423 from
apache/feature/update_default_promise_executor
add d6afb40a Adds print functions for dependency manager and dm cmp and
refactors dm command to use these functions
new b85a17e3 Merge pull request #424 from
apache/feature/print_function_for_dm_info
The 1 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:
bundles/shell/shell/src/dm_shell_list_command.c | 104 +--------------------
.../gtest/src/DependencyManagerTestSuite.cc | 64 +++++++++++++
libs/framework/include/celix/dm/Component.h | 8 +-
libs/framework/include/celix/dm/Component_Impl.h | 18 +++-
.../framework/include/celix/dm/DependencyManager.h | 12 ++-
.../include/celix/dm/DependencyManager_Impl.h | 11 +++
libs/framework/include/celix_dependency_manager.h | 59 +++++++-----
libs/framework/include/celix_dm_component.h | 23 +++--
libs/framework/include/celix_dm_info.h | 6 +-
libs/framework/src/dm_component_impl.c | 95 +++++++++++++++++--
libs/framework/src/dm_dependency_manager_impl.c | 27 +++++-
libs/utils/include/celix/Utils.h | 32 +++++++
12 files changed, 317 insertions(+), 142 deletions(-)