This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a change to branch next_stable
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from 22be6885 Restore documented RollingFileAppender configuration
properties (#146)
add bbe2b800 Merge branch 'next_wchar_throughputtests' into next_stable
add 624be6e9 Merge branch 'apache:next_stable' into next_stable
add aba95058 Merge remote-tracking branch 'swebb-fork/next_stable' into
next_stable
add b6b697eb Merge remote-tracking branch 'origin/next_stable' into
next_stable
add 5c06f296 Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add ac697a3a Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add deda5a6e Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add cb5d2d34 Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add 3308847b Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add c00c08c2 Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
new ef0feede Merge branch 'next_stable' of
https://github.com/apache/logging-log4cxx into next_stable
add 5109466a Prevent compilation errors when logchar is unichar (#142)
add f5341b38 Add the cmake build options APR_STATIC and APU_STATIC to the
cmake user interface
add d117f0be LOGCXX-562 (#144)
add a7bb076c Enable issues to allow github users to create issues
new 3e3d042f Merge branch 'master' into next_stable
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.asf.yaml | 2 +
.../{abi-compatibility.yml => log4cxx-cpp11.yml} | 37 ++-----
.github/workflows/log4cxx-posix.yml | 86 +++++++++++++++
.github/workflows/log4cxx-windows-static.yml | 87 +++++++++++++++
.github/workflows/log4cxx-windows.yml | 86 +++++++++++++++
.github/workflows/log4cxx.yml | 119 ---------------------
CMakeLists.txt | 2 +
src/examples/cpp/CMakeLists.txt | 2 +-
src/main/cpp/logstream.cpp | 5 +
src/main/cpp/messagebuffer.cpp | 5 +
src/main/cpp/ndc.cpp | 4 +-
src/main/cpp/threadutility.cpp | 15 ++-
src/main/cpp/transcoder.cpp | 4 +-
src/main/include/CMakeLists.txt | 9 ++
src/test/cpp/pattern/patternparsertestcase.cpp | 6 +-
src/test/cpp/rolling/manualrollingtest.cpp | 7 +-
src/test/cpp/rolling/timebasedrollingtest.cpp | 37 +++----
src/test/cpp/streamtestcase.cpp | 12 ++-
18 files changed, 336 insertions(+), 189 deletions(-)
copy .github/workflows/{abi-compatibility.yml => log4cxx-cpp11.yml} (56%)
create mode 100644 .github/workflows/log4cxx-posix.yml
create mode 100644 .github/workflows/log4cxx-windows-static.yml
create mode 100644 .github/workflows/log4cxx-windows.yml
delete mode 100644 .github/workflows/log4cxx.yml