|
From: <log...@li...> - 2026-02-27 18:49:26
|
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 f79a7d774269876264ef489cddbc551016d218eb (commit)
via 01f1d3a1696a6f1270792810ac8cc18787581dbf (commit)
via 7ff8d5ca129fac2c8de60d56219fc4aa9e8c0aa5 (commit)
via 349b0d9938bb4ea752b797a306ac9160a9565e32 (commit)
from f20e9272b67b49db7fc8563c401de7f060412c92 (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 f79a7d774269876264ef489cddbc551016d218eb
Author: Alexander Perepelkin <san...@us...>
Date: Fri Feb 27 19:48:22 2026 +0100
index.html
diff --git a/doc/html/index.html b/doc/html/index.html
index 3493f5b..d222de8 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:
-2026-02-15</span> |</div>
+2026-02-27</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -676,13 +676,16 @@ WARNING: releases from the development branch are a 'work in progress' and may f
<small>
<dl>
-<dt>1.1.6rc1 - master branch (15 February 2026)</dt>
+<dt>1.1.6rc2 - master branch (27 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>
+<dd>Add formatted and streaming log4cpp macros with compile-time stripping</dd>
+<dd>vsnprintf: Use va_copy for C+11 and later; use __va_copy for GCC pre-C++11; fallback to simple copy</dd>
+<dd>Native project files are archived to prevent MS VS from mixing old project files with CMake builds</dd>
</dl>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit f79a7d774269876264ef489cddbc551016d218eb
Author: Alexander Perepelkin <san...@us...>
Date: Fri Feb 27 19:48:22 2026 +0100
index.html
diff --git a/doc/html/index.html b/doc/html/index.html
index 3493f5b..d222de8 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:
-2026-02-15</span> |</div>
+2026-02-27</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -676,13 +676,16 @@ WARNING: releases from the development branch are a 'work in progress' and may f
<small>
<dl>
-<dt>1.1.6rc1 - master branch (15 February 2026)</dt>
+<dt>1.1.6rc2 - master branch (27 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>
+<dd>Add formatted and streaming log4cpp macros with compile-time stripping</dd>
+<dd>vsnprintf: Use va_copy for C+11 and later; use __va_copy for GCC pre-C++11; fallback to simple copy</dd>
+<dd>Native project files are archived to prevent MS VS from mixing old project files with CMake builds</dd>
</dl>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit f79a7d774269876264ef489cddbc551016d218eb
Author: Alexander Perepelkin <san...@us...>
Date: Fri Feb 27 19:48:22 2026 +0100
index.html
diff --git a/doc/html/index.html b/doc/html/index.html
index 3493f5b..d222de8 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:
-2026-02-15</span> |</div>
+2026-02-27</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -676,13 +676,16 @@ WARNING: releases from the development branch are a 'work in progress' and may f
<small>
<dl>
-<dt>1.1.6rc1 - master branch (15 February 2026)</dt>
+<dt>1.1.6rc2 - master branch (27 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>
+<dd>Add formatted and streaming log4cpp macros with compile-time stripping</dd>
+<dd>vsnprintf: Use va_copy for C+11 and later; use __va_copy for GCC pre-C++11; fallback to simple copy</dd>
+<dd>Native project files are archived to prevent MS VS from mixing old project files with CMake builds</dd>
</dl>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit f79a7d774269876264ef489cddbc551016d218eb
Author: Alexander Perepelkin <san...@us...>
Date: Fri Feb 27 19:48:22 2026 +0100
index.html
diff --git a/doc/html/index.html b/doc/html/index.html
index 3493f5b..d222de8 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:
-2026-02-15</span> |</div>
+2026-02-27</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -676,13 +676,16 @@ WARNING: releases from the development branch are a 'work in progress' and may f
<small>
<dl>
-<dt>1.1.6rc1 - master branch (15 February 2026)</dt>
+<dt>1.1.6rc2 - master branch (27 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>
+<dd>Add formatted and streaming log4cpp macros with compile-time stripping</dd>
+<dd>vsnprintf: Use va_copy for C+11 and later; use __va_copy for GCC pre-C++11; fallback to simple copy</dd>
+<dd>Native project files are archived to prevent MS VS from mixing old project files with CMake builds</dd>
</dl>
<dl>
-----------------------------------------------------------------------
Summary of changes:
ChangeLog | 11 +++++++
README | 2 --
README.md | 88 ++++++++++++++++++++++++++++++++++++++++++++++++++++
doc/html/index.html | 12 ++++---
tests/CMakeLists.txt | 2 +-
5 files changed, 107 insertions(+), 8 deletions(-)
delete mode 100644 README
create mode 100644 README.md
hooks/post-receive
--
Log4cpp Git repository.
|