This is an automated email from the ASF dual-hosted git repository. swebb2066 pushed a commit to branch improve_async_appender in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git
commit d6466e54c575b8743d85ff0a5c2e084e313c5b69 Merge: 347bb455 d15838b7 Author: Stephen Webb <[email protected]> AuthorDate: Thu Feb 15 12:31:50 2024 +1100 Merge branch 'master' into improve_async_appender .github/workflows/log4cxx-macos.yml | 4 +- .github/workflows/log4cxx-ubuntu.yml | 6 +- .github/workflows/sonarcloud.yml | 10 +- CMakeLists.txt | 9 +- src/cmake/FindODBC.cmake | 18 ++-- src/main/cpp/CMakeLists.txt | 7 ++ src/main/cpp/appenderattachableimpl.cpp | 117 +++++++++++++----------- src/main/include/CMakeLists.txt | 1 - src/main/include/log4cxx/log4cxx.h.in | 8 +- src/main/include/log4cxx/logger.h | 24 +++-- src/main/include/log4cxx/spi/configurator.h | 5 + src/main/include/log4cxx/spi/loggerrepository.h | 5 + src/site/doxy/Doxyfile.in | 3 +- src/test/cpp/asyncappendertestcase.cpp | 2 + src/test/cpp/benchmark/benchmark.cpp | 114 ++++++++++++++--------- 15 files changed, 202 insertions(+), 131 deletions(-)
