summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2024-01-06cid#1546421 COPY_INSTEAD_OF_MOVEHEADmasterCaolán McNamara1-4/+4
2024-01-06make these similar ones consistentCaolán McNamara1-25/+25
2024-01-06cid#1545475 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2024-01-01cid#1545836 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+3
2023-12-30cid#1546460 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2022-12-13Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann1-1/+3
2022-04-11Run tests in deterministic orderStephan Bergmann1-1/+9
2021-10-01remove a few trailing whitespacesMarkus Mohrhard1-6/+6
2021-10-01avoid a few annoying compiler warningsFlorian Becker2-2/+0
2021-10-01replace 0 with nullptr when assigning to a pointerFlorian Becker2-3/+3
2021-10-01get rid of old casting macrosMarkus Mohrhard2-5/+5
2021-10-01switch from throw() to noexceptFlorian Becker2-3/+3
2021-10-01add override annotationsFlorian Becker4-5/+5
2021-10-01add missing [[noreturn]] attributesFlorian Becker1-6/+6
2021-10-01Replace NULL with nullptrFlorian Becker8-26/+26
2018-04-02tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard1-0/+2
2017-04-13more windows visual studio packaging fixescppunit-1.14.0Markus Mohrhard1-1/+1
2017-04-13package visual studio project filesMarkus Mohrhard1-1/+1
2017-04-13remove BeOS special supportMarkus Mohrhard4-52/+0
2017-04-13remove more msvc specific code and bc5 stuffMarkus Mohrhard98-13471/+0
2017-04-13remove the qt test runner that depends on ancient qtMarkus Mohrhard32-2626/+0
2017-04-07fix HTML Encodingdennisroczek1-1/+1
2017-03-14fix typo/grammar: "the the" --> thedennisroczek3-27/+25
2017-01-01fix the distcheck build and remove refs to deleted filesMarkus Mohrhard2-2/+2
2016-12-16implement parameterized testsMarkus Mohrhard1-0/+1
2016-12-16AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2-2/+2
2016-12-16drop project files for Visual Studio < 2010David Tardon17-11456/+0
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 Mohrhard1-3/+2
2016-12-11remove support for old broken C++ compilersMarkus Mohrhard11-102/+12
2016-10-15we always require RTTI nowMarkus Mohrhard2-17/+0
2015-11-07add a flag for adding optional featuresMarkus Mohrhard1-2/+3
2014-11-03extend tell coverity that fail doesn't returnCaolán McNamara1-0/+1
2014-07-17fix crash with WIN64 in testrunnerMarkus Mohrhard1-2/+2
2014-07-13add new assertion macros for <, <=, > and >=Markus Mohrhard1-11/+105
2014-07-06tell coverity that fail doesn't returnCaolán McNamara1-1/+1
2013-08-16-Werror,-Wbind-to-temporary-copyStephan Bergmann1-4/+0
2013-08-15Bug # 51154: cppunit warning cleaningTobias Lippert19-19/+60
2013-05-25report dlerror messages on unixMarkus Mohrhard1-1/+5
2013-05-25add configuration for 64bit windows buildsMarkus Mohrhard6-0/+1143
2013-05-25allow compiling the cppunit solution as 64bit with MSVCMarkus Mohrhard4-5/+5
2012-08-14workaround problem when mxing older gcc with newer versions, fdo#52539Andriy Gapon1-3/+6
2012-08-11Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewriteTomas Chvatal1-3/+11
2012-08-07use portable way to access free, fdo#52536Markus Mohrhard1-1/+1
2012-08-07don't crash if demangling fails, fdo#52539Markus Mohrhard1-2/+10
2012-08-06Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal7-2/+1792
2012-06-22the 2005 project is not usefull, problems with the existing vcproj filesMarkus Mohrhard1-99/+0
2012-06-21add the remaining missing filesMarkus Mohrhard5-0/+1689
2012-06-21add visual studio 2005 and 2010 project files to build cppunit libsMarkus Mohrhard2-0/+198
2012-06-21fix visual studio 2005 buildMarkus Mohrhard1-2/+4