[Cppunit-cvs] cppunit THANKS,1.19,1.20 ChangeLog,1.236,1.237
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-30 06:55:38
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28348 Modified Files: THANKS ChangeLog Log Message: * include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabled the _CPPRTTI macro (defined by the compiler when enabling RTTI). * src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor. Index: THANKS =================================================================== RCS file: /cvsroot/cppunit/cppunit/THANKS,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** THANKS 10 Sep 2004 07:54:42 -0000 1.19 --- THANKS 30 Jul 2005 06:55:21 -0000 1.20 *************** *** 20,22 **** Stephan Stapel <ste...@we...> Abdessattar Sassi <abd...@us...> (hp-ux plug-in support) ! Max Quatember and Andreas Pfaffenbichler (VC++ 7 MFC TestRunner go to source line) \ No newline at end of file --- 20,23 ---- Stephan Stapel <ste...@we...> Abdessattar Sassi <abd...@us...> (hp-ux plug-in support) ! Max Quatember and Andreas Pfaffenbichler (VC++ 7 MFC TestRunner go to source line) ! Vincent Rivière Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.236 retrieving revision 1.237 diff -C2 -d -r1.236 -r1.237 *** ChangeLog 15 Jul 2005 19:04:54 -0000 1.236 --- ChangeLog 30 Jul 2005 06:55:21 -0000 1.237 *************** *** 1,2 **** --- 1,9 ---- + 2005-07-30 Baptiste Lepilleur <gai...@fr...> + + * include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabled + the _CPPRTTI macro (defined by the compiler when enabling RTTI). + + * src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor. + 2005-07-15 Baptiste Lepilleur <gai...@fr...> |