Skip to content

Commit 51bf901

Browse files
committed
Merge pull request #3 from meyerj/master-merged-with-upstream
Merge with upstream
2 parents 0781a38 + e4c9761 commit 51bf901

File tree

196 files changed

+2804
-59175
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

196 files changed

+2804
-59175
lines changed

.gitignore

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
Compiled source #
2+
###################
3+
*.com
4+
*.class
5+
*.dll
6+
*.exe
7+
*.o
8+
*.lo
9+
*.la
10+
*.so
11+
#auto generated
12+
Makefile.in
13+
Makefile
14+
*.log
15+
116
build*
217
.cproject
318
.project

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ ADD_LIBRARY ( ${LOG4CPP_LIBRARY_NAME} SHARED
4949
src/TriggeringEventEvaluatorFactory.cpp
5050
src/LayoutAppender.cpp
5151
src/FileAppender.cpp
52+
src/DailyRollingFileAppender.cpp
5253
src/RollingFileAppender.cpp
5354
src/GenerationalFileAppender.cpp
5455
src/FixedContextCategory.cpp

ChangeLog

Lines changed: 32 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
2015-03-28 18:48 sanchouss_
2+
3+
* Added DailyRollingFileAppender.cpp
4+
5+
2013-12-05 18:48 sanchouss_
6+
7+
* Fixed bug#137. Adjusted git attributes for *.dsp files (bug #136)
8+
9+
2013-11-27 18:48 sanchouss_
10+
11+
* Migrated from cvs to git scm. Url is ssh://USERNAME@git.code.sf.net/p/log4cpp/codegit
12+
13+
2012-10-15 18:48 sanchouss_
14+
15+
* msvc10/ Converted solution for building from MSVC 2010 with small adjustments. Output is targeted
16+
into building directory instead of system32 dir (due to windows UAC restrictions)
17+
* src/RollingFileAppender.cpp - resolved ambiguity of log10
18+
19+
2012-10-10 16:45 sanchouss_
20+
21+
* include/log4cpp/NDC.hh, src/NDC.cpp: small optimization to avoid invokation of thread-specific
22+
routines each time when a string is constructed from a log event in case if NDC feature is never used.
23+
Tests show slight improvement when pthread_setspecific() is not called each time event is logged.
24+
25+
2012-10-10 15:12 sanchouss_
26+
27+
* include/log4cpp/RollingFileAppender.hh, src/RollingFileAppender.cpp:
28+
[feature] number history files so that they can be lexicographically ordered by name properly.
29+
Width of file extension is made constant and depends on count of backup files (i.e.,
30+
for number of 15 backup files, extensions will be .01, .02, ..., .14, .15)
31+
132
2007-09-03 12:25 waffel
233

334
* configure.in: [feature] changed version to 1.0
@@ -2700,7 +2731,7 @@
27002731
src/Category.cpp, src/FileAppender.cpp,
27012732
src/HierarchyMaintainer.cpp, src/OstreamAppender.cpp,
27022733
tests/testCategory.cpp, tests/testFixedContextCategory.cpp: Merge
2703-
of Borland support patch by Uwe J�ger <jaeger@varial.de>.
2734+
of Borland support patch by Uwe J�ger <jaeger@varial.de>.
27042735

27052736
2001-05-30 00:04 bastiaan
27062737

Makefile

Lines changed: 0 additions & 10 deletions
This file was deleted.

Makefile.am

Lines changed: 0 additions & 63 deletions
This file was deleted.

0 commit comments

Comments
 (0)