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 6cde7b48 Merge pull request #610 from
apache/feature/604-global-initialization-of-curl
add 972be34e Remove cmake IN_LIST usage, not broadly supported yet.
add debb0748 Update ContainerPackaging to allow and warn for duplicate
bundles
add 3bf73dfc Fix typo in ContainerPackaging
add a2867329 Extend cmake warnings test and fix container package error
add d69ba723 Add warning for duplicate embedded bundles in a container.
add bfe9ed8a Merge remote-tracking branch 'origin/master' into
feature/allow_duplicate_bundles_in_container
new 4c24ebfc Merge pull request #605 from
apache/feature/allow_duplicate_bundles_in_container
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:
.github/workflows/macos.yml | 1 +
.github/workflows/ubuntu.yml | 5 ++-
CMakeLists.txt | 5 ++-
cmake/celix_project/WarningTests.cmake | 55 +++++++++++++++++++++++++
cmake/cmake_celix/ContainerPackaging.cmake | 66 +++++++++++++++++++++++-------
conanfile.py | 3 ++
6 files changed, 118 insertions(+), 17 deletions(-)
create mode 100644 cmake/celix_project/WarningTests.cmake