This is an automated email from the ASF dual-hosted git repository.
swebb2066 pushed a change to branch vcpkg_pollution
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
from 6237582c Test on windows verbosely
add b939921e Support for \{fmt} version 11 and 12 (#706)
add 9fd389fa Prevent out-of-bounds reads in SimpleDateFormat name
formatting (#709)
add c75168f1 Merge branch 'master' into vcpkg_pollution
add 3e1e712a Regenerate vcpkg cache when using a difference vcpkg reference
add 60ff7fc5 Display dll's required by windows tests
No new revisions were added by this update.
Summary of changes:
.github/workflows/log4cxx-windows.yml | 18 +--
src/main/cpp/asyncbuffer.cpp | 32 +++--
src/main/cpp/simpledateformat.cpp | 28 ++++-
src/main/include/log4cxx/helpers/asyncbuffer.h | 14 ++-
src/site/markdown/change-report-gh.md | 3 +
src/test/cpp/CMakeLists.txt | 15 ++-
src/test/cpp/helpers/CMakeLists.txt | 1 +
src/test/cpp/helpers/simpledateformattestcase.cpp | 135 ++++++++++++++++++++++
8 files changed, 217 insertions(+), 29 deletions(-)
create mode 100644 src/test/cpp/helpers/simpledateformattestcase.cpp