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

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


    from 727196f1 add in macro to compile on windows
     add b64492a7 Print out failing sub-tests
     add 8cae5e0c convert to using new so constructor will run
     add cb23499c Remove old .hw files
     add 75faa5ca updated ABI symbols
     add b7284609 Switch around how searching for boost works and add 
documentation (#109)
     add e5cf1497 update version
     add c760ae2d Updating some site information in preparation for release
     add 0107e251 Set date to today
     add 40c8289a Update copyright year
     add 858de4f6 Add link to privacy policy
     add 6cc5d910 Fixed version number typo (#110)
     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
     add 73470ba4 Update RDF file with more up-to-date information
     add 55b7fc3d Build qt support from clean build
     new 91d914db Merge branch 'master' into LOGCXX-527

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 +-
 CMakeLists.txt                                     |     7 +
 NOTICE                                             |     2 +-
 doap_log4cxx.rdf                                   |    21 +-
 src/cmake/FindAPR.cmake                            |     6 +-
 src/cmake/boost-fallback/boost-fallback.cmake      |     7 +-
 src/cmake/projectVersionDetails.cmake              |     2 +-
 src/main/abi-symbols/abi.dump                      | 69780 ++++++++++---------
 src/main/cpp-qt/CMakeLists.txt                     |     2 +-
 src/main/cpp/syslogappender.cpp                    |    43 +-
 src/main/cpp/threadutility.cpp                     |     5 +-
 src/main/include/CMakeLists.txt                    |    11 +-
 src/main/include/log4cxx/helpers/bufferedwriter.h  |     7 +
 src/main/include/log4cxx/log4cxx.hw                |   105 -
 src/main/include/log4cxx/net/syslogappender.h      |    10 +-
 .../include/log4cxx/private/log4cxx_private.hw     |    84 -
 src/site/doxy/customdoxygen.css                    |     7 +
 src/site/doxy/footer.html                          |     4 +-
 src/site/markdown/1-usage.md                       |     1 +
 src/site/markdown/change-report-gh.md              |    74 +-
 src/site/markdown/configuration-samples.md         |    20 +-
 src/site/markdown/development/build-cmake.md       |    62 +-
 src/site/markdown/development/build-vcpkg.md       |     5 +-
 src/site/markdown/development/building.md          |    18 +-
 src/site/markdown/development/dependencies.md      |     8 +-
 src/site/markdown/download.md.in                   |    10 +-
 src/site/markdown/qt-support.md                    |     4 +-
 src/site/markdown/usage.md                         |    14 +-
 src/test/cpp/CMakeLists.txt                        |     7 +
 src/test/cpp/abts.cpp                              |    21 +-
 src/test/cpp/net/syslogappendertestcase.cpp        |    14 +-
 31 files changed, 36688 insertions(+), 33687 deletions(-)
 delete mode 100644 src/main/include/log4cxx/log4cxx.hw
 delete mode 100644 src/main/include/log4cxx/private/log4cxx_private.hw

Reply via email to