You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2023/01/23 01:32:14 UTC

[logging-log4cxx] branch fix_sonar_cloud_errors updated (ac3c6380 -> df0263e3)

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

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


    from ac3c6380 Correct header defined RSIZE_MAX
     add d1db1e35 Non-char logchar compilation errors (#183)
     add df0263e3 Merge branch 'master' into fix_sonar_cloud_errors

No new revisions were added by this update.

Summary of changes:
 .github/workflows/log4cxx-windows.yml              |  2 +-
 src/main/cpp/colorstartpatternconverter.cpp        | 12 ++---
 src/main/cpp/defaultconfigurator.cpp               | 19 +++++---
 src/main/cpp/domconfigurator.cpp                   |  3 +-
 src/main/cpp/exception.cpp                         |  9 ++--
 src/main/cpp/fmtlayout.cpp                         | 51 ++++++++++++++--------
 src/main/cpp/locationinfofilter.cpp                | 13 +++---
 src/main/cpp/loggingevent.cpp                      |  2 +-
 src/main/cpp/loglog.cpp                            |  2 +-
 src/main/cpp/patternlayout.cpp                     |  2 +-
 src/main/cpp/propertyconfigurator.cpp              |  5 ++-
 src/main/cpp/rollingfileappender.cpp               | 28 +++++-------
 src/main/cpp/threadutility.cpp                     |  1 +
 src/test/cpp/filter/locationinfofiltertest.cpp     |  2 +-
 src/test/cpp/fmttest.cpp                           |  8 ++--
 src/test/cpp/helpers/localechanger.cpp             | 12 +++--
 .../cpp/pattern/colorstartpatternconvertertest.cpp | 46 +++++++++----------
 src/test/cpp/pattern/patternparsertestcase.cpp     |  1 +
 18 files changed, 125 insertions(+), 93 deletions(-)