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 f194e89e Merge branch 'master' into
feature/574-scope-based-resource-management
new bb05cae7 Replace __attribute__((__unused__)) with CELIX_UNUSED.
new a769a75c Unify naming convention for guard objects.
The 2 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/discovery_zeroconf_announcer.c | 7 +-
.../rsa_shm/src/rsa_shm_client.c | 34 +++---
.../rsa_shm/src/rsa_shm_export_registration.c | 12 +-
.../rsa_shm/src/rsa_shm_impl.c | 16 ++-
.../shm_pool/include/shm_pool.h | 30 +++--
.../rsa_rpc_json/src/rsa_json_rpc_endpoint_impl.c | 4 +-
bundles/shell/shell/src/c_shell_activator.c | 3 +-
documents/c_patterns.md | 4 +-
libs/framework/include/celix_bundle_context.h | 27 ++++-
libs/framework/include_deprecated/bundle_context.h | 26 ++++-
.../gtest/src/CelixUtilsAutoCleanupTestSuite.cc | 12 +-
libs/utils/include/celix_threads.h | 125 ++++++++++++---------
12 files changed, 184 insertions(+), 116 deletions(-)