This is an automated email from the ASF dual-hosted git repository.
rmiddleton pushed a change to branch LOGCXX-518
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from f4efd85d Broke out the multiprocess part of the rollingfileappender
into a separate class
new ebb9170a Directly tell the TimeBasedRollingPolicy if it is for
multiprocess
new 1649a225 Use std::filesystem
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:
CMakeLists.txt | 2 ++
src/cmake/boost-fallback/boost-fallback.cmake | 13 +++++++++++
.../boost-fallback/boost-std-configuration.h.cmake | 18 ++++++++++++++++
src/cmake/boost-fallback/test-boostfilesystem.cpp | 6 ++++++
src/cmake/boost-fallback/test-stdfilesystem.cpp | 5 +++++
src/main/cpp/CMakeLists.txt | 4 ++++
src/main/cpp/multiprocessrollingfileappender.cpp | 6 ++++++
src/main/cpp/timebasedrollingpolicy.cpp | 25 +++++++++++-----------
src/main/include/CMakeLists.txt | 8 +++++++
.../log4cxx/rolling/timebasedrollingpolicy.h | 3 +--
10 files changed, 75 insertions(+), 15 deletions(-)
create mode 100644 src/cmake/boost-fallback/test-boostfilesystem.cpp
create mode 100644 src/cmake/boost-fallback/test-stdfilesystem.cpp