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

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

commit ec04908327fdaa861efc2f12eb3b04de722bfb2f
Merge: 5bff73aa b0909e78
Author: PengZheng <[email protected]>
AuthorDate: Thu Jun 29 17:14:55 2023 +0800

    Merge pull request #582 from apache/feature/522-support-uncompressed-bundle
    
    Feature/522 support uncompressed bundle

 libs/error_injector/CMakeLists.txt                 |  1 +
 libs/error_injector/stat/CMakeLists.txt            |  1 +
 libs/error_injector/stat/include/stat_ei.h         |  2 +
 libs/error_injector/stat/src/stat_ei.cc            | 17 ++++++--
 .../{unistd => stdlib}/CMakeLists.txt              | 12 ++---
 .../unistd_ei.h => stdlib/include/stdlib_ei.h}     | 11 +++--
 .../src/unistd_ei.cc => stdlib/src/stdlib_ei.cc}   | 19 ++++----
 libs/error_injector/unistd/CMakeLists.txt          |  6 ++-
 libs/error_injector/unistd/include/unistd_ei.h     |  4 ++
 libs/error_injector/unistd/src/unistd_ei.cc        | 23 +++++++++-
 libs/framework/gtest/CMakeLists.txt                |  2 +
 libs/framework/gtest/config.properties.in          |  2 +-
 .../BundleArchiveWithErrorInjectionTestSuite.cc    | 43 ++++++++++++++----
 .../src/CelixBundleContextBundlesTestSuite.cc      | 31 ++++++++-----
 .../CelixFrameworkUtilsErrorInjectionTestSuite.cc  | 26 +++++++++++
 .../gtest/src/CelixFrameworkUtilsTestSuite.cc      | 32 +++++++++++---
 libs/framework/include_deprecated/bundle_archive.h |  2 +-
 libs/framework/src/bundle_archive.c                | 51 ++++++++++------------
 libs/framework/src/bundle_archive_private.h        |  5 ---
 libs/framework/src/celix_framework_utils.c         | 29 +++++++++---
 libs/framework/src/framework.c                     | 28 ++++++------
 21 files changed, 243 insertions(+), 104 deletions(-)

Reply via email to