summaryrefslogtreecommitdiff
path: root/examples
Commit message (Expand)AuthorAgeFilesLines
* drop project files for old versions of MSVCDavid Tardon2019-12-2219-2089/+7
* remove traces of .ds[pw] files from docsDavid Tardon2019-12-221-2/+2
* tdf#126163: fix regression from 339b60ab77ce3f2037c9410eb14251c8132df08acppunit-1.15.0Markus Mohrhard2019-11-291-2/+1
* Fix build with gcc9.1Martin Liška2019-04-301-0/+6
* Documentation updatesAndrés Maldonado2019-03-051-1/+2
* use [] in AC macrosMarkus Mohrhard2019-02-161-1/+1
* Modernize AM_INIT_AUTOMAKE syntaxAndrés Maldonado2019-02-161-2/+3
* custom tostring formatter to CPPUNIT_ASSERT_MESSAGENoel Grandin2019-02-142-0/+32
* extensions: add CPPUNIT_TEST_FIXTURE()Miklos Vajna2018-11-021-0/+15
* fix make distcheck, part2Markus Mohrhard2018-05-231-1/+1
* Fix money example on propely linking with library with PKG_CHECK.Dimitrij Mijoski2017-09-152-5/+8
* 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