|
From: <log...@li...> - 2025-12-12 19:46:52
|
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 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1 (commit)
via f58a52284b102314e1f0f43eb602e611225ad4f5 (commit)
via ed9549d2cb68e3fe4a4e63f926fe4da31dbf4913 (commit)
via 1f520aa8523ccf967a973e88345aaf86fe5bbd5a (commit)
via 7eea25a6e549693835f4615eddc6956657f46279 (commit)
via 6a77cc74041955f6d162977ad9320d63788266d5 (commit)
from 7e80abbe6d4c6cefd674fc2952bf1e599478bf10 (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 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
http://sourceforge.net/p/log4cpp/codegit/ci/
commit 31e5cd5505fd33e4466fa1510f796ef27dd1d4f1
Author: Alexander Perepelkin <san...@us...>
Date: Fri Dec 12 20:45:16 2025 +0100
index.html, ChangeLog
diff --git a/ChangeLog b/ChangeLog
index ea85da3..6810876 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2025-12-12 20:18 sanchouss_
+ * Fix few compilation warnings
+ * Reformat source codebase automatically with clang-format-21
+ * Add .clang-format, BasedOnStyle: LLVM, with only minor tweaks to stay closer to the most of the current files
+ * Mirror git repository at github: https://github.com/log4cpp/log4cpp
+
2025-11-13 20:48 sanchouss_
* CMake script update; support for Embarcadero RAD Studio 12
diff --git a/doc/html/index.html b/doc/html/index.html
index c76f286..141c40a 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-01</span> |</div>
+2025-12-12</span> |</div>
<hr class="delimiter">
<div id="projectpage">
<div id="navigationpanel" class="lightbackground">
@@ -622,19 +622,19 @@ Log file A3.log is rolled over as soon as it reaches limit of 200 bytes, 1 backu
<p>
Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">SourceForge Git page</a> since version 1.1.1, CVS repo is stale now.
</p>
- Each release will receive a tag named REL_x_y_z.
- <p></p>
- <p>The project uses <a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system.
+ <p>A mirror of the Git repository is also available on GitHub: <a
+ href="https://github.com/log4cpp/log4cpp">https://github.com/log4cpp/log4cpp</a></p>
+ <p>
To start working with a freshly checked out log4cpp repository, run <b><code>./autogen.sh</code></b>
first. This will create <code>./configure</code> and the necessary <code>Makefile.in</code>'s.
- You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4.
+ You'll need at least autoconf 2.50, automake 1.6.0 and libtool 1.4 (<a href="https://www.gnu.org/software/automake/">GNU Autotools</a> build system).
</p>
<p>Log4cpp of older versions (prior to version 1.1.1) is available also with CVS, see the <a href="https://sourceforge.net/p/log4cpp/code/">SourceForge CVS page</a> for instructions.</p>
<small>
CVS had two branches:
<table>
<tbody><tr><td>MAIN</td><td>for log4cpp development</td></tr>
- <tr><td>BRANCH_MAINT_0_2</td><td>for maintainance of log4cpp-stable (0.2.x)</td></tr>
+ <tr><td>BRANCH_MAINT_0_2</td><td>for maintenance of log4cpp-stable (0.2.x)</td></tr>
</tbody></table><br>
</small>
<a href="#begin">^</a>
@@ -645,6 +645,7 @@ Log4cpp is moved to git <a href="https://sourceforge.net/p/log4cpp/codegit/">Sou
<p>
WARNING: releases from the development branch are a 'work in progress' and may fail to build, crash or redecorate your desktop.
</p>
+ <p>Each release will receive a tag named REL_x_y_z or prefixed with REL_x.y.z</p>
<small>
<dl>
-----------------------------------------------------------------------
Summary of changes:
.clang-format | 247 ++++++++++++
ChangeLog | 6 +
doc/html/index.html | 22 +-
include/log4cpp/AbortAppender.hh | 13 +-
include/log4cpp/Appender.hh | 114 +++---
include/log4cpp/AppenderSkeleton.hh | 33 +-
include/log4cpp/AppendersFactory.hh | 39 +-
include/log4cpp/BasicConfigurator.hh | 9 +-
include/log4cpp/BasicLayout.hh | 10 +-
include/log4cpp/BufferingAppender.hh | 52 +--
include/log4cpp/Category.hh | 289 +++++++-------
include/log4cpp/CategoryStream.hh | 59 ++-
include/log4cpp/Configurator.hh | 8 +-
include/log4cpp/DailyRollingFileAppender.hh | 26 +-
include/log4cpp/Export.hh | 29 +-
include/log4cpp/FactoryParams.hh | 218 +++++-----
include/log4cpp/FileAppender.hh | 28 +-
include/log4cpp/Filter.hh | 43 +-
include/log4cpp/FixedContextCategory.hh | 64 ++-
include/log4cpp/HierarchyMaintainer.hh | 20 +-
include/log4cpp/IdsaAppender.hh | 24 +-
include/log4cpp/Layout.hh | 16 +-
include/log4cpp/LayoutAppender.hh | 20 +-
include/log4cpp/LayoutsFactory.hh | 39 +-
include/log4cpp/LevelEvaluator.hh | 20 +-
include/log4cpp/LoggingEvent.hh | 18 +-
include/log4cpp/Manipulator.hh | 32 +-
include/log4cpp/NDC.hh | 69 ++--
include/log4cpp/NTEventLogAppender.hh | 63 ++-
include/log4cpp/OstreamAppender.hh | 12 +-
include/log4cpp/PassThroughLayout.hh | 14 +-
include/log4cpp/PatternLayout.hh | 31 +-
include/log4cpp/Portability.hh | 62 +--
include/log4cpp/Priority.hh | 66 ++--
include/log4cpp/PropertyConfigurator.hh | 16 +-
include/log4cpp/RemoteSyslogAppender.hh | 102 +++--
include/log4cpp/RollingFileAppender.hh | 23 +-
include/log4cpp/SimpleConfigurator.hh | 17 +-
include/log4cpp/SimpleLayout.hh | 12 +-
include/log4cpp/SmtpAppender.hh | 28 +-
include/log4cpp/StringQueueAppender.hh | 16 +-
include/log4cpp/SyslogAppender.hh | 23 +-
include/log4cpp/TimeStamp.hh | 11 +-
include/log4cpp/TriggeringEventEvaluator.hh | 14 +-
include/log4cpp/TriggeringEventEvaluatorFactory.hh | 38 +-
include/log4cpp/Win32DebugAppender.hh | 58 +--
include/log4cpp/threading/BoostThreads.hh | 24 +-
include/log4cpp/threading/DummyThreads.hh | 28 +-
include/log4cpp/threading/MSThreads.hh | 99 ++---
include/log4cpp/threading/OmniThreads.hh | 68 ++--
include/log4cpp/threading/PThreads.hh | 68 ++--
src/AbortAppender.cpp | 21 +-
src/Appender.cpp | 116 +++---
src/AppenderSkeleton.cpp | 22 +-
src/AppendersFactory.cpp | 103 +++--
src/BasicConfigurator.cpp | 9 +-
src/BasicLayout.cpp | 22 +-
src/BufferingAppender.cpp | 81 ++--
src/Category.cpp | 149 +++----
src/CategoryStream.cpp | 97 ++---
src/Configurator.cpp | 10 +-
src/DailyRollingFileAppender.cpp | 286 +++++++-------
src/DllMain.cpp | 21 +-
src/DummyThreads.cpp | 4 +-
src/FactoryParams.cpp | 26 +-
src/FileAppender.cpp | 61 ++-
src/Filter.cpp | 14 +-
src/FixedContextCategory.cpp | 37 +-
src/HierarchyMaintainer.cpp | 51 ++-
src/IdsaAppender.cpp | 62 ++-
... 59 lines suppressed ...
hooks/post-receive
--
Log4cpp Git repository.
|