You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2021/08/27 01:56:57 UTC

[logging-log4cxx] branch LOGCXX-431 updated (a41756b -> c37d127)

This is an automated email from the ASF dual-hosted git repository.

rmiddleton pushed a change to branch LOGCXX-431
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git.


    from a41756b  Moved to helpers namespace and made test compile on windows
     add f728135  Made some thread names more descriptive
     add 7d67642  Fixed issues seen in review
     add 1006b6f  Properly set and restore the thread mask
     add c37d127  Updated test case to try default methods.  Added utility method to configure the thread utility

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/asyncappender.cpp                   |  2 +-
 src/main/cpp/filewatchdog.cpp                    |  2 +-
 src/main/cpp/telnetappender.cpp                  |  2 +-
 src/main/cpp/threadutility.cpp                   | 90 +++++++++++++++++-------
 src/main/include/log4cxx/helpers/threadutility.h | 49 ++++++++-----
 src/site/markdown/threading.md                   | 55 +++++++++------
 src/test/cpp/helpers/threadutilitytestcase.cpp   | 37 ++++++----
 7 files changed, 156 insertions(+), 81 deletions(-)