This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/574-scope-based-resource-management
in repository https://gitbox.apache.org/repos/asf/celix.git
from fc25847a Convert all gotos in rsa_shm_export_registration.c and some
of them in rsa_shm_impl.c to celix_auto.
add f1543c11 Add celix_cleanup.h for compiler specifics.
No new revisions were added by this update.
Summary of changes:
.../http_admin/gtest/src/http_websocket_tests.cc | 5 ++--
bundles/http_admin/gtest/src/sut_activator.c | 5 ++--
bundles/http_admin/http_admin/src/http_admin.c | 3 +-
.../http_admin/http_admin/src/websocket_admin.c | 12 ++++----
bundles/logging/log_admin/src/celix_log_admin.c | 5 ++--
.../src/deprecated_log_writer_stdout_activator.c | 5 ++--
.../src/celix_syslog_writer_activator.c | 3 +-
bundles/pubsub/integration/gtest/tst_activator.c | 5 ++--
.../integration/gtest/tst_endpoint_activator.c | 3 +-
.../pubsub/pubsub_admin_tcp/src/pubsub_tcp_admin.c | 5 ++--
.../pubsub_admin_tcp/src/pubsub_tcp_handler.c | 3 +-
.../src/pubsub_tcp_topic_receiver.c | 3 +-
.../pubsub_admin_tcp/src/pubsub_tcp_topic_sender.c | 5 ++--
.../pubsub_admin_udp_mc/src/pubsub_udpmc_admin.c | 3 +-
.../src/pubsub_udpmc_topic_sender.c | 7 +++--
.../src/pubsub_websocket_admin.c | 3 +-
.../src/pubsub_websocket_topic_receiver.c | 7 +++--
.../src/pubsub_websocket_topic_sender.c | 9 +++---
.../pubsub/pubsub_admin_zmq/src/pubsub_zmq_admin.c | 5 ++--
.../pubsub_admin_zmq/src/pubsub_zmq_topic_sender.c | 5 ++--
.../pubsub_discovery/src/pubsub_discovery_impl.c | 3 +-
.../src/pubsub_wire_protocol_impl.c | 23 ++++++++-------
.../src/pubsub_wire_protocol_impl.h | 2 +-
.../src/pubsub_wire_v2_protocol_impl.c | 7 +++--
.../src/pubsub_avrobin_serializer_impl.c | 3 +-
.../src/pubsub_json_serialization_provider.c | 3 +-
.../src/pubsub_serializer_impl.c | 5 ++--
.../pubsub/pubsub_spi/src/pubsub_endpoint_match.c | 3 +-
.../pubsub_spi/src/pubsub_interceptors_handler.c | 3 +-
.../src/pubsub_topology_manager.c | 17 ++++++-----
.../include/pubsub_serialization_provider.h | 3 +-
.../src/pubsub_serialization_provider.c | 9 +++---
.../pubsub_utils/src/pubsub_serializer_handler.c | 3 +-
.../include/endpoint_descriptor_common.h | 12 ++++----
.../calculator_service/src/calculator_impl.c | 7 +++--
.../gtest/src/rsa_client_server_tests.cc | 27 ++++++++---------
.../gtest/src/rsa_tests.cc | 7 +++--
.../rsa_common/src/remote_interceptors_handler.c | 3 +-
.../topology_manager/src/topology_manager.c | 10 +++----
bundles/shell/shell/src/query_command.c | 2 +-
bundles/shell/shell/src/quit_command.c | 3 +-
documents/bundles.md | 4 +--
documents/components.md | 2 +-
documents/services.md | 8 ++---
.../bundle_with_private_lib/src/activator.c | 3 +-
.../dm_example/phase3/src/phase3_activator.c | 3 +-
.../dm_example_cxx/phase1/src/Phase1Activator.cc | 5 ++--
.../log_service_example/src/activator.c | 5 ++--
.../component_with_provided_service_activator.c | 3 +-
.../readme_c_examples/src/my_bundle_activator.c | 5 ++--
.../my_shell_command_provider_bundle_activator.c | 3 +-
.../src/using_command_service_example.c | 7 +++--
.../src/using_command_service_example.c | 3 +-
.../src/dynamic_consumer_example.c | 11 +++----
.../src/dynamic_provider_example.c | 5 ++--
.../src/simple_consumer_example.c | 7 +++--
.../track_tracker_example/src/activator.c | 5 ++--
.../conan_test_package/my_log_writer_activator.c | 3 +-
.../conan_test_package/test_http_admin_activator.c | 5 ++--
libs/dependency_manager/src/dm_activator.c | 3 +-
libs/dfi/gtest/src/dyn_avpr_function_tests.cpp | 17 ++++++-----
libs/dfi/src/json_rpc.c | 3 +-
libs/framework/gtest/src/nop_activator.c | 5 ++--
libs/framework/src/bundle_archive.c | 15 +++++-----
libs/framework/src/bundle_revision.c | 3 +-
libs/framework/src/dm_dependency_manager_impl.c | 5 ++--
libs/framework/src/dm_service_dependency.c | 5 ++--
libs/framework/src/framework.c | 3 +-
libs/framework/src/service_reference.c | 3 +-
libs/utils/gtest/src/ThreadsTestSuite.cc | 3 +-
libs/utils/include/celix_cleanup.h | 15 +++++-----
.../{celix_stdlib_cleanup.h => celix_compiler.h} | 34 +++++++++-------------
libs/utils/include/celix_stdlib_cleanup.h | 4 +--
libs/utils/include/celix_unistd_cleanup.h | 2 +-
libs/utils/src/celix_log_utils.c | 3 +-
libs/utils/src/celix_threads.c | 3 +-
.../src/pubsub_nanomsg_admin.cc | 6 ++--
.../src/pubsub_nanomsg_admin.h | 5 ++--
.../src/pubsub_nanomsg_common.cc | 3 +-
.../src/pubsub_nanomsg_topic_sender.cc | 3 +-
.../src/pubsub_nanomsg_topic_sender.h | 5 ++--
81 files changed, 279 insertions(+), 212 deletions(-)
copy libs/utils/include/{celix_stdlib_cleanup.h => celix_compiler.h} (50%)