You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by rm...@apache.org on 2022/01/15 21:17:54 UTC

[logging-log4cxx] branch LOGCXX-525 updated (cd843f1 -> e704491)

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

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


    from cd843f1  Create intermediate directories for both fixedwindowrollingpolicy and timebasedrollingpolicy
     add 1f95167  Fix test failures with old test
     add e704491  Fix compile errors on windows

No new revisions were added by this update.

Summary of changes:
 src/main/cpp/fixedwindowrollingpolicy.cpp            |  2 +-
 src/main/cpp/rollingpolicybase.cpp                   | 15 +++++++++++++++
 src/main/cpp/timebasedrollingpolicy.cpp              |  2 +-
 src/main/include/log4cxx/rolling/rollingpolicybase.h |  5 +++++
 src/test/cpp/rolling/manualrollingtest.cpp           | 14 +++++++++++---
 src/test/cpp/rolling/timebasedrollingtest.cpp        |  7 ++++++-
 6 files changed, 39 insertions(+), 6 deletions(-)