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 2019/12/27 14:34:16 UTC

[celix] branch develop updated (0050527 -> d3f2b3b)

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

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


    from 0050527  Merge pull request #135 from gerritbinnenmars/develop
     new d86f932  Constify parameters to functions, assorted minor fixes
     new 902101b  Fix mocks
     new d3f2b3b  Merge pull request #137 from Oipo/const_pubsub_bundle

The 1811 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:
 .../src/pubsub_avrobin_serializer_impl.c           | 14 +++----
 .../src/pubsub_avrobin_serializer_impl.h           |  2 +-
 .../src/pubsub_serializer_impl.c                   | 14 +++----
 .../src/pubsub_serializer_impl.h                   |  2 +-
 .../pubsub/pubsub_spi/include/pubsub_serializer.h  |  2 +-
 libs/framework/include/bundle.h                    | 28 +++++++-------
 libs/framework/include/celix_types.h               |  2 +
 libs/framework/include/framework.h                 |  4 +-
 libs/framework/private/mock/bundle_mock.c          | 44 +++++++++++-----------
 libs/framework/private/mock/framework_mock.c       |  8 ++--
 libs/framework/src/bundle.c                        | 36 +++++++++---------
 libs/framework/src/framework.c                     | 31 +++++++--------
 libs/framework/src/framework_private.h             |  2 +-
 libs/framework/src/resolver.c                      |  2 +-
 14 files changed, 95 insertions(+), 96 deletions(-)