This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a change to branch feature/export_headers
in repository https://gitbox.apache.org/repos/asf/celix.git
from 92230e48 Remove resolved TODO comment
new dba2213a Fix install include for dfi, utils and framework lib
add 1db7b538 Update useBundle/useBundles call to work on installed bundles
add 359fccf5 Refactor some framework gtest naming/file extensions.
add 698ba086 Merge pull request #523 from apache/feature/fix_lb_command
new eed9d3e4 Merge branch 'master' into feature/export_headers
new ab09c3f7 Apply clang-format on lib dfi headers
The 3 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:
libs/dfi/CMakeLists.txt | 6 +-
libs/dfi/include/avrobin_serializer.h | 21 ++-
libs/dfi/include/dfi_log_util.h | 64 ++++----
libs/dfi/include/dyn_common.h | 25 +--
libs/dfi/include/dyn_function.h | 58 ++++---
libs/dfi/include/dyn_interface.h | 52 ++++---
libs/dfi/include/dyn_message.h | 38 +++--
libs/dfi/include/dyn_type.h | 173 ++++++++++++---------
libs/dfi/include/json_rpc.h | 19 ++-
libs/dfi/include/json_serializer.h | 24 ++-
libs/framework/CMakeLists.txt | 15 +-
libs/framework/gtest/CMakeLists.txt | 8 +-
...s.cpp => CelixBundleContextBundlesTestSuite.cc} | 88 ++++++-----
....cpp => CelixBundleContextServicesTestSuite.cc} | 106 ++++++-------
...amework_test.cpp => CelixFrameworkTestSuite.cc} | 37 +++++
.../gtest/src/CelixFrameworkUtilsTestSuite.cc | 12 +-
.../gtest/src/MultipleFrameworkTestSuite.cc | 56 +++++++
.../gtest/src/multiple_frameworks_test.cpp | 103 ------------
libs/framework/include/celix_bundle_context.h | 18 +--
libs/framework/include/celix_framework.h | 9 +-
libs/framework/src/bundle_context.c | 10 +-
libs/framework/src/framework.c | 14 +-
libs/utils/CMakeLists.txt | 13 +-
23 files changed, 533 insertions(+), 436 deletions(-)
rename libs/framework/gtest/src/{bundle_context_bundles_tests.cpp =>
CelixBundleContextBundlesTestSuite.cc} (88%)
rename libs/framework/gtest/src/{bundle_context_services_test.cpp =>
CelixBundleContextServicesTestSuite.cc} (93%)
rename libs/framework/gtest/src/{single_framework_test.cpp =>
CelixFrameworkTestSuite.cc} (86%)
create mode 100644 libs/framework/gtest/src/MultipleFrameworkTestSuite.cc
delete mode 100644 libs/framework/gtest/src/multiple_frameworks_test.cpp