This is an automated email from the ASF dual-hosted git repository.
rbulter pushed a change to branch feature/proposal_protocol_footer
in repository https://gitbox.apache.org/repos/asf/celix.git.
from 996eea7 remove build warning
add 22917b4 Removes usage of cmake IF(IN_LIST), for some env this gives
problems.
add 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
add e288834 Merge pull request #230 from
apache/feature/wire_protocol_with_fixed_sized_types
add e8381e6 Merge pull request #250 from
apache/feature/make_tcp_admin_msg_sending_robust_when_tcp_send_timeout_expires
add 67dfb18 Refactors generation and usage of CelixTargets cmake files
(#254)
add c18fcd1 Refactors some variable naming
add 9fc9fb2 Merge pull request #255 from apache/feature/small_renames
add 6c5ea5a Feature/pubsub utils test fix (#256)
add 6a9f539 Merge branch 'master' into feature/proposal_protocol_footer
add a09cda8 update wire v2 common with uint32_t
No new revisions were added by this update.
Summary of changes:
bundles/http_admin/civetweb/CMakeLists.txt | 2 +-
.../src/pubsub_tcp_topic_receiver.c | 2 +-
.../src/pubsub_wire_protocol_common.c | 12 +-
.../src/pubsub_wire_v2_protocol_common.c | 12 +-
.../src/pubsub_wire_v2_protocol_common.h | 12 +-
.../pubsub/pubsub_spi/include/pubsub_protocol.h | 25 +--
.../src/PubSubSerializationProviderTestSuite.cc | 2 +-
.../src/pubsub_serialization_provider.c | 24 +++
bundles/shell/shell_wui/resources/ansi_up.js | 10 +-
cmake/CelixConfig.cmake | 6 +-
cmake/cmake_celix/BundlePackaging.cmake | 193 +++++++++++++++++++--
cmake/cmake_celix/ContainerPackaging.cmake | 11 +-
cmake/cmake_celix/DockerPackaging.cmake | 10 +-
examples/CMakeLists.txt | 7 +-
examples/celix-examples/CMakeLists.txt | 1 +
.../celix-examples/http_example/CMakeLists.txt | 4 +-
16 files changed, 260 insertions(+), 73 deletions(-)