This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/522-support-uncompressed-bundle
in repository https://gitbox.apache.org/repos/asf/celix.git
from 9eee2ff1 Add initial support for uncompressed bundle.
add 3f3daa15 Fix broken dependency specification in CelixConfig.cmake.
add b630c291 Merge pull request #580 from apache/hotfix/cmake-config-deps
add 519764c9 Make Cxx option defaults work.
add 5bff73aa Merge pull request #581 from
apache/hotfix/broken-cxx-option-default
new 8470b0b2 Merge branch 'master' into
feature/522-support-uncompressed-bundle
new eec3661c Add basic unit tests for uncompressed bundle support.
The 2 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:
CMakeLists.txt | 11 ++++-
cmake/CelixConfig.cmake | 49 ++++++----------------
cmake/CelixDeps.cmake.in | 13 ++++++
examples/CMakeLists.txt | 4 +-
examples/celix-examples/CMakeLists.txt | 5 +--
libs/error_injector/CMakeLists.txt | 1 +
.../{unistd => stdlib}/CMakeLists.txt | 12 +++---
.../unistd_ei.h => stdlib/include/stdlib_ei.h} | 11 +++--
.../src/ifaddrs_ei.cc => stdlib/src/stdlib_ei.cc} | 15 +++----
libs/error_injector/unistd/CMakeLists.txt | 5 ++-
libs/error_injector/unistd/include/unistd_ei.h | 2 +
libs/error_injector/unistd/src/unistd_ei.cc | 13 +++++-
libs/framework/gtest/CMakeLists.txt | 1 +
.../CelixFrameworkUtilsErrorInjectionTestSuite.cc | 25 +++++++++++
libs/framework/src/celix_framework_utils.c | 13 ++++--
15 files changed, 113 insertions(+), 67 deletions(-)
create mode 100644 cmake/CelixDeps.cmake.in
copy libs/error_injector/{unistd => stdlib}/CMakeLists.txt (72%)
copy libs/error_injector/{unistd/include/unistd_ei.h =>
stdlib/include/stdlib_ei.h} (86%)
copy libs/error_injector/{ifaddrs/src/ifaddrs_ei.cc =>
stdlib/src/stdlib_ei.cc} (72%)