[Cppunit-cvs] cppunit ChangeLog,1.229,1.230 NEWS,1.90,1.91
Brought to you by:
blep
From: Baptiste L. <bl...@us...> - 2005-07-05 21:17:53
|
Update of /cvsroot/cppunit/cppunit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31780 Modified Files: ChangeLog NEWS Log Message: * include/cppunit/TestResultCollector.h * src/cppunit/TestResultCollector.cpp: fixed memory leak occuring when calling reset(). * src/cppunit/DllMain.cpp: added work-around for mingw compilation for BLENDFUNCTION macro issue when including windows.h. * src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline messages. * include/cppunit/Portability.h: better integration of compiler output for gcc on Mac OS X with Xcode (contributed by Claus Broch). Index: NEWS =================================================================== RCS file: /cvsroot/cppunit/cppunit/NEWS,v retrieving revision 1.90 retrieving revision 1.91 diff -C2 -d -r1.90 -r1.91 *** NEWS 14 Jun 2005 21:57:22 -0000 1.90 --- NEWS 5 Jul 2005 21:17:39 -0000 1.91 *************** *** 41,44 **** --- 41,47 ---- See XmlOutputter::setStandalone() & XmlDocument::setStandalone(). + - Better integration of compiler output for gcc on Mac OS X with Xcode + (contributed by Claus Broch). + * MFC Test Runner *************** *** 50,53 **** --- 53,60 ---- (patch from bug #1165875 contributed by Pieter Van Dyck). + * QT Test Runner + + - Fixed display of multi-line messages (patch contributed by Karol Szkudlarek). + * Compilation: *************** *** 66,69 **** --- 73,81 ---- AM_PATH_CPPUNIT(1.9.0)" + * Documentation: + + - Corrected many typos in cookbook and money example. Thanks to all + those who helped ! + * Bug Fix: *************** *** 75,78 **** --- 87,92 ---- is not (usually on reference count based implementation). + - TestResultCollector: fixed memory leak occuring when calling reset(). + * Contrib: Index: ChangeLog =================================================================== RCS file: /cvsroot/cppunit/cppunit/ChangeLog,v retrieving revision 1.229 retrieving revision 1.230 diff -C2 -d -r1.229 -r1.230 *** ChangeLog 14 Jun 2005 21:57:22 -0000 1.229 --- ChangeLog 5 Jul 2005 21:17:39 -0000 1.230 *************** *** 1,3 **** ! 2005-06-14 Baptiste Lepilleur <gai...@fr...> * src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875, (use system color for border instead of hard-coded color). --- 1,18 ---- ! 2005-07-05 Baptiste Lepilleur <gai...@fr...> ! ! * include/cppunit/TestResultCollector.h ! * src/cppunit/TestResultCollector.cpp: fixed memory leak ! occuring when calling reset(). ! ! * src/cppunit/DllMain.cpp: added work-around for mingw compilation ! for BLENDFUNCTION macro issue when including windows.h. ! ! * src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline ! messages. ! ! * include/cppunit/Portability.h: better integration of compiler output ! for gcc on Mac OS X with Xcode (contributed by Claus Broch). ! ! 2005-06-14 Baptiste Lepilleur <gai...@fr...> * src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875, (use system color for border instead of hard-coded color). |