summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* update NEWScppunit-1.15.1Markus Mohrhard2019-12-251-0/+2
* drop project files for old versions of MSVCDavid Tardon2019-12-2219-2089/+7
* remove traces of .ds[pw] files from docsDavid Tardon2019-12-225-10/+9
* next version is going to be 1.15.1Markus Mohrhard2019-12-211-1/+1
* add NEWS for 1.15.0 and 1.15.1Markus Mohrhard2019-12-211-0/+21
* fix -Wdefaulted-function-deleted errorMarkus Mohrhard2019-12-211-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-053-50/+70
* use [] in AC macrosMarkus Mohrhard2019-02-162-2/+2
* Modernize AM_INIT_AUTOMAKE syntaxAndrés Maldonado2019-02-162-4/+6
* Added some brackets to make it more clear for the compile which things belong...Tobias Groll2019-02-141-1/+1
* custom tostring formatter to CPPUNIT_ASSERT_MESSAGENoel Grandin2019-02-143-6/+72
* Unconditionally use C++11 [[noreturn]]Stephan Bergmann2019-02-131-9/+3
* extensions: add CPPUNIT_TEST_FIXTURE()Miklos Vajna2018-11-022-0/+38
* Avoid GCC 9 -Wdeprecated-copyStephan Bergmann2018-09-261-0/+5
* Fix the name of the VC project mentioned in the build instructions.Blake Madden2018-07-051-1/+1
* Make output XML report schema UTF-8 and remove Japanese specific information.Blake Madden2018-07-051-9/+9
* next version will be 1.15.0Markus Mohrhard2018-05-232-2/+2
* C++11 provides std::isfinite and std::isnanMarkus Mohrhard2018-05-234-42/+3
* fix make distcheck, part2Markus Mohrhard2018-05-231-1/+1
* fix make distcheck, part1Markus Mohrhard2018-05-232-29/+0
* tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard2018-04-023-0/+6
* contrib:cppunit2junit: parametrize testsuite nameSimon Barth2017-12-242-5/+12
* Fix money example on propely linking with library with PKG_CHECK.Dimitrij Mijoski2017-09-153-7/+10
* Report (un)signed char values numericallyStephan Bergmann2017-07-201-0/+10
* set up git-reviewDavid Tardon2017-05-261-0/+7
* remove strange INSTALl notes for VS 2008Markus Mohrhard2017-04-151-46/+0
* more windows visual studio packaging fixescppunit-1.14.0Markus Mohrhard2017-04-131-1/+1
* package visual studio project filesMarkus Mohrhard2017-04-131-1/+1
* fix broken packaging for windowsMarkus Mohrhard2017-04-131-0/+1
* remove also all references to mfcMarkus Mohrhard2017-04-136-121/+1
* remove BeOS special supportMarkus Mohrhard2017-04-136-59/+2
* remove more msvc specific code and bc5 stuffMarkus Mohrhard2017-04-13153-20353/+7
* remove the qt test runner that depends on ancient qtMarkus Mohrhard2017-04-1352-3326/+5
* fix HTML Encodingdennisroczek2017-04-071-1/+1
* fix typo/grammar: "the the" --> thedennisroczek2017-03-145-29/+27
* fix typo: documention --> documentationdennisroczek2017-02-271-4/+4
* fix the distcheck build and remove refs to deleted filesMarkus Mohrhard2017-01-012-2/+2
* update coding guidelinesMarkus Mohrhard2017-01-011-9/+0
* remove reference to deleted fileMarkus Mohrhard2016-12-311-1/+0
* add changes for TestCaller and TEST_CASE_PARAMETERIZED into NEWSMarkus Mohrhard2016-12-161-4/+9
* implement parameterized testsMarkus Mohrhard2016-12-166-0/+60
* use std::function for the test method in TestCallerMarkus Mohrhard2016-12-161-5/+15
* extract the code to turn a variable into a stringMarkus Mohrhard2016-12-163-30/+49
* AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2016-12-166-6/+6
* error: blank line following trailing backslashDavid Tardon2016-12-161-1/+1
* drop project files for Visual Studio < 2010David Tardon2016-12-1619-11458/+2
* tdf#104498 CPPUNIT_USE_TYPEINFO_NAME is a flagDavid Tardon2016-12-167-8/+8
* we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2016-12-157-27/+20