summaryrefslogtreecommitdiff
path: root/src/cppunit
Commit message (Expand)AuthorAgeFilesLines
* Introduce CPPUNIT_PROPAGATE_EXCEPTIONS environment variableStephan Bergmann2022-12-131-1/+3
* Run tests in deterministic orderStephan Bergmann2022-04-111-1/+9
* remove a few trailing whitespacesMarkus Mohrhard2021-10-011-6/+6
* avoid a few annoying compiler warningsFlorian Becker2021-10-012-2/+0
* replace 0 with nullptr when assigning to a pointerFlorian Becker2021-10-012-3/+3
* get rid of old casting macrosMarkus Mohrhard2021-10-012-5/+5
* switch from throw() to noexceptFlorian Becker2021-10-012-3/+3
* add override annotationsFlorian Becker2021-10-014-5/+5
* add missing [[noreturn]] attributesFlorian Becker2021-10-011-6/+6
* Replace NULL with nullptrFlorian Becker2021-10-017-14/+14
* tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard2018-04-021-0/+2
* package visual studio project filesMarkus Mohrhard2017-04-131-1/+1
* remove BeOS special supportMarkus Mohrhard2017-04-134-52/+0
* fix the distcheck build and remove refs to deleted filesMarkus Mohrhard2017-01-011-1/+1
* implement parameterized testsMarkus Mohrhard2016-12-161-0/+1
* AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2016-12-161-1/+1
* drop project files for Visual Studio < 2010David Tardon2016-12-164-4644/+0
* 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-151-3/+2
* remove support for old broken C++ compilersMarkus Mohrhard2016-12-119-98/+8
* we always require RTTI nowMarkus Mohrhard2016-10-152-17/+0
* add a flag for adding optional featuresMarkus Mohrhard2015-11-071-2/+3
* extend tell coverity that fail doesn't returnCaolán McNamara2014-11-031-0/+1
* add new assertion macros for <, <=, > and >=Markus Mohrhard2014-07-131-11/+105
* tell coverity that fail doesn't returnCaolán McNamara2014-07-061-1/+1
* -Werror,-Wbind-to-temporary-copyStephan Bergmann2013-08-161-4/+0
* Bug # 51154: cppunit warning cleaningTobias Lippert2013-08-1519-19/+60
* report dlerror messages on unixMarkus Mohrhard2013-05-251-1/+5
* add configuration for 64bit windows buildsMarkus Mohrhard2013-05-252-0/+234
* workaround problem when mxing older gcc with newer versions, fdo#52539Andriy Gapon2012-08-141-3/+6
* Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewriteTomas Chvatal2012-08-111-3/+11
|\
| * use portable way to access free, fdo#52536Markus Mohrhard2012-08-071-1/+1
| * don't crash if demangling fails, fdo#52539Markus Mohrhard2012-08-071-2/+10
* | Merge branch 'master' into feature/buildsystem_rewriteTomas Chvatal2012-08-062-0/+597
|\ \ | |/
| * add the remaining missing filesMarkus Mohrhard2012-06-212-0/+597
* | try to fix problem with ISO c++ function vs object pointerMarkus Mohrhard2012-04-251-2/+3
|/
* Fix as-needed build.Tomas Chvatal2012-02-241-0/+1
* upstream libreoffice patch for sf#3123759Markus Mohrhard2012-01-281-1/+1
* upstream libreoffice patch related to rhbz#641350Markus Mohrhard2012-01-271-0/+4
* Config/ax_cxx_gcc_abi_demangle.Baptiste Lepilleur2009-11-241-0/+1
* Flush stdout & stderr in TestResult destructor to avoid message loss (bug #28...Baptiste Lepilleur2009-11-241-0/+3
* Added updated project and instructions for building under Visual Studio.Net 2008Andy Dent2008-12-162-0/+3335
* Bug 1649369: Flush stdCOut after startTest() and addFailure(). Fix from the ...Steve M. Robbins2008-10-111-0/+2
* Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins2008-02-216-23/+23
* Src/cppunit/TestAssert.Baptiste Lepilleur2007-02-242-17/+20
* Apply patch to fix [ 1293903 ] UNICODE Builds not supportedSteve M. Robbins2007-01-271-5/+5
* Account for non-finite values in assertDoubleEquals().Steve M. Robbins2007-01-271-6/+20
* Arrange class initializers in correct order.Steve M. Robbins2007-01-124-8/+8
* Include/cppunit/ui/text/TextTestRunner.Baptiste Lepilleur2006-06-291-0/+8
* removed most warning when compiling with vc++ 6sp6.Baptiste Lepilleur2005-10-132-4/+4