summaryrefslogtreecommitdiff
path: root/examples
AgeCommit message (Expand)AuthorFilesLines
2021-10-01get rid of old casting macrosMarkus Mohrhard2-2/+2
2021-10-01Replace NULL with nullptrFlorian Becker5-14/+14
2020-08-31Fixed CPPUNIT_ASSERT_EQUAL() being called on doublesАлексей Тулинов1-1/+1
2019-12-22drop project files for old versions of MSVCDavid Tardon19-2089/+7
2019-12-22remove traces of .ds[pw] files from docsDavid Tardon1-2/+2
2019-11-29tdf#126163: fix regression from 339b60ab77ce3f2037c9410eb14251c8132df08acppunit-1.15.0Markus Mohrhard1-2/+1
2019-04-30Fix build with gcc9.1Martin Liška1-0/+6
2019-03-05Documentation updatesAndrés Maldonado1-1/+2
2019-02-16use [] in AC macrosMarkus Mohrhard1-1/+1
2019-02-16Modernize AM_INIT_AUTOMAKE syntaxAndrés Maldonado1-2/+3
2019-02-14custom tostring formatter to CPPUNIT_ASSERT_MESSAGENoel Grandin2-0/+32
2018-11-02extensions: add CPPUNIT_TEST_FIXTURE()Miklos Vajna1-0/+15
2018-05-23fix make distcheck, part2Markus Mohrhard1-1/+1
2017-09-15Fix money example on propely linking with library with PKG_CHECK.Dimitrij Mijoski2-5/+8
2017-04-13remove more msvc specific code and bc5 stuffMarkus Mohrhard41-5433/+0
2017-04-13remove the qt test runner that depends on ancient qtMarkus Mohrhard11-572/+0
2016-12-16implement parameterized testsMarkus Mohrhard2-0/+26
2016-12-16AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon4-4/+4
2016-12-16drop project files for Visual Studio < 2010David Tardon2-2/+2
2016-12-16tdf#104498 CPPUNIT_USE_TYPEINFO_NAME is a flagDavid Tardon2-2/+2
2016-12-15we no longer need a wrapper for the smart pointer caseMarkus Mohrhard4-17/+18
2016-12-13add support for enum class to the asserterMarkus Mohrhard1-0/+8
2016-12-11remove support for old broken C++ compilersMarkus Mohrhard3-11/+11
2015-11-07add a flag for adding optional featuresMarkus Mohrhard4-18/+20
2014-07-13add new assertion macros for <, <=, > and >=Markus Mohrhard2-0/+53
2012-08-15Fix "No newline at end of file"Julien Nabet2-2/+2
2012-08-06Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal1-8/+4
2012-06-16a bit warning cleaning in the testsMarkus Mohrhard1-0/+4
2012-04-25WaE: set but unused variables in testsMarkus Mohrhard1-0/+8
2012-04-25Automake cleanup, install and generate changelogTomas Chvatal4-15/+6
2012-04-25Add the quirks to produce same config.h as previouslyTomas Chvatal1-0/+1
2009-11-24examples/examples2008.sln: Fixed compilation issue in debugBaptiste Lepilleur1-415/+415
2009-11-23Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGSBaptiste Lepilleur4-15/+8
2008-12-16Added updated project and instructions for building under Visual Studio.Net 2008Andy Dent11-0/+7607
2008-02-21Replace deprecated CPPUNIT_TEST_EXCEPTION with code using CPPUNIT_ASSERT_THROW.Steve M. Robbins2-2/+2
2008-02-21Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins7-18/+18
2007-02-25- removed wrong comment.Baptiste Lepilleur1-1/+1
2007-02-24Src/cppunit/TestAssert.Baptiste Lepilleur2-3/+42
2007-01-31Add tests of the precision generated bySteve M. Robbins5-1/+86
2007-01-27Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...Steve M. Robbins2-2/+6
2007-01-27Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test withSteve M. Robbins1-0/+11
2007-01-12Arrange class initializers in correct order.Steve M. Robbins4-10/+10
2007-01-12Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()Steve M. Robbins1-4/+8
2007-01-12Fix examples/hierarchy to actually return the result of the tests.Steve M. Robbins2-4/+4
2006-07-28Src/msvc6/TesRunner/TestRunner.Baptiste Lepilleur1-9/+9
2006-03-04removed divideByZero test as it cause crashes on some platforms.Baptiste Lepilleur2-8/+0
2006-02-01Examples/qt: integrated Ernst patch from qt examples.Baptiste Lepilleur10-36/+438
2005-12-12Integrated Ernst patch for QtTestRunner and Qt 3.Baptiste Lepilleur6-23/+76
2005-11-06Include/cppunit/config/SourcePrefix.Baptiste Lepilleur7-20/+3
2005-10-13Removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2-1/+14