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/07/22 18:57:17 UTC

[celix] branch master updated (c6388af -> 3be06db)

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 c6388af  Merge pull request #271 from apache/add-titles
     new 9a94bd6  Add Footer
     new 864ad47  Add Footer to ZMQ
     new 915b306  add wire_v2 protocol with footer
     new 84e0619  Fix wire_v2 unit test
     new 5467050  Fix wire_v2 unit test
     new 26ece37  fix test
     new 873c6e3  Add ZMQ add tests (also zerocpy) Remove disable receive timeout when using tcp endpoint to fix tcp endpoint test
     new 996eea7  remove build warning
     new 6a9f539  Merge branch 'master' into feature/proposal_protocol_footer
     new a09cda8  update wire v2 common with uint32_t
     new be63ccf  Refactors pubsub protocol wire, added a shared static lib and merged the byte swap functions.
     new f4efaa2  Merge branch 'master' into feature/proposal_protocol_footer
     new 460d129  Avoid alloc/free calls in pubsub tcp/zmq and wire protocol
     new 892bef8  Merge branch 'master' of https://github.com/apache/celix into feature/avoid_mem_copies
     new 3be06db  Merge pull request #260 from Oipo/feature/avoid_mem_copies

The 2122 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:
 .../pubsub_admin_tcp/src/pubsub_tcp_handler.c      |  27 ++---
 .../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c | 118 ++++++++++-----------
 .../pubsub_protocol_lib/CMakeLists.txt             |   8 +-
 .../gtest/CMakeLists.txt                           |  12 +--
 .../gtest/src/PS_WP_common_tests.cc                |  57 ++++++++++
 .../pubsub_protocol_lib}/gtest/src/main.cc         |   0
 .../src/pubsub_wire_protocol_common.c              |  93 +++++++++++-----
 7 files changed, 200 insertions(+), 115 deletions(-)
 copy bundles/pubsub/pubsub_protocol/{pubsub_protocol_wire_v1 => pubsub_protocol_lib}/gtest/CMakeLists.txt (67%)
 create mode 100644 bundles/pubsub/pubsub_protocol/pubsub_protocol_lib/gtest/src/PS_WP_common_tests.cc
 copy bundles/{remote_services/remote_service_admin_dfi => pubsub/pubsub_protocol/pubsub_protocol_lib}/gtest/src/main.cc (100%)