This is an automated email from the ASF dual-hosted git repository. pnoltes pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/celix.git
commit 4281d76581bb6c4ea9c869c02c1cef732f1e055b Merge: dd3d35a3 f25eba73 Author: Pepijn Noltes <[email protected]> AuthorDate: Fri May 5 21:39:17 2023 +0200 Merge pull request #536 from apache/feature/celix_err Feature/celix err conanfile.py | 11 + libs/error_injector/celix_threads/CMakeLists.txt | 7 +- .../celix_threads/include/celix_threads_ei.h | 6 + .../celix_threads/src/celix_threads_ei.cc | 30 ++ libs/framework/CMakeLists.txt | 2 +- libs/utils/CMakeLists.txt | 12 +- libs/utils/gtest/CMakeLists.txt | 6 +- libs/utils/gtest/src/CelixErrnoTestSuite.cc | 95 ++++ libs/utils/gtest/src/ErrErrorInjectionTestSuite.cc | 76 +++ libs/utils/gtest/src/ErrTestSuite.cc | 104 ++++ libs/utils/gtest/src/ThreadsTestSuite.cc | 440 +++++++++++++++++ libs/utils/include/celix_err.h | 89 ++++ libs/utils/include/celix_errno.h | 25 +- libs/utils/include/celix_threads.h | 61 ++- libs/utils/private/test/celix_threads_test.cpp | 537 --------------------- libs/utils/src/celix_err.c | 167 +++++++ .../src/celix_err_constants.h.in} | 25 +- .../celix_errorcodes.c => utils/src/celix_errno.c} | 49 +- libs/utils/src/celix_threads.c | 18 +- 19 files changed, 1184 insertions(+), 576 deletions(-)
