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 2020/06/08 16:01:21 UTC

[celix] branch master updated (62e79d4 -> e288834)

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

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


    from 62e79d4  Merge pull request #251 from apache/feature/remove_cmake_in_list_usage
     add 3807e41  Update the wire protocol to use fixed size types instead of compiler/platform dependent ones (so uint32_t instead of unsigned int)
     add 1138b46  removes padding field
     add b17792f  Merge branch 'master' into feature/wire_protocol_with_fixed_sized_types
     new e288834  Merge pull request #230 from apache/feature/wire_protocol_with_fixed_sized_types

The 1 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_tcp_topic_receiver.c                 |  2 +-
 .../src/pubsub_wire_protocol_common.c               | 12 ++++++------
 bundles/pubsub/pubsub_spi/include/pubsub_protocol.h | 21 +++++++++++----------
 3 files changed, 18 insertions(+), 17 deletions(-)


[celix] 01/01: Merge pull request #230 from apache/feature/wire_protocol_with_fixed_sized_types

Posted by pn...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit e288834bfe1a28e71764f540cc12e551c2ef0352
Merge: 62e79d4 b17792f
Author: Pepijn Noltes <pe...@gmail.com>
AuthorDate: Mon Jun 8 18:01:10 2020 +0200

    Merge pull request #230 from apache/feature/wire_protocol_with_fixed_sized_types
    
    Update the wire protocol to use fixed size types

 .../src/pubsub_tcp_topic_receiver.c                 |  2 +-
 .../src/pubsub_wire_protocol_common.c               | 12 ++++++------
 bundles/pubsub/pubsub_spi/include/pubsub_protocol.h | 21 +++++++++++----------
 3 files changed, 18 insertions(+), 17 deletions(-)