summaryrefslogtreecommitdiff
path: root/include
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-14/+14
2024-01-06cid#1545475 COPY_INSTEAD_OF_MOVECaolán McNamara1-6/+6
2023-05-09Don't mis-apply GCC < 4.6 workaround for ClangStephan Bergmann1-1/+2
2023-05-09Use snprintf instead of sprintfStephan Bergmann1-1/+1
2021-10-01remove a few trailing whitespacesMarkus Mohrhard1-21/+21
2021-10-01avoid a few annoying compiler warningsFlorian Becker1-4/+4
2021-10-01replace 0 with nullptr when assigning to a pointerFlorian Becker4-4/+4
2021-10-01get rid of old casting macrosMarkus Mohrhard3-19/+1
2021-10-01remove superfluous semicolonsFlorian Becker3-5/+5
2021-10-01switch from throw() to noexceptFlorian Becker1-5/+1
2021-10-01add override annotationsFlorian Becker23-68/+68
2021-10-01add missing [[noreturn]] attributesFlorian Becker1-20/+20
2021-10-01Replace NULL with nullptrFlorian Becker10-20/+20
2019-12-21fix -Wdefaulted-function-deleted errorMarkus Mohrhard1-2/+2
2019-02-14Added some brackets to make it more clear for the compile which things belong...Tobias Groll1-1/+1
2019-02-14custom tostring formatter to CPPUNIT_ASSERT_MESSAGENoel Grandin1-6/+40
2019-02-13Unconditionally use C++11 [[noreturn]]Stephan Bergmann1-9/+3
2018-11-02extensions: add CPPUNIT_TEST_FIXTURE()Miklos Vajna1-0/+23
2018-09-26Avoid GCC 9 -Wdeprecated-copyStephan Bergmann1-0/+5
2018-05-23next version will be 1.15.0Markus Mohrhard1-1/+1
2018-05-23C++11 provides std::isfinite and std::isnanMarkus Mohrhard1-38/+3
2018-04-02tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard2-0/+4
2017-07-20Report (un)signed char values numericallyStephan Bergmann1-0/+10
2017-04-13remove also all references to mfcMarkus Mohrhard5-120/+1
2017-04-13remove BeOS special supportMarkus Mohrhard1-7/+0
2017-04-13remove more msvc specific code and bc5 stuffMarkus Mohrhard3-243/+0
2017-04-13remove the qt test runner that depends on ancient qtMarkus Mohrhard5-124/+1
2016-12-16implement parameterized testsMarkus Mohrhard3-0/+33
2016-12-16use std::function for the test method in TestCallerMarkus Mohrhard1-5/+15
2016-12-16extract the code to turn a variable into a stringMarkus Mohrhard3-30/+49
2016-12-16error: blank line following trailing backslashDavid Tardon1-1/+1
2016-12-16tdf#104498 CPPUNIT_USE_TYPEINFO_NAME is a flagDavid Tardon3-4/+4
2016-12-15we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2-7/+0
2016-12-14simpler implementation for the enum class work aroundMarkus Mohrhard1-18/+14
2016-12-13add support for enum class to the asserterMarkus Mohrhard1-13/+32
2016-12-11remove support for old broken C++ compilersMarkus Mohrhard23-215/+36
2016-10-15always use std::unique_ptrMarkus Mohrhard1-4/+0
2016-10-15replace with std::unique_ptrMarkus Mohrhard1-12/+3
2016-10-15HelperMacros: fix deprecated NULL macro usageGARCIN David1-2/+2
2016-10-15we always require RTTI nowMarkus Mohrhard6-68/+2
2015-11-08fix --disable-optional-features buildMarkus Mohrhard1-0/+4
2015-11-07add a flag for adding optional featuresMarkus Mohrhard2-1/+8
2015-11-07next version is 1.14.0Markus Mohrhard1-1/+1
2015-08-18remove commented out codeMarkus Mohrhard1-8/+1
2014-07-13add new assertion macros for <, <=, > and >=Markus Mohrhard2-3/+314
2014-07-06mark the fails as no-returnCaolán McNamara1-3/+10
2013-08-16-Werror,-Woverloaded-virtualStephan Bergmann1-0/+2
2013-08-15Bug # 51154: cppunit warning cleaningTobias Lippert5-6/+20
2012-08-06Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal3-8/+25