summaryrefslogtreecommitdiff
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* fix -Wdefaulted-function-deleted errorMarkus Mohrhard2019-12-211-2/+2
* 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-141-6/+40
* Unconditionally use C++11 [[noreturn]]Stephan Bergmann2019-02-131-9/+3
* extensions: add CPPUNIT_TEST_FIXTURE()Miklos Vajna2018-11-021-0/+23
* Avoid GCC 9 -Wdeprecated-copyStephan Bergmann2018-09-261-0/+5
* next version will be 1.15.0Markus Mohrhard2018-05-231-1/+1
* C++11 provides std::isfinite and std::isnanMarkus Mohrhard2018-05-231-38/+3
* tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard2018-04-022-0/+4
* Report (un)signed char values numericallyStephan Bergmann2017-07-201-0/+10
* remove also all references to mfcMarkus Mohrhard2017-04-135-120/+1
* remove BeOS special supportMarkus Mohrhard2017-04-131-7/+0
* remove more msvc specific code and bc5 stuffMarkus Mohrhard2017-04-133-243/+0
* remove the qt test runner that depends on ancient qtMarkus Mohrhard2017-04-135-124/+1
* implement parameterized testsMarkus Mohrhard2016-12-163-0/+33
* 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
* error: blank line following trailing backslashDavid Tardon2016-12-161-1/+1
* tdf#104498 CPPUNIT_USE_TYPEINFO_NAME is a flagDavid Tardon2016-12-163-4/+4
* we no longer need a wrapper for the smart pointer caseMarkus Mohrhard2016-12-152-7/+0
* simpler implementation for the enum class work aroundMarkus Mohrhard2016-12-141-18/+14
* add support for enum class to the asserterMarkus Mohrhard2016-12-131-13/+32
* remove support for old broken C++ compilersMarkus Mohrhard2016-12-1123-215/+36
* always use std::unique_ptrMarkus Mohrhard2016-10-151-4/+0
* replace with std::unique_ptrMarkus Mohrhard2016-10-151-12/+3
* HelperMacros: fix deprecated NULL macro usageGARCIN David2016-10-151-2/+2
* we always require RTTI nowMarkus Mohrhard2016-10-156-68/+2
* fix --disable-optional-features buildMarkus Mohrhard2015-11-081-0/+4
* add a flag for adding optional featuresMarkus Mohrhard2015-11-072-1/+8
* next version is 1.14.0Markus Mohrhard2015-11-071-1/+1
* remove commented out codeMarkus Mohrhard2015-08-181-8/+1
* add new assertion macros for <, <=, > and >=Markus Mohrhard2014-07-132-3/+314
* mark the fails as no-returnCaolán McNamara2014-07-061-3/+10
* -Werror,-Woverloaded-virtualStephan Bergmann2013-08-161-0/+2
* Bug # 51154: cppunit warning cleaningTobias Lippert2013-08-155-6/+20
* Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal2012-08-063-8/+25
|\
| * calm gcc paranoia about uninitialized stateMichael Meeks2012-06-271-0/+1
| * avoid the need to work around auto_ptr warnings by dropping thatMichael Meeks2012-06-271-4/+13
| * TestDecorator assumes ownership and is not allowed to create copiesMarkus Mohrhard2012-06-161-1/+8
| * correct documentation, sf#2185407Markus Mohrhard2012-06-131-1/+1
| * correct documentation, sf#2186611Markus Mohrhard2012-06-131-2/+2
* | Automake cleanup, install and generate changelogTomas Chvatal2012-04-255-8/+5
* | Add new autoconf using the latest macrosTomas Chvatal2012-04-251-1/+1
|/
* GCC -Werror=sign-promoStephan Bergmann2012-02-141-0/+15
* Improve previous warnings patchStephan Bergmann2012-02-011-1/+1
* Fix for Solaris "finite" in ieeefp.h instead of math.hStephan Bergmann2012-02-011-0/+5
* Portability.h contains #define CPPUNIT_VERSION "1.12.0", sf#2983798Markus Mohrhard2012-01-271-1/+1
* upstream libreoffice patch related to rhbz#641350Markus Mohrhard2012-01-271-0/+2
* upstream libreoffice warnings patchMarkus Mohrhard2012-01-271-4/+2
* Include/cppunit/portability/config-msvc6.Baptiste Lepilleur2009-11-242-1/+10