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

pengzheng pushed a commit to branch hotfix/framework-startup-optimization
in repository https://gitbox.apache.org/repos/asf/celix.git

commit 3eefc0fedc678d2ee546ba2def87146b2da7c35e
Merge: 5f95cb22 072cba2a
Author: PengZheng <howto...@gmail.com>
AuthorDate: Wed Aug 2 12:15:19 2023 +0800

    Merge branch 'master' into hotfix/framework-startup-optimization

 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 --
 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 +--
 misc/experimental/CMakeLists.txt                   |   3 +-
 .../{CMakeLists.txt => rust/.gitignore}            |   5 +-
 misc/experimental/rust/CMakeLists.txt              |  45 ++
 .../{CMakeLists.txt => rust/Cargo.toml}            |   8 +-
 misc/experimental/rust/README.md                   |  28 ++
 .../hello_world_activator/Cargo.toml}              |  11 +-
 .../rust/hello_world_activator/src/lib.rs          |  22 +-
 26 files changed, 149 insertions(+), 1550 deletions(-)

Reply via email to