summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Update email address of Steve M. RobbinsSteve M. Robbins2007-01-241-1/+1
|
* Arrange class initializers in correct order.Steve M. Robbins2007-01-1210-20/+31
|
* Ensure virtual class has virtual destructor.Steve M. Robbins2007-01-124-0/+11
|
* Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()Steve M. Robbins2007-01-122-4/+12
| | | | and CPPUNIT_ASSERT_NO_THROW().
* Fix examples/hierarchy to actually return the result of the tests.Steve M. Robbins2007-01-123-4/+9
| | | | It is expected to fail, so mark it using XFAIL_TESTS in Makefile.am.
* Do not fail dist-hook if $(distdir)/lib exists.Steve M. Robbins2007-01-122-1/+4
|
* Add quotes around autoconf macro name, BB_ENABLE_DOXYGEN.Steve M. Robbins2007-01-122-1/+6
|
* - fixed some compilation issues for QtTestRunner.Baptiste Lepilleur2006-10-264-1/+11
|
* Src/msvc6/TesRunner/TestRunner.Baptiste Lepilleur2006-07-284-49/+41
| | | | | | src/msvc6/TesRunner/TestRunner.rc: * src/msvc6/testpluginrunner/TestPlugInRunner.rc: Fixed bug #1528212 (some resources wrongly tagged as French).
* Makefile.Baptiste Lepilleur2006-07-283-140/+146
| | | | | | Makefile.am: * lib/.keepme: added dummy file to prevent lib/ removal by some unzip clients. Fixed bug #1527877 .
* - fixed bug #1527879 (SourceSafe traces in project)Baptiste Lepilleur2006-07-251-2/+0
|
* - bumped version to 1.12.0cppunit-1.12.0Baptiste Lepilleur2006-06-294-5/+5
|
* - fixed doc typos.Baptiste Lepilleur2006-06-291-5/+7
|
* - fixed doc typos.Baptiste Lepilleur2006-06-291-1/+1
|
* src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correctionBaptiste Lepilleur2006-06-293-10/+31
| | | | | provided to fix bug #1498175 (double click on failure does not goto failure).
* - updated e-mail.Baptiste Lepilleur2006-06-291-1/+1
|
* doc/header.html: updated to handle new tabs css required forBaptiste Lepilleur2006-06-291-0/+1
| | | | html doc generated with doxygen 1.4.7.
* autogen.sh: applied patch #1449380 to allow running autogenBaptiste Lepilleur2006-06-291-1/+10
| | | | on Mac OS X.
* Include/cppunit/ui/text/TextTestRunner.Baptiste Lepilleur2006-06-293-1/+18
| | | | | | include/cppunit/ui/text/TextTestRunner.h * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove hidden virtual function warning.
* added simple script to update cvs root (handle new sourceforge cvs server ↵Baptiste Lepilleur2006-06-051-0/+17
| | | | naming)
* updated release procedureBaptiste Lepilleur2006-03-051-0/+2
|
* Release 1.11.6cppunit-1.11.6Baptiste Lepilleur2006-03-052-2/+2
|
* Cppunit.Baptiste Lepilleur2006-03-045-0/+25
| | | | | | cppunit.pc.in: * configure.in: * Makefile.am: integrated patch from Rober Leight to generate pkg-config.
* removed divideByZero test as it cause crashes on some platforms.Baptiste Lepilleur2006-03-042-8/+0
|
* Removed debian/ directory.Baptiste Lepilleur2006-03-048-138/+7
| | | | | | removed debian/ directory. An up to date patch can be found at: packages.debian.org. * cppunit.spec.in: applied patch #1242905 partially (%post and %postun).
* contrib/xml-xsl/report.xsl: reported correction posted on the wiki.Baptiste Lepilleur2006-03-043-3/+19
|
* removed compilation warningBaptiste Lepilleur2006-02-042-11/+11
|
* Examples/qt: integrated Ernst patch from qt examples.Baptiste Lepilleur2006-02-0110-36/+438
|
* Integrated Ernst patch for QtTestRunner and Qt 3.Baptiste Lepilleur2005-12-1217-113/+1048
| | | | | | integrated Ernst patch for QtTestRunner and Qt 3.x. * upgrade QtTestRunner to Qt 3.x * enhanced qmake project files to handle multiple build configuration
* doc/cookbook.dox: fixed type (patch #1334567)Baptiste Lepilleur2005-11-272-2/+5
|
* release 1.11.4cppunit-1.11.4Baptiste Lepilleur2005-11-071-1/+1
|
* Include/cppunit/config/SourcePrefix.Baptiste Lepilleur2005-11-0611-21/+31
| | | | | | | | | | | | | | | | | | include/cppunit/config/SourcePrefix.h: disable warning #4996 (sprintf is deprecated) for visual studio 2005. * include/cppunit/TestAssert.h: use sprintf_s instead of sprintf for visual studio 2005. * examples/ClockerPlugIn/ClockerPlugIn.cpp * examples/DumperPlugIn/DumperPlugIn.cpp: use SourcePrefix.h. Fixed wrong macro usage to implement DllMain. * examples/msvc6/HostApp/ExamplesTestCase.h * examples/msvc6/HostApp/ExamplesTestCase.cpp * examples/simple/ExamplesTestCase.h * examples/simple/ExamplesTestCase.cpp: removed divideByZero test case as it cause some crash on some platforms.
* made sure Portability.h is included...Baptiste Lepilleur2005-10-271-0/+2
|
* include/cppunit/TestAssert.h: added missing #include <stdio.h>Baptiste Lepilleur2005-10-272-1/+4
|
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-141-1/+2
|
* bumped version to 1.11.2cppunit-1.11.2Baptiste Lepilleur2005-10-142-2/+2
|
* better float & double string conversionBaptiste Lepilleur2005-10-131-3/+4
|
* Removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-133-1/+17
| | | | | removed most warning when compiling with vc++ 6sp6. * added assert equal usage
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-1318-64/+83
|
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-1320-1/+36
|
* fixed documentation typo.Baptiste Lepilleur2005-08-021-1/+1
|
* include/cppunit/config/config-msvc6.h: added missing macro definitionBaptiste Lepilleur2005-07-302-0/+7
| | | | CPPUNIT_HAVE_CPP_CAST.
* fixed typo.Baptiste Lepilleur2005-07-301-1/+1
|
* Include/cppunit/config/config-msvc6.Baptiste Lepilleur2005-07-302-1/+9
| | | | | | | 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.
* include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabledBaptiste Lepilleur2005-07-301-2/+6
| | | | the _CPPRTTI macro (defined by the compiler when enabling RTTI).
* src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor.Baptiste Lepilleur2005-07-301-1/+2
|
* Convert msvc project using dos eolBaptiste Lepilleur2005-07-151-0/+5
|
* Release 1.11.0cppunit-1.11.0Baptiste Lepilleur2005-07-152-2/+8
|
* release 1.11.0Baptiste Lepilleur2005-07-152-1/+4
|
* cppunit.spec.in: Applied patch #1232555 from Patrice Dumas. This file isBaptiste Lepilleur2005-07-151-30/+27
| | | | use for RPM packaging.