summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* remove more msvc specific code and bc5 stuffMarkus Mohrhard2017-04-1341-5433/+0
* remove the qt test runner that depends on ancient qtMarkus Mohrhard2017-04-1311-572/+0
* implement parameterized testsMarkus Mohrhard2016-12-162-0/+26
* AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2016-12-164-4/+4
* drop project files for Visual Studio < 2010David Tardon2016-12-162-2/+2
* tdf#104498 CPPUNIT_USE_TYPEINFO_NAME is a flagDavid Tardon2016-12-162-2/+2
* we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2016-12-154-17/+18
* add support for enum class to the asserterMarkus Mohrhard2016-12-131-0/+8
* remove support for old broken C++ compilersMarkus Mohrhard2016-12-113-11/+11
* add a flag for adding optional featuresMarkus Mohrhard2015-11-074-18/+20
* add new assertion macros for <, <=, > and >=Markus Mohrhard2014-07-132-0/+53
* Fix "No newline at end of file"Julien Nabet2012-08-152-2/+2
* Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal2012-08-061-8/+4
|\
| * a bit warning cleaning in the testsMarkus Mohrhard2012-06-161-0/+4
* | WaE: set but unused variables in testsMarkus Mohrhard2012-04-251-0/+8
* | Automake cleanup, install and generate changelogTomas Chvatal2012-04-254-15/+6
* | Add the quirks to produce same config.h as previouslyTomas Chvatal2012-04-251-0/+1
|/
* examples/examples2008.sln: Fixed compilation issue in debugBaptiste Lepilleur2009-11-241-415/+415
* Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGSBaptiste Lepilleur2009-11-234-15/+8
* Added updated project and instructions for building under Visual Studio.Net 2008Andy Dent2008-12-1611-0/+7607
* Replace deprecated CPPUNIT_TEST_EXCEPTION with code using CPPUNIT_ASSERT_THROW.Steve M. Robbins2008-02-212-2/+2
* Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins2008-02-217-18/+18
* - removed wrong comment.Baptiste Lepilleur2007-02-251-1/+1
* Src/cppunit/TestAssert.Baptiste Lepilleur2007-02-242-3/+42
* Add tests of the precision generated bySteve M. Robbins2007-01-315-1/+86
* Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...Steve M. Robbins2007-01-272-2/+6
* Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test withSteve M. Robbins2007-01-271-0/+11
* Arrange class initializers in correct order.Steve M. Robbins2007-01-124-10/+10
* Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()Steve M. Robbins2007-01-121-4/+8
* Fix examples/hierarchy to actually return the result of the tests.Steve M. Robbins2007-01-122-4/+4
* Src/msvc6/TesRunner/TestRunner.Baptiste Lepilleur2006-07-281-9/+9
* removed divideByZero test as it cause crashes on some platforms.Baptiste Lepilleur2006-03-042-8/+0
* 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-126-23/+76
* Include/cppunit/config/SourcePrefix.Baptiste Lepilleur2005-11-067-20/+3
* Removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-132-1/+14
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-1311-43/+53
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-139-0/+9
* Examples/simple/Makefile.am: do not install 'simple' programmBaptiste Lepilleur2005-07-061-1/+1
* Examples/hierarchy/BoardGameTest.Baptiste Lepilleur2005-02-232-5/+5
* Include/cppunit/TestAssert.Baptiste Lepilleur2004-11-051-2/+2
* Include/cppunit/Portability.Baptiste Lepilleur2004-06-253-3/+3
* Include/cppunit/Portability.Baptiste Lepilleur2004-06-257-25/+26
* Src/Baptiste Lepilleur2004-06-181-5/+5
* Src/Baptiste Lepilleur2004-06-171-2/+2
* fixing project compilation settings (rtti not always enabled)Baptiste Lepilleur2004-06-167-12/+12
* removed usage of std::exception ctor with a string (gcc 2.95 issue)Baptiste Lepilleur2004-03-131-6/+6
* Examples/cppunittest/TestAssertTest.Baptiste Lepilleur2004-03-134-56/+101
* Examples/qt/Main.Baptiste Lepilleur2004-03-133-26/+24
* added new linesBaptiste Lepilleur2003-05-073-3/+3