You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@celix.apache.org by pn...@apache.org on 2021/01/20 17:54:25 UTC

[celix] branch feature/cxx_headers updated (0b0e894 -> 691f090)

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

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


    from 0b0e894  Adds initial impl for the C++ headers only wrappers
     add 691f090  Adds Celix C++ exception and reanbles C CELIX_LANGUAGE constants (for backwards compatibility)

No new revisions were added by this update.

Summary of changes:
 .../framework/gtest/src/CxxBundleContext_tests.cpp | 33 ++++++++++++++++++---
 libs/framework/gtest/src/CxxFilter_tests.cpp       | 21 ++++++++-----
 libs/framework/include/celix/Builders.h            | 34 ++++++++++++++--------
 libs/framework/include/celix/Exception.h           | 18 ++++++++++++
 libs/framework/include/celix/Filter.h              | 26 ++++++++++++++---
 libs/framework/include/celix/Properties.h          |  2 +-
 libs/framework/include/celix/Trackers.h            | 10 +++----
 libs/framework/include/celix_constants.h           |  8 ++---
 libs/utils/src/filter.c                            | 13 +++++++--
 9 files changed, 125 insertions(+), 40 deletions(-)
 create mode 100644 libs/framework/include/celix/Exception.h