This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 88bec1d5 Merge pull request #600 from
apache/feature/599-rust-hello-world-bundle
add 34f0e990 Remove export_import example from Celix examples
add 55f15fa7 [#531] Remove buggy Export-Library/Import-Library header
parsing codes.
add 479df327 Remove resolver and related dead codes.
add d6637a98 Remove support for wire.
add 4ce9a103 Merge branch 'master' into feature/511-remove-resolver
new 072cba2a Merge pull request #601 from
apache/feature/511-remove-resolver
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:
examples/celix-examples/CMakeLists.txt | 3 -
.../celix-examples/export_import/CMakeLists.txt | 59 ---
.../celix-examples/export_import/include/test.h | 34 --
.../celix-examples/export_import/include/test2.h | 34 --
.../celix-examples/export_import/src/activator.c | 69 ---
examples/celix-examples/export_import/src/test.c | 32 --
examples/celix-examples/export_import/src/test2.c | 32 --
libs/framework/CMakeLists.txt | 2 +-
libs/framework/src/bundle.c | 3 -
libs/framework/src/capability.c | 64 +--
libs/framework/src/celix_launcher.c | 2 +-
libs/framework/src/framework.c | 90 +---
libs/framework/src/framework_private.h | 2 -
libs/framework/src/manifest_parser.c | 380 +---------------
libs/framework/src/manifest_parser.h | 2 -
libs/framework/src/module.c | 125 +-----
libs/framework/src/requirement.c | 79 +---
libs/framework/src/resolver.c | 499 ---------------------
libs/framework/src/resolver.h | 45 --
libs/framework/src/wire.c | 53 +--
20 files changed, 51 insertions(+), 1558 deletions(-)
delete mode 100644 examples/celix-examples/export_import/CMakeLists.txt
delete mode 100644 examples/celix-examples/export_import/include/test.h
delete mode 100644 examples/celix-examples/export_import/include/test2.h
delete mode 100644 examples/celix-examples/export_import/src/activator.c
delete mode 100644 examples/celix-examples/export_import/src/test.c
delete mode 100644 examples/celix-examples/export_import/src/test2.c
delete mode 100644 libs/framework/src/resolver.c
delete mode 100644 libs/framework/src/resolver.h