This is an automated email from the ASF dual-hosted git repository.
pengzheng pushed a change to branch feature/769-replace-tss-with-uv-key
in repository https://gitbox.apache.org/repos/asf/celix.git
from 39c86b7b8 gh-769: Replace celix_tss usage with libuv key
add c2eaea6d1 Make libuv error injector optional.
add 731d7671f Fix memory leak of thread local storage.
No new revisions were added by this update.
Summary of changes:
conanfile.py | 3 +++
libs/error_injector/CMakeLists.txt | 6 +++++-
libs/error_injector/pthread/CMakeLists.txt | 1 +
libs/error_injector/pthread/include/pthread_ei.h | 2 ++
libs/error_injector/pthread/src/pthread_ei.cc | 7 +++++++
libs/utils/gtest/CMakeLists.txt | 2 +-
libs/utils/gtest/src/ErrKeyCreateErrorInjectionTestSuite.cc | 8 ++++----
libs/utils/src/celix_err.c | 12 ++++++++++--
8 files changed, 33 insertions(+), 8 deletions(-)