This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/celix.git
from 9ea03bc6 Merge pull request #692 from
apache/feature/674-use-properties-type-in-filter
add acedb914 Remove support for embedded bundles
add 42243577 Remove embedded bundle usage from cmake warn test
new ab7b7aff Merge pull request #707 from
apache/feature/509-remove-embedded-bundles-support
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:
CHANGES.md | 1 +
cmake/celix_project/WarningTests.cmake | 16 ---
cmake/cmake_celix/ContainerPackaging.cmake | 129 +------------------
cmake/cmake_celix/Generic.cmake | 143 ---------------------
cmake/cmake_celix/templates/embed_bundle_apple.s | 27 ----
cmake/cmake_celix/templates/embed_bundle_linux.s | 30 -----
documents/cmake_commands/README.md | 128 ------------------
examples/celix-examples/CMakeLists.txt | 1 -
examples/celix-examples/dm_example/CMakeLists.txt | 2 +-
.../celix-examples/dm_example_cxx/CMakeLists.txt | 2 +-
examples/celix-examples/embedding/CMakeLists.txt | 23 ----
examples/celix-examples/embedding/src/launcher.c | 23 ----
examples/celix-examples/embedding/src/main.c | 39 ------
examples/celix-examples/embedding/src/main.cc | 34 -----
libs/framework/gtest/CMakeLists.txt | 5 -
.../CelixFrameworkUtilsErrorInjectionTestSuite.cc | 29 -----
.../gtest/src/CelixFrameworkUtilsTestSuite.cc | 37 ------
libs/framework/gtest/src/CelixLauncherTestSuite.cc | 13 --
libs/framework/include/celix/FrameworkUtils.h | 43 -------
libs/framework/include/celix_framework_utils.h | 32 -----
libs/framework/src/celix_framework_utils.c | 123 ------------------
libs/framework/src/celix_launcher.c | 106 +++++++--------
22 files changed, 48 insertions(+), 938 deletions(-)
delete mode 100644 cmake/cmake_celix/templates/embed_bundle_apple.s
delete mode 100644 cmake/cmake_celix/templates/embed_bundle_linux.s
delete mode 100644 examples/celix-examples/embedding/CMakeLists.txt
delete mode 100644 examples/celix-examples/embedding/src/launcher.c
delete mode 100644 examples/celix-examples/embedding/src/main.c
delete mode 100644 examples/celix-examples/embedding/src/main.cc