This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a change to branch feature/celix_err in repository https://gitbox.apache.org/repos/asf/celix.git
from 98c5ce42 Update celix err to support __thread instead of tss usage new 40b85559 Refactor threads cpputest to gtest and add a tss test new d1ce85a4 Add celix tss to the threads_ei lib new d690d063 Add __thread base alternative impl for celix_err new b3271ef6 Add celix_err test suite with error injection The 4 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: libs/error_injector/celix_threads/CMakeLists.txt | 9 +- .../celix_threads/include/celix_threads_ei.h | 6 + .../celix_threads/src/celix_threads_ei.cc | 30 ++ libs/utils/CMakeLists.txt | 6 - libs/utils/gtest/CMakeLists.txt | 7 +- libs/utils/gtest/src/ErrErrorInjectionTestSuite.cc | 76 +++ libs/utils/gtest/src/ThreadsTestSuite.cc | 438 +++++++++++++++++ libs/utils/private/test/celix_threads_test.cpp | 537 --------------------- libs/utils/src/celix_err.c | 50 +- 9 files changed, 596 insertions(+), 563 deletions(-) create mode 100644 libs/utils/gtest/src/ErrErrorInjectionTestSuite.cc create mode 100644 libs/utils/gtest/src/ThreadsTestSuite.cc delete mode 100644 libs/utils/private/test/celix_threads_test.cpp