|
From: <log...@li...> - 2026-02-14 23:26:35
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Log4cpp Git repository.".
The branch, master has been updated
via 516e8ba2ec87c697d0afb2aea42d51b80095930f (commit)
from 907e8a1e2a0d32ebefaefca651ac9dfdddeade4f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 516e8ba2ec87c697d0afb2aea42d51b80095930f
Author: Alexander Perepelkin <san...@us...>
Date: Sun Feb 15 00:26:04 2026 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index 6810876..ad7dc8c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,29 @@
+2026-02-12 21:39 sanchouss_
+ * Sync lib versions in CMakeLists.txt and configure.in, set 1.1.6
+
+2026-02-12 21:21 sanchouss_
+ * Bunch of renaming for the tests:
+ testConfig.log4cpp.properties -> testPropertyConfig.log4cpp.properties
+ testConfig.log4cpp.dailyroll.properties -> testDailyRollingFileAppender.log4cpp.properties
+ testConfig.log4cpp.dailyroll.nt.properties -> testDailyRollingFileAppender.log4cpp.nt.properties
+ log4cpp.property -> testPropConfig.log4cpp.properties
+ log4cpp.nt.property -> testPropConfig.log4cpp.nt.properties
+ testConfig.cpp -> testSimpleConfig.cpp
+ log4cpp.init -> testSimpleConfig.log4cpp.init
+
+2026-02-11 23:13 sanchouss_
+ * CMake: add test build support using CTest
+ Collect test*.cpp sources, build them against log4cpp (shared or static), and register tests with CTest.
+
+2026-02-09 22:35 sanchouss_
+ * Building examples is enabled via the LOG4CPP_BUILD_EXAMPLES option.
+ CMake usage examples are provided for both scenarios: importing a CMake-installed log4cpp library and using
+ log4cpp as a CMake subproject.
+ Both shared and static library variants are demonstrated.
+ The CMake usage examples can be built either as part of the log4cpp library (when LOG4CPP_BUILD_EXAMPLES is
+ enabled) or as standalone CMake applications that import or include log4cpp from their own directories.
+ Emulate autotools behaviour and generate include/log4cpp/config.h from Autotools-style config.h.in
+
2025-12-12 20:18 sanchouss_
* Fix few compilation warnings
* Reformat source codebase automatically with clang-format-21
diff --git a/doc/html/index.html b/doc/html/index.html
index 141c40a..b4f6ee0 100644
--- a/doc/html/index.html
+++ b/doc/html/index.html
@@ -15,7 +15,7 @@ for C++ Project
Page on Sourceforge</a>
</span> |
<span>Last Published:
-2025-12-12</span> |</div>
+2026-02-15</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -648,6 +648,16 @@ WARNING: releases from the development branch are a 'work in progress' and may f
<p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
+<dl>
+<dt>1.1.6rc1 - master branch (15 February 2026)</dt>
+<dd>CMake support is enhanced. Building examples is enabled via the CMake's <code>LOG4CPP_BUILD_EXAMPLES</code> option.
+ CMake usage examples are provided for both scenarios: importing a CMake-installed log4cpp library and using
+ log4cpp as a CMake subproject.</dd>
+<dd>Emulate autotools behaviour when building via CMake and generate <code>include/log4cpp/config.h</code> from Autotools-style
+ <code>config.h.in</code></dd>
+<dd>Add test build support using CTest</dd>
+</dl>
+
<dl>
<dt>1.1.5 - master branch (01 December 2025)</dt>
<dd>Cmake script update: support release and debug build types (defaults to release); build both static and shared libraries; pass necessary cpp macros for debug</dd>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 26 ++++++++++++++++++++++++++
doc/html/index.html | 12 +++++++++++-
2 files changed, 37 insertions(+), 1 deletion(-)
hooks/post-receive
--
Log4cpp Git repository.
|