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 86379aa3 Merge pull request #663 from
apache/feature/509-update-next-version
add c93e516b #509: Remove static dm libs (dm is integral part of framework)
add 43e3425c #509: Update changes for the removal of dm
add 7ece3e9d Merge branch 'master' into feature/509-remove-static-dm-libs
add 09793bb1 Remove corresponding Conan options for static dm libs.
add 955d58f7 Merge remote-tracking branch
'origin/feature/509-remove-static-dm-libs' into
feature/509-remove-static-dm-libs
new d61be605 Merge pull request #662 from
apache/feature/509-remove-static-dm-libs
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 | 5 ++
conanfile.py | 8 +--
libs/CMakeLists.txt | 7 --
libs/dependency_manager/CMakeLists.txt | 58 ----------------
libs/dependency_manager/api/dm_activator.h | 54 ---------------
libs/dependency_manager/src/dm_activator.c | 42 -----------
libs/dependency_manager_cxx/CMakeLists.txt | 38 ----------
libs/dependency_manager_cxx/src/dm_activator.cc | 92 -------------------------
8 files changed, 6 insertions(+), 298 deletions(-)
delete mode 100644 libs/dependency_manager/CMakeLists.txt
delete mode 100644 libs/dependency_manager/api/dm_activator.h
delete mode 100644 libs/dependency_manager/src/dm_activator.c
delete mode 100644 libs/dependency_manager_cxx/CMakeLists.txt
delete mode 100644 libs/dependency_manager_cxx/src/dm_activator.cc