You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by ts...@apache.org on 2020/02/16 18:46:15 UTC

[logging-log4cxx] branch master updated (6105320 -> 5fcfdd3)

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

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


    from 6105320  Merge pull request #16 from rm5248/rm-cmake-fixes
     add 3d7d18e  Allow 'mvn package' to be used to generate .tar.gz and .zip archives
     add 163cadc  Use newest version of maven-assembly-plugin
     add 4ea4c71  Merge branch 'prepare-for-release' of https://github.com/stephen-webb/logging-log4cxx into ghpr_14_replace-ant-build-with-cmake
     add 6c798a2  Prevent compiler warnings when building a Windows dll
     add 0021dfb  Resolve conflicts with ghpr_14_replace-ant-build-with-cmake
     add ce438d8  Merge branch 'reduce_msvc_warnings' of https://github.com/stephen-webb/logging-log4cxx into ghpr_14_replace-ant-build-with-cmake
     add 5fcfdd3  Applied Astyle-formatting for newly introduced changes.

No new revisions were added by this update.

Summary of changes:
 pom.xml                                            |  5 +++--
 src/examples/cpp/delayedloop.cpp                   |  2 +-
 src/main/cpp/appenderattachableimpl.cpp            |  2 +-
 src/main/cpp/asyncappender.cpp                     |  8 ++++----
 src/main/cpp/bytearrayinputstream.cpp              |  2 +-
 src/main/cpp/cacheddateformat.cpp                  |  2 +-
 src/main/cpp/charsetdecoder.cpp                    |  2 +-
 src/main/cpp/charsetencoder.cpp                    |  2 +-
 src/main/cpp/classnamepatternconverter.cpp         |  2 +-
 src/main/cpp/fileappender.cpp                      |  4 ++--
 src/main/cpp/fileinputstream.cpp                   |  2 +-
 src/main/cpp/filewatchdog.cpp                      |  4 ++--
 src/main/cpp/fixedwindowrollingpolicy.cpp          |  2 +-
 src/main/cpp/formattinginfo.cpp                    |  2 +-
 src/main/cpp/hierarchy.cpp                         |  2 +-
 src/main/cpp/loader.cpp                            |  2 +-
 src/main/cpp/loggerpatternconverter.cpp            |  2 +-
 src/main/cpp/logstream.cpp                         | 16 +++++++--------
 src/main/cpp/ndc.cpp                               |  2 +-
 src/main/cpp/odbcappender.cpp                      |  2 +-
 src/main/cpp/optionconverter.cpp                   | 11 +++++-----
 src/main/cpp/patternlayout.cpp                     |  2 +-
 src/main/cpp/patternparser.cpp                     | 18 ++++++++--------
 src/main/cpp/propertyconfigurator.cpp              |  2 +-
 src/main/cpp/propertysetter.cpp                    |  2 +-
 src/main/cpp/rollingfileappender.cpp               | 10 ++++-----
 src/main/cpp/socketappender.cpp                    |  2 +-
 src/main/cpp/telnetappender.cpp                    |  6 +++---
 src/main/cpp/xmlsocketappender.cpp                 |  2 +-
 src/main/include/log4cxx/consoleappender.h         |  9 ++++++++
 src/main/include/log4cxx/file.h                    |  9 ++++++++
 src/main/include/log4cxx/fileappender.h            |  9 ++++++++
 .../include/log4cxx/filter/stringmatchfilter.h     |  9 ++++++++
 src/main/include/log4cxx/helpers/bufferedwriter.h  |  9 ++++++++
 .../include/log4cxx/helpers/cacheddateformat.h     |  9 ++++++++
 src/main/include/log4cxx/helpers/datelayout.h      |  9 ++++++++
 src/main/include/log4cxx/helpers/exception.h       |  9 ++++++++
 src/main/include/log4cxx/helpers/locale.h          |  9 ++++++++
 src/main/include/log4cxx/helpers/messagebuffer.h   | 10 +++++++++
 .../include/log4cxx/helpers/onlyonceerrorhandler.h |  9 ++++++++
 .../include/log4cxx/helpers/strftimedateformat.h   |  9 ++++++++
 src/main/include/log4cxx/helpers/stringtokenizer.h |  9 ++++++++
 src/main/include/log4cxx/helpers/syslogwriter.h    |  9 ++++++++
 .../include/log4cxx/helpers/threadspecificdata.h   |  8 ++++++++
 src/main/include/log4cxx/helpers/timezone.h        |  9 ++++++++
 src/main/include/log4cxx/jsonlayout.h              |  7 +++++++
 src/main/include/log4cxx/level.h                   |  7 +++++++
 src/main/include/log4cxx/logstring.h               |  2 --
 src/main/include/log4cxx/mdc.h                     |  9 ++++----
 src/main/include/log4cxx/ndc.h                     |  9 ++++----
 src/main/include/log4cxx/net/smtpappender.h        |  9 ++++++++
 .../include/log4cxx/net/socketappenderskeleton.h   |  9 ++++++++
 src/main/include/log4cxx/net/syslogappender.h      |  9 ++++++++
 src/main/include/log4cxx/nt/nteventlogappender.h   |  8 ++++++++
 .../log4cxx/pattern/literalpatternconverter.h      | 10 +++++++++
 src/main/include/log4cxx/pattern/patternparser.h   |  8 ++++----
 .../log4cxx/rolling/timebasedrollingpolicy.h       |  9 ++++++++
 src/test/cpp/asyncappendertestcase.cpp             | 24 +++++++++++-----------
 src/test/cpp/util/serializationtesthelper.cpp      |  4 ++--
 59 files changed, 301 insertions(+), 89 deletions(-)