This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/add_build_to_svc_dep_creation
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 94dc9cc Merge branch 'master' into
feature/add_build_to_svc_dep_creation
add a4ad760 Adds missing build to the pubsub pstm deadlock test and fixes
an mem leak with 'unbuild' dm parts.
No new revisions were added by this update.
Summary of changes:
.../pubsub/test/pstm_deadlock_test/test_runner.cc | 3 +-
libs/framework/gtest/CMakeLists.txt | 2 +-
...{dm_tests.cpp => DependencyManagerTestSuite.cc} | 43 ++++++++++++++--------
libs/framework/include/celix/dm/Component.h | 5 ++-
libs/framework/include/celix/dm/Component_Impl.h | 11 +++++-
.../framework/include/celix/dm/ServiceDependency.h | 5 ++-
.../include/celix/dm/ServiceDependency_Impl.h | 12 +++++-
7 files changed, 56 insertions(+), 25 deletions(-)
rename libs/framework/gtest/src/{dm_tests.cpp =>
DependencyManagerTestSuite.cc} (84%)