Re: CVS Head build trouble

2005-04-18 Thread cdevienne
Hi, I'm starting to work on an up-to-date autoconf build system for log4cxx. I see in the cvs a patch for apr-1.1.0 : is this patch necessary with apr-1.1.1 which have been released recently ? Regards, Christophe

cvs commit: logging-log4cxx/src hierarchy.cpp

2004-11-04 Thread cdevienne
cdevienne2004/11/04 07:13:15 Modified:src hierarchy.cpp Log: Fixed a minor misspelling on an error message. Revision ChangesPath 1.13 +2 -2 logging-log4cxx/src/hierarchy.cpp Index: hierarchy.cpp

cvs commit: logging-log4cxx/src ndc.cpp

2004-08-18 Thread cdevienne
cdevienne2004/08/18 14:17:24 Modified:src ndc.cpp Log: Cleaned commented code (made obsolete by the use of ThreadSpecificData_ptr) Revision ChangesPath 1.6 +2 -19 logging-log4cxx/src/ndc.cpp Index: ndc.cpp

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

2004-08-18 Thread cdevienne
cdevienne2004/08/18 14:16:08 Modified:include/log4cxx/helpers threadspecificdata.h Log: Added default parameter 0 to ThreadSpecificData.reset, so a call without parameters will just clean the data. Revision ChangesPath 1.11 +1 -1 logging-log4cxx/include

cvs commit: logging-log4cxx/src criticalsection.cpp ndc.cpp thread.cpp threadspecificdata.cpp

2004-08-18 Thread cdevienne
cdevienne2004/08/18 14:04:57 Modified:.ChangeLog include/log4cxx ndc.h include/log4cxx/helpers criticalsection.h thread.h threadspecificdata.h src criticalsection.cpp ndc.cpp thread.cpp

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

2004-08-16 Thread cdevienne
cdevienne2004/08/16 02:41:51 Modified:include/log4cxx Makefile.am Log: Added config_auto_log4cxx.h to log4cxxinc_HEADERS so a 'make install' from a separate build tree install it. Revision ChangesPath 1.6 +1 -1 logging-log4cxx/include/log4cxx/M

cvs commit: logging-log4cxx/performance main.cpp

2004-08-14 Thread cdevienne
cdevienne2004/08/14 04:27:27 Modified:performance main.cpp Log: Use LOG4CXX_HAVE_XML instead of HAVE_XML. Revision ChangesPath 1.6 +1 -1 logging-log4cxx/performance/main.cpp Index: main.cpp

cvs commit: logging-log4cxx/src Makefile.am condition.cpp criticalsection.cpp dateformat.cpp domconfigurator.cpp event.cpp gnomexml.cpp loader.cpp msxml.cpp mutex.cpp objectimpl.cpp odbcappender.cpp optionconverter.cpp propertyconfigurator.cpp semaphore.cpp smtpappender.cpp stringtokenizer.cpp syslogappender.cpp system.cpp thread.cpp threadspecificdata.cpp

2004-08-13 Thread cdevienne
cdevienne2004/08/13 05:27:50 Modified:.ChangeLog configure.in examples Makefile.am include/log4cxx Makefile.am config_msvc.h.in portability.h include/log4cxx/db odbcappender.h include/log4cxx/helpers condition.h