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 4fa615c9 Include thread_local support status in cmake configuration 
output
     add 61fb0d7a Allow throughputtests to be run by selecting Debug on the 
throughputtests project in Visual Studio
     add 63bfc106 Build on branches that start with sonar
     add 20a04845 Prevent a segmentation fault during initialization when using 
a staticly linked log4cxx (#126)
     add b5e427b7 build code coverage for sonarcloud.  Upgrade sonar scanner 
version.
     add 522a290e Prevent compilation error when compiling fmt example against 
fmt v9.0.0 (#127)
     add 45a73bdb Google benchmark option (#131)
     new 4c631a7b Merge remote-tracking branch 'origin/master' into next_stable

The 1 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:
 .github/workflows/sonarcloud.yml                   |  30 ++-
 CMakeLists.txt                                     |   5 +
 sonar-project.properties                           |   4 +-
 src/examples/cpp/format-string.cpp                 |   1 +
 src/main/cpp/date.cpp                              |   9 +-
 src/main/include/log4cxx/helpers/date.h            |  14 +-
 src/test/cpp/CMakeLists.txt                        |   1 +
 .../cpp/{throughput => benchmark}/CMakeLists.txt   |  32 +--
 src/test/cpp/benchmark/benchmark.cpp               | 239 +++++++++++++++++++++
 9 files changed, 302 insertions(+), 33 deletions(-)
 copy src/test/cpp/{throughput => benchmark}/CMakeLists.txt (69%)
 create mode 100644 src/test/cpp/benchmark/benchmark.cpp

Reply via email to