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 ddcb6998 Add SBRM documentation.
add c5962229 Add scope guard for mutex.
No new revisions were added by this update.
Summary of changes:
libs/utils/CMakeLists.txt | 1 +
libs/utils/gtest/CMakeLists.txt | 3 +-
.../gtest/src/CelixUtilsAutoCleanupTestSuite.cc | 79 ++++++++++++++++++++++
libs/utils/include/celix_cleanup.h | 19 ------
.../celix_stdlib_cleanup.h} | 30 +++++++-
libs/utils/include/celix_threads.h | 46 ++++++++++++-
libs/utils/src/celix_threads.c | 7 ++
7 files changed, 162 insertions(+), 23 deletions(-)
create mode 100644 libs/utils/gtest/src/CelixUtilsAutoCleanupTestSuite.cc
copy libs/utils/{src/celix_cleanup.c => include/celix_stdlib_cleanup.h} (51%)