You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2020/02/08 12:53:58 UTC

[celix] 01/01: Merge pull request #147 from apache/feature/uninstall_bundle_issue

This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 5ed46930ef9cd57d0ad0ce4382bde22b202d5240
Merge: c4175a4 2486952
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Sat Feb 8 13:53:46 2020 +0100

    Merge pull request #147 from apache/feature/uninstall_bundle_issue
    
    Feature/uninstall bundle issue

 cmake/cmake_celix/BundlePackaging.cmake            |   7 +-
 libs/framework/CMakeLists.txt                      |   2 +-
 libs/framework/include/celix_bundle_context.h      |  22 +-
 libs/framework/include/celix_framework.h           |  58 ++
 libs/framework/private/mock/framework_mock.c       |  59 +-
 .../framework/private/test/bundle_context_test.cpp |  10 +-
 libs/framework/private/test/bundle_test.cpp        |  12 +-
 libs/framework/src/bundle.c                        |   6 +-
 libs/framework/src/bundle_context.c                |  72 +--
 libs/framework/src/framework.c                     | 623 ++++++++++++---------
 libs/framework/src/framework_private.h             |   8 +-
 libs/framework/{tst => test}/CMakeLists.txt        |   0
 .../{tst => test}/bundle_context_bundles_tests.cpp |  73 ++-
 .../{tst => test}/bundle_context_services_test.cpp |   0
 libs/framework/{tst => test}/config.properties.in  |   0
 libs/framework/{tst => test}/dm_tests.cpp          |   0
 .../{tst => test}/framework1.properties.in         |   0
 .../{tst => test}/framework2.properties.in         |   0
 .../{tst => test}/multiple_frameworks_test.cpp     |   0
 libs/framework/{tst => test}/nop_activator.c       |   0
 libs/framework/{tst => test}/run_tests.cpp         |   1 +
 .../{tst => test}/single_framework_test.cpp        |   0
 libs/framework/{tst => test}/subdir/CMakeLists.txt |   0
 libs/framework/{tst => test}/subdir/src/foo.c      |   0
 24 files changed, 565 insertions(+), 388 deletions(-)