You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@logging.apache.org by sw...@apache.org on 2022/06/20 07:46:59 UTC

[logging-log4cxx] branch next_stable updated (24c4f252 -> 4b448ef2)

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 24c4f252 Merge branch 'master' into next_stable
     add 07641d18 Logcxx 556 (#111)
     add e1a8e4c3 Altered titles of sections to be more clear
     add 8270d8cb Updated usage with some more filter information
     add 13b73259 Adds multiple process support to buffered writer (#112)
     add abcf8112 Fix compilation error in a static build
     add ff7637ec Prevent WIN32 libraries being used on linux
     add 475972b8 [CI] Include a static build in continuous integration (#113)
     add da92d8be [CI] Include a static build in continuous integration
     add 5089ba23 Prevent MSVC linker warning 4098 when building statically linked tests
     new 4b448ef2 [CI] Include a static build in continuous integration Prevent WIN32 libraries being used on linux

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/log4cxx.yml | 14 +++++++++++++-
 src/cmake/FindAPR.cmake       |  6 +++++-
 src/test/cpp/CMakeLists.txt   |  7 +++++++
 3 files changed, 25 insertions(+), 2 deletions(-)


[logging-log4cxx] 01/01: [CI] Include a static build in continuous integration Prevent WIN32 libraries being used on linux

Posted by sw...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

swebb2066 pushed a commit to branch next_stable
in repository https://gitbox.apache.org/repos/asf/logging-log4cxx.git

commit 4b448ef257c54ea20098c14beedd9e2c039e5fec
Merge: 24c4f252 5089ba23
Author: Stephen Webb <st...@sabreautonomous.com.au>
AuthorDate: Mon Jun 20 17:46:41 2022 +1000

    [CI] Include a static build in continuous integration
    Prevent WIN32 libraries being used on linux

 .github/workflows/log4cxx.yml | 14 +++++++++++++-
 src/cmake/FindAPR.cmake       |  6 +++++-
 src/test/cpp/CMakeLists.txt   |  7 +++++++
 3 files changed, 25 insertions(+), 2 deletions(-)