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/09 20:20:00 UTC

[logging-log4cxx] 20/49: Merge https://github.com/apache/logging-log4cxx into replace-ant-build-with-cmake

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

tschoening pushed a commit to branch ghpr_14_replace-ant-build-with-cmake
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 426660e7452f05de3a7818171768aa76de9b9528
Merge: 73f7333 ed1e4b4
Author: Stephen Webb <sw...@gmail.com>
AuthorDate: Fri Jan 31 18:02:38 2020 +1100

    Merge https://github.com/apache/logging-log4cxx into replace-ant-build-with-cmake

 .editorconfig                         |  19 ++
 autogen.sh                            |   4 +-
 configure-aprutil.bat                 |  15 +-
 configure.bat                         |   8 +-
 release_perform.sh                    |  15 +-
 release_prepare.sh                    |   4 +-
 release_purge.sh                      |   6 +-
 src/changes/changes.xml               |   1 +
 src/main/cpp/Makefile.am              |   1 +
 src/main/cpp/jsonlayout.cpp           | 389 +++++++++++++++++++++++++++
 src/main/include/log4cxx/Makefile.am  |   1 +
 src/main/include/log4cxx/jsonlayout.h | 139 ++++++++++
 src/test/cpp/Makefile.am              |   1 +
 src/test/cpp/jsonlayouttest.cpp       | 481 ++++++++++++++++++++++++++++++++++
 14 files changed, 1058 insertions(+), 26 deletions(-)