summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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-018-26/+26
* tdf#116653, avoid NOMINMAX redefinition warnings with mingwMarkus Mohrhard2018-04-021-0/+2
* more windows visual studio packaging fixescppunit-1.14.0Markus Mohrhard2017-04-131-1/+1
* package visual studio project filesMarkus Mohrhard2017-04-131-1/+1
* remove BeOS special supportMarkus Mohrhard2017-04-134-52/+0
* remove more msvc specific code and bc5 stuffMarkus Mohrhard2017-04-1398-13471/+0
* remove the qt test runner that depends on ancient qtMarkus Mohrhard2017-04-1332-2626/+0
* fix HTML Encodingdennisroczek2017-04-071-1/+1
* fix typo/grammar: "the the" --> thedennisroczek2017-03-143-27/+25
* fix the distcheck build and remove refs to deleted filesMarkus Mohrhard2017-01-012-2/+2
* implement parameterized testsMarkus Mohrhard2016-12-161-0/+1
* AM_CPPFLAGS is preferred by "newer" versions of automakeDavid Tardon2016-12-162-2/+2
* drop project files for Visual Studio < 2010David Tardon2016-12-1617-11456/+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-1111-102/+12
* 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
* fix crash with WIN64 in testrunnerMarkus Mohrhard2014-07-171-2/+2
* 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-256-0/+1143
* allow compiling the cppunit solution as 64bit with MSVCMarkus Mohrhard2013-05-254-5/+5
* 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-067-2/+1792
|\ \ | |/
| * the 2005 project is not usefull, problems with the existing vcproj filesMarkus Mohrhard2012-06-221-99/+0
| * add the remaining missing filesMarkus Mohrhard2012-06-215-0/+1689
| * add visual studio 2005 and 2010 project files to build cppunit libsMarkus Mohrhard2012-06-212-0/+198
| * fix visual studio 2005 buildMarkus Mohrhard2012-06-211-2/+4
* | try to fix problem with ISO c++ function vs object pointerMarkus Mohrhard2012-04-251-2/+3
* | Add the quirks to produce same config.h as previouslyTomas Chvatal2012-04-251-0/+1
* | Add new autoconf using the latest macrosTomas Chvatal2012-04-251-1/+1
|/
* 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