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 958540d6 Add missing signal header include to ThreadsTestSuite
     add 6e513439 Refactor celix_errocodes and move it to utils
     add 796b628a Remove __thread option in celix_err
     add 9089a8f7 Rename celix_errorcodes.c to celix_errno.c

No new revisions were added by this update.

Summary of changes:
 libs/framework/CMakeLists.txt                      |  2 +-
 libs/utils/CMakeLists.txt                          |  9 +-
 libs/utils/gtest/CMakeLists.txt                    |  1 +
 libs/utils/gtest/src/CelixErrnoTestSuite.cc        | 95 ++++++++++++++++++++++
 libs/utils/include/celix_err.h                     |  7 +-
 libs/utils/include/celix_errno.h                   | 24 +++++-
 libs/utils/src/celix_err.c                         | 16 +---
 .../utils/src/celix_err_constants.h.in             | 17 ++--
 .../celix_errorcodes.c => utils/src/celix_errno.c} | 49 +++++++++--
 libs/utils/src/celix_threads.c                     | 18 +---
 10 files changed, 183 insertions(+), 55 deletions(-)
 create mode 100644 libs/utils/gtest/src/CelixErrnoTestSuite.cc
 copy bundles/pubsub/integration/gtest/msg.h => 
libs/utils/src/celix_err_constants.h.in (78%)
 rename libs/{framework/src/celix_errorcodes.c => utils/src/celix_errno.c} (54%)

Reply via email to