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

2004-08-18 Thread Christophe de Vienne
[EMAIL PROTECTED] wrote: cdevienne2004/08/18 14:04:57 Modified:.ChangeLog include/log4cxx ndc.h src ndc.cpp I forgot to specify : I changed NDC::threadSpecificData from ThreadSpecificData to ThreadSpecificData_ptr. This will fix the memory leak re

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

2004-08-18 Thread Christophe de Vienne
[EMAIL PROTECTED] wrote: * Hidden thread related classes members (Christophe de Vienne) * Added TreadSpecificData_ptr (Christophe de Vienne) * Added CriticalSection::Type so one can use fast mutexes, not only recursive (Christophe de Vienne). I tested this on linux. Tests on other platforms a

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/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