This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/refactor_bundle_cache
in repository https://gitbox.apache.org/repos/asf/celix.git
from fb1ffd2c Fix memleak in bundle archive error handling
add 82c17645 Remove the framework's dependence on dfi.
add 6ca9eaf4 Merge branch 'master' into feature/remove_dfi_dep
add ff553fc3 Make ffi a private dependency of dfi.
add 4ae64356 Merge branch 'master' into feature/remove_dfi_dep
add 05559468 Make libffi and jansson optional dependencies.
add fcb6ef9c Add missing `find_package` and fix incorrect conan option.
add 07685f7c Fix standalone etcdlib build error.
add 65bc7c0f Jansson is no longer a mandatory requirement.
add 5d9beec9 Merge pull request #478 from apache/feature/remove_dfi_dep
add b17cc668 Merge remote-tracking branch 'origin/master' into
feature/refactor_bundle_cache
No new revisions were added by this update.
Summary of changes:
CMakeLists.txt | 11 ----
.../integration/gtest/CMakeLists.txt | 2 +-
bundles/http_admin/gtest/CMakeLists.txt | 1 -
bundles/pubsub/CMakeLists.txt | 2 +-
bundles/pubsub/integration/CMakeLists.txt | 2 +-
bundles/pubsub/pubsub_utils/CMakeLists.txt | 2 +-
bundles/remote_services/CMakeLists.txt | 2 +-
.../rsa_shm/gtest/CMakeLists.txt | 1 +
.../rsa_rpc_json/gtest/CMakeLists.txt | 1 +
cmake/CelixConfig.cmake | 11 +++-
conanfile.py | 12 ++--
libs/dfi/CMakeLists.txt | 71 +++++++++++-----------
libs/dfi/gtest/CMakeLists.txt | 1 +
libs/dfi/src/dyn_function.c | 2 +-
libs/dfi/{include => src}/dyn_function_common.h | 0
libs/dfi/{include => src}/dyn_interface_common.h | 0
libs/dfi/src/dyn_type.c | 2 +-
libs/dfi/{include => src}/dyn_type_common.h | 0
libs/dfi/src/json_rpc.c | 2 +-
libs/etcdlib/CMakeLists.txt | 5 +-
libs/framework/CMakeLists.txt | 4 ++
21 files changed, 70 insertions(+), 64 deletions(-)
rename libs/dfi/{include => src}/dyn_function_common.h (100%)
rename libs/dfi/{include => src}/dyn_interface_common.h (100%)
rename libs/dfi/{include => src}/dyn_type_common.h (100%)