This is an automated email from the ASF dual-hosted git repository.

pnoltes pushed a change to branch feature/cxx
in repository https://gitbox.apache.org/repos/asf/celix.git.


    from 807b88b  CELIX-458: Updates travis config to install libzip
     new 2d6327e  CELIX-370: Initial commit for CompnentManager (DM) for C++ 
Celix
     new 41cb4b5  CELIX-370: Update ServiceDependency implementation

The 2 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:
 .../topology_manager/CMakeLists.txt                |   2 +-
 libs/framework_cxx/CMakeLists.txt                  |   1 +
 libs/framework_cxx/gtest/CMakeLists.txt            |   1 +
 .../gtest/src/ComponentManager_tests.cc            |  68 ++++
 .../framework_cxx/include/celix/ComponentManager.h | 353 +++++++++++++++++++++
 libs/framework_cxx/include/celix/Framework.h       |   2 +-
 libs/framework_cxx/src/ComponentManager.cc         | 119 +++++++
 libs/framework_cxx/src/Framework.cc                |   6 +-
 libs/registry/include/celix/Properties.h           |  54 +++-
 libs/registry/include/celix/ServiceRegistry.h      |   2 +-
 libs/registry/src/ServiceRegistry.cc               |   2 +-
 11 files changed, 586 insertions(+), 24 deletions(-)
 create mode 100644 libs/framework_cxx/gtest/src/ComponentManager_tests.cc
 create mode 100644 libs/framework_cxx/include/celix/ComponentManager.h
 create mode 100644 libs/framework_cxx/src/ComponentManager.cc

Reply via email to