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 2020/09/13 14:19:06 UTC

[logging-log4cxx] branch master updated (a7d5628 -> e161df4)

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

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


    from a7d5628  LOGCXX-510 Get correct path for building on win32 (#39)
     new 9d9a894  Updated gitattributes to keep line endings
     new ff3bdd1  Updated gitignore to ignore some other files
     new ee7e1ba  Cleanup of CMakeLists
     new bc69063  Add directory to search path used on OSX with Homebrew
     new 23a85d7  Fix segfault on OSX when destructor called
     new 2e7f700  Add github action file to build automatically
     new 1933ece  Altered search path to have linux/unix before windows
     new 6b23913  use environment for program files dir
     new e161df4  Merge pull request #40 from rm5248/github-actions-cleanup

The 1975 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:
 .gitattributes                                     |  1 +
 .github/workflows/log4cxx.yml                      | 91 ++++++++++++++++++++++
 .gitignore                                         |  4 +
 src/CMakeLists.txt                                 |  1 +
 src/cmake/FindAPR-Util.cmake                       |  2 +-
 src/cmake/FindAPR.cmake                            |  2 +-
 src/main/cpp/logstream.cpp                         |  3 +
 src/main/include/CMakeLists.txt                    |  2 +
 .../include/log4cxx/private/log4cxx_private.h.in   |  1 +
 src/test/cpp/CMakeLists.txt                        |  3 +-
 10 files changed, 106 insertions(+), 4 deletions(-)
 create mode 100644 .gitattributes
 create mode 100644 .github/workflows/log4cxx.yml