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 5a646ef Merge pull request #51 from rm5248/old-build-tools-removal
new 04c65b7 Added some support for Qt
new 4dfbb28 Only build Qt sources is specified
new df308d4 Install everything that is needed for the new library. Added
some documentation
new 025b0c0 Merge pull request #52 from rm5248/log4cxx-qt
The 2034 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:
CMakeLists.txt | 44 +++++++++++++++++
liblog4cxx.pc.in => liblog4cxx-qt.pc.in | 6 +--
src/main/CMakeLists.txt | 7 +++
src/main/cpp-qt/CMakeLists.txt | 24 ++++++++++
src/main/cpp-qt/messagehandler.cpp | 56 ++++++++++++++++++++++
.../messagehandler.h} | 40 +++++++---------
src/site/markdown/1-usage.md | 1 +
.../source-repository.md => qt-support.md} | 37 +++++++-------
8 files changed, 170 insertions(+), 45 deletions(-)
copy liblog4cxx.pc.in => liblog4cxx-qt.pc.in (89%)
create mode 100644 src/main/cpp-qt/CMakeLists.txt
create mode 100644 src/main/cpp-qt/messagehandler.cpp
copy src/main/include/{log4cxx/spi/loggerfactory.h =>
log4cxx-qt/messagehandler.h} (59%)
copy src/site/markdown/{development/source-repository.md => qt-support.md}
(54%)