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