summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | try to fix problem with ISO c++ function vs object pointerMarkus Mohrhard2012-04-251-2/+3
* | it should be cppunit and not libvisioMarkus Mohrhard2012-04-251-1/+1
* | disable -Weffc++ warning as it throws too much stuff around now.Tomas Chvatal2012-04-251-1/+2
* | Automake cleanup, install and generate changelogTomas Chvatal2012-04-2514-3858/+77
* | Remove patch that was already applied at some point.Tomas Chvatal2012-04-251-281/+0
* | Add the quirks to produce same config.h as previouslyTomas Chvatal2012-04-2511-8/+121
* | Add new autoconf using the latest macrosTomas Chvatal2012-04-2532-607/+752
|/
* Fix as-needed build.Tomas Chvatal2012-02-241-0/+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
* don't set api/abi entries for 1.13.0Markus Mohrhard2012-01-281-2/+2
* remove references to old cvs and sourceforgeMarkus Mohrhard2012-01-284-116/+0
* upstream libreoffice patch for sf#3123759Markus Mohrhard2012-01-281-1/+1
* development for 1.13.0Markus Mohrhard2012-01-271-4/+4
* 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-272-0/+6
* upstream libreoffice warnings patchMarkus Mohrhard2012-01-271-4/+2
* Config/ax_cxx_gcc_abi_demangle.Baptiste Lepilleur2009-11-244-0/+8
* src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp: fixedBaptiste Lepilleur2009-11-243-11/+18
* examples/examples2008.sln: Fixed compilation issue in debugBaptiste Lepilleur2009-11-242-415/+419
* Include/cppunit/portability/config-msvc6.Baptiste Lepilleur2009-11-244-1/+20
* Include/cppunit/plugin/TestPlugIn.Baptiste Lepilleur2009-11-241-0/+3
* Include/cppunit/plugin/TestPlugIn.Baptiste Lepilleur2009-11-242-1/+10
* Flush stdout & stderr in TestResult destructor to avoid message loss (bug #28...Baptiste Lepilleur2009-11-242-0/+7
* Updated NEWSBaptiste Lepilleur2009-11-232-15/+24
* Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGSBaptiste Lepilleur2009-11-237-21/+29
* Added missing entries to change log since release 1.12.1Baptiste Lepilleur2009-11-231-0/+20
* Added updated project and instructions for building under Visual Studio.Net 2008Andy Dent2008-12-1619-0/+14760
* doc/cookbook.dox: fixed typos.Baptiste Lepilleur2008-10-122-1/+6
* Bug 1649369: Flush stdCOut after startTest() and addFailure(). Fix from the ...Steve M. Robbins2008-10-111-0/+2
* Added extra ./configure option for compiling on IRIX 6 / MIPSpro. From Bug #...Paul Phillips2008-06-081-3/+3
* Replace deprecated CPPUNIT_TEST_EXCEPTION with code using CPPUNIT_ASSERT_THROW.Steve M. Robbins2008-02-213-2/+7
* Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].Steve M. Robbins2008-02-2117-44/+59
* Update version to create release 1.12.1.cppunit-1.12.1Steve M. Robbins2008-02-202-1/+5
* Change from qlist.h to qptrlist.h, avoiding compatibility header.Steve M. Robbins2008-02-073-2/+8
* Make floatingPointIsFinite() return int. Fix comment about comparisons and I...Steve M. Robbins2007-03-052-5/+13
* doc/cookbook.dox: changed suite() to return a TestSuite insteadBaptiste Lepilleur2007-02-252-1/+6
* - removed wrong comment.Baptiste Lepilleur2007-02-251-1/+1
* Portability/FloatingPoint.h must include Portability.hSteve M. Robbins2007-02-252-0/+5
* Src/cppunit/TestAssert.Baptiste Lepilleur2007-02-2410-25/+156
* Add tests of the precision generated bySteve M. Robbins2007-01-316-1/+100
* Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...Steve M. Robbins2007-01-273-2/+12
* Apply patch to fix [ 1293903 ] UNICODE Builds not supportedSteve M. Robbins2007-01-273-5/+12
* Note that CPPUNIT_ASSERT_DOUBLES_EQUAL handles non-finite numbers.Steve M. Robbins2007-01-271-1/+8
* Make sure that CPPUNIT_ASSERT_DOUBLES_EQUAL() properly handlesSteve M. Robbins2007-01-271-0/+10
* Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test withSteve M. Robbins2007-01-271-0/+11
* Account for non-finite values in assertDoubleEquals().Steve M. Robbins2007-01-271-6/+20
* Check for isfinite() and finite().Steve M. Robbins2007-01-271-0/+6
* New autoconf macro to test for isfinite() in C++ mode.Steve M. Robbins2007-01-271-0/+27