cvs commit: logging-log4cxx/src thread.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:06:04 Modified:src thread.cpp Log: added InterlockedIncrement and InterlockedDecrement Revision ChangesPath 1.8 +46 -0 logging-log4cxx/src/thread.cpp Index: thread.cpp

cvs commit: logging-log4cxx/docs Doxyfile.in

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:05:44 Modified:docs Doxyfile.in Log: changed path Revision ChangesPath 1.5 +4 -2 logging-log4cxx/docs/Doxyfile.in Index: Doxyfile.in === RCS file: /home/cvs/loggi

cvs commit: logging-log4cxx/docs introduction.dox

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:05:11 Modified:docs introduction.dox Log: added Conclusion and fixed bad links Revision ChangesPath 1.2 +64 -7 logging-log4cxx/docs/introduction.dox Index: introduction.dox

cvs commit: logging-log4cxx/tests/witness Makefile.in

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:04:19 Removed: tests/witness Makefile.in Log: removed generated file

cvs commit: logging-log4cxx/msvc/dll dll.dsp

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:03:02 Modified:msvc/dll dll.dsp Log: removed SimpleSocketServer.cpp Revision ChangesPath 1.15 +4 -8 logging-log4cxx/msvc/dll/dll.dsp Index: dll.dsp === RCS file: /home

cvs commit: logging-log4cxx/tests/src drfatestcase.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:02:35 Modified:tests/src drfatestcase.cpp Log: fixed test Revision ChangesPath 1.3 +36 -7 logging-log4cxx/tests/src/drfatestcase.cpp Index: drfatestcase.cpp === RCS fi

cvs commit: logging-log4cxx/tests/src Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:02:23 Modified:tests/src/customlogger Makefile.am tests/src/net Makefile.am tests/src/pattern Makefile.am tests/src/util Makefile.am tests/src/xml Makefile.am tests/src Makefile.am Log: c

cvs commit: logging-log4cxx/msvc/static static.dsp static.vcproj

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:01:34 Modified:msvc/static static.dsp static.vcproj Log: changed optimization options Revision ChangesPath 1.4 +0 -4 logging-log4cxx/msvc/static/static.dsp Index: static.dsp ==

cvs commit: logging-log4cxx/msvc/dll dll.vcproj

2004-04-02 Thread mcatan
mcatan 2004/04/02 01:00:32 Modified:msvc/dll dll.vcproj Log: added event.cpp and timezone.cpp Revision ChangesPath 1.5 +12 -35logging-log4cxx/msvc/dll/dll.vcproj Index: dll.vcproj === RCS

cvs commit: logging-log4cxx/include/log4cxx/helpers thread.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:59:11 Modified:include/log4cxx/helpers thread.h Log: added InterlockedIncrement and InterlockedDecrement Revision ChangesPath 1.10 +10 -0 logging-log4cxx/include/log4cxx/helpers/thread.h Index: thread.h ===

cvs commit: logging-log4cxx/include/log4cxx/helpers tchar.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:58:40 Modified:include/log4cxx/helpers tchar.h Log: optimizations and compilation fix Revision ChangesPath 1.23 +23 -5 logging-log4cxx/include/log4cxx/helpers/tchar.h Index: tchar.h

cvs commit: logging-log4cxx configure.in

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:57:04 Modified:.configure.in Log: removed Linux Atomic Operations check Revision ChangesPath 1.28 +0 -12 logging-log4cxx/configure.in Index: configure.in === RC

cvs commit: logging-log4cxx/performance nullappender.cpp nullappender.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:56:26 Modified:performance nullappender.cpp nullappender.h Log: optimization Revision ChangesPath 1.4 +1 -4 logging-log4cxx/performance/nullappender.cpp Index: nullappender.cpp ===

cvs commit: logging-log4cxx/performance Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:53:06 Modified:performance Makefile.am Log: changed path Revision ChangesPath 1.3 +1 -1 logging-log4cxx/performance/Makefile.am Index: Makefile.am === RCS file: /home

cvs commit: logging-log4cxx/performance logging.sh

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:52:37 Modified:performance logging.sh Log: Revision ChangesPath 1.2 +1 -1 logging-log4cxx/performance/logging.sh Index: logging.sh === RCS file: /home/cvs/logging-lo

cvs commit: logging-log4cxx/src system.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:50:42 Modified:src system.cpp Log: removed useless line Revision ChangesPath 1.9 +0 -1 logging-log4cxx/src/system.cpp Index: system.cpp === RCS file: /home/cvs/l

cvs commit: logging-log4cxx/src optionconverter.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:49:08 Modified:src optionconverter.cpp Log: splitted line to long Revision ChangesPath 1.12 +3 -2 logging-log4cxx/src/optionconverter.cpp Index: optionconverter.cpp ===

cvs commit: logging-log4cxx/src Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:48:29 Modified:src Makefile.am Log: added classes Event and TimeZone Revision ChangesPath 1.15 +2 -0 logging-log4cxx/src/Makefile.am Index: Makefile.am === RCS fi

cvs commit: logging-log4cxx/src objectimpl.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:48:06 Modified:src objectimpl.cpp Log: optimized reference counting and inter-thread synchronization Revision ChangesPath 1.12 +122 -52 logging-log4cxx/src/objectimpl.cpp Index: objectimpl.cpp ==

cvs commit: logging-log4cxx/include/log4cxx/helpers objectimpl.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:47:13 Modified:include/log4cxx/helpers objectimpl.h Log: optimized reference counting Revision ChangesPath 1.11 +3 -19 logging-log4cxx/include/log4cxx/helpers/objectimpl.h Index: objectimpl.h ==

cvs commit: logging-log4cxx/include/log4cxx/helpers object.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:46:36 Modified:include/log4cxx/helpers object.h Log: added notifyAll method Revision ChangesPath 1.9 +9 -0 logging-log4cxx/include/log4cxx/helpers/object.h Index: object.h

cvs commit: logging-log4cxx/include/log4cxx/xml Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:44:35 Modified:include/log4cxx/config Makefile.am include/log4cxx/db Makefile.am include/log4cxx/net Makefile.am include/log4cxx/nt Makefile.am include/log4cxx/varia Makefile.am include/log4c

cvs commit: logging-log4cxx/include/log4cxx Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:44:08 Modified:include/log4cxx Makefile.am Log: changed path Revision ChangesPath 1.4 +1 -1 logging-log4cxx/include/log4cxx/Makefile.am Index: Makefile.am === RCS fil

cvs commit: logging-log4cxx/include/log4cxx htmllayout.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:43:30 Modified:include/log4cxx htmllayout.h Log: added class TimeZone for optimization Revision ChangesPath 1.11 +3 -0 logging-log4cxx/include/log4cxx/htmllayout.h Index: htmllayout.h =

cvs commit: logging-log4cxx/include/log4cxx/spi Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:43:05 Modified:include/log4cxx/spi Makefile.am Log: changed path Revision ChangesPath 1.2 +1 -1 logging-log4cxx/include/log4cxx/spi/Makefile.am Index: Makefile.am ===

cvs commit: logging-log4cxx/src loggingevent.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:42:39 Modified:include/log4cxx/spi loggingevent.h src loggingevent.cpp Log: optimization Revision ChangesPath 1.13 +3 -1 logging-log4cxx/include/log4cxx/spi/loggingevent.h Index: loggingevent.h ===

cvs commit: logging-log4cxx/src class.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:41:45 Modified:src class.cpp Log: changed header Revision ChangesPath 1.7 +1 -1 logging-log4cxx/src/class.cpp Index: class.cpp === RCS file: /home/cvs/logging-lo

cvs commit: logging-log4cxx/src criticalsection.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:41:21 Modified:include/log4cxx/helpers criticalsection.h src criticalsection.cpp Log: optimization Revision ChangesPath 1.5 +13 -1 logging-log4cxx/include/log4cxx/helpers/criticalsection.h Index: criticalsection.h

cvs commit: logging-log4cxx/include/log4cxx/helpers Makefile.am

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:38:47 Modified:include/log4cxx/helpers Makefile.am Log: changed path Revision ChangesPath 1.2 +1 -1 logging-log4cxx/include/log4cxx/helpers/Makefile.am Index: Makefile.am =

cvs commit: logging-log4cxx/include/log4cxx/helpers exception.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:37:14 Modified:include/log4cxx/helpers exception.h Log: added NullPointerException Revision ChangesPath 1.8 +15 -4 logging-log4cxx/include/log4cxx/helpers/exception.h Index: exception.h ===

cvs commit: logging-log4cxx/src formattinginfo.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:36:39 Modified:include/log4cxx/helpers formattinginfo.h src formattinginfo.cpp Log: changed min and max to minChar and maxChar because of a VC6/VC7 conflict with min/max macros Revision ChangesPath 1.4 +2 -2 logging-lo

cvs commit: logging-log4cxx/src dailyrollingfileappender.cpp dateformat.cpp datelayout.cpp htmllayout.cpp patternconverter.cpp patternlayout.cpp patternparser.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:33:34 Modified:include/log4cxx/helpers absolutetimedateformat.h dateformat.h datelayout.h datetimedateformat.h iso8601dateformat.h patternconverter.h relativetimedateformat.h incl

cvs commit: logging-log4cxx/include/log4cxx/helpers event.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:31:26 Added: include/log4cxx/helpers event.h Log: added class Event (synchronization object) Revision ChangesPath 1.1 logging-log4cxx/include/log4cxx/helpers/event.h Index: event.h ===

cvs commit: logging-log4cxx/include/log4cxx/helpers timezone.h

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:30:03 Added: include/log4cxx/helpers timezone.h Log: added class TimeZone Revision ChangesPath 1.1 logging-log4cxx/include/log4cxx/helpers/timezone.h Index: timezone.h

cvs commit: logging-log4cxx/src event.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:29:08 Added: src event.cpp Log: added class Event (synchronization object) Revision ChangesPath 1.1 logging-log4cxx/src/event.cpp Index: event.cpp === /*

cvs commit: logging-log4cxx/src timezone.cpp

2004-04-02 Thread mcatan
mcatan 2004/04/02 00:28:36 Added: src timezone.cpp Log: added class TimeZone Revision ChangesPath 1.1 logging-log4cxx/src/timezone.cpp Index: timezone.cpp === /**