summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* prepare a cppunit 1.13.3 releasecppunit-1-13Markus Mohrhard2017-06-083-4/+11
|
* fix crash with WIN64 in testrunnerMarkus Mohrhard2014-07-171-2/+2
| | | | | Reported by: Peter Tax (cherry picked from commit d44643d07a61ee9efc100f23c47ab3969efda998)
* package windows project filescppunit-1.13.2Markus Mohrhard2013-11-113-2/+13
|
* add cppunit 1.13.1 changes to NEWSMarkus Mohrhard2013-05-251-2/+10
|
* update NEWS file with 1.13.2 changesMarkus Mohrhard2013-05-251-0/+9
|
* report dlerror messages on unixMarkus Mohrhard2013-05-251-1/+5
| | | | Upstream Libreoffice patch.
* 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
|
* prepare for 1.13.2 releaseMarkus Mohrhard2013-05-253-5/+5
|
* also adapt the configure check to portable header for freecppunit-1.13.1Markus Mohrhard2012-09-241-1/+1
|
* next release is 1.13.1 with only bug fixesMarkus Mohrhard2012-09-241-3/+3
|
* use portable way to access free, fdo#52536Markus Mohrhard2012-09-241-1/+1
|
* workaround problem when mixing older gcc with newer versions, fdo#52539Andriy Gapon2012-09-241-3/+6
|
* don't crash if demangling fails, fdo#52539Markus Mohrhard2012-09-241-2/+10
|
* Fix non-doxygen buildcppunit-1.13.0Fridrich Štrba2012-06-281-2/+5
|
* Some build system tweaksFridrich Štrba2012-06-283-41/+76
|
* 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
|
* the 2005 project is not usefull, problems with the existing vcproj filesMarkus Mohrhard2012-06-221-99/+0
|
* update NEWSMarkus Mohrhard2012-06-211-17/+14
|
* 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
|
* a bit warning cleaning in the testsMarkus Mohrhard2012-06-161-0/+4
| | | | -Werror -Wall -Wextra now works in make and in make check
* TestDecorator assumes ownership and is not allowed to create copiesMarkus Mohrhard2012-06-161-1/+8
|
* update NEWSMarkus Mohrhard2012-06-131-0/+4
|
* correct documentation, sf#2185407Markus Mohrhard2012-06-131-1/+1
|
* correct documentation, sf#2186611Markus Mohrhard2012-06-131-2/+2
| | | | std::vector::at() throws std::out_of_range and not std::invalid_argument
* adjust documentation to freedesktop homepageMarkus Mohrhard2012-05-052-14/+2
|
* update README to new freedesktop homeMarkus Mohrhard2012-04-251-6/+4
|
* add patch management to CodingGuidelinesMarkus Mohrhard2012-04-251-0/+13
|
* update NEWSMarkus Mohrhard2012-04-251-0/+14
|
* 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
| | | | See <https://sourceforge.net/tracker/?func=detail&aid=2912590&group_id=11795&atid=311795>.
* 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
| | | | | based on a debian patch from http://bugs.debian.org/cgi-bin/bugreport.cgi?msg=5;filename=cppunit.diff;att=1;bug=338252
* 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
| | | | impl. destructor of Cppunit::Message causes segfault when test
* upstream libreoffice warnings patchMarkus Mohrhard2012-01-271-4/+2
|
* Config/ax_cxx_gcc_abi_demangle.Baptiste Lepilleur2009-11-244-0/+8
| | | | | config/ax_cxx_gcc_abi_demangle.m4: * src/cppunit/TypeInfoHelper.cpp: Fixed demangling of symbols on gcc 4.3 (bug #2796543).
* src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp: fixedBaptiste Lepilleur2009-11-243-11/+18
| | | | memory leak in getCommandLineArguments() (bug #1721408).
* examples/examples2008.sln: Fixed compilation issue in debugBaptiste Lepilleur2009-11-242-415/+419
| | | | | configuration with VS2008 (due to incorrect configuration being picked up).
* Include/cppunit/portability/config-msvc6.Baptiste Lepilleur2009-11-244-1/+20
| | | | | | | include/cppunit/portability/config-msvc6.h: * include/cppunit/portability/Portability.h: Added macro CPPUNIT_UNIQUE_COUNTER on MSVS 7.0+ using __COUNTER__ to fix bug #2031696.
* Include/cppunit/plugin/TestPlugIn.Baptiste Lepilleur2009-11-241-0/+3
| | | | | include/cppunit/plugin/TestPlugIn.h: * include/cppunit/plugin/TestPlugInDefaultImpl.h: added missing dllexport for CppUnitTestPlugIn.
* Include/cppunit/plugin/TestPlugIn.Baptiste Lepilleur2009-11-242-1/+10
| | | | | include/cppunit/plugin/TestPlugIn.h: * include/cppunit/plugin/TestPlugInDefaultImpl.h: added missing dllexport for CppUnitTestPlugIn.
* Flush stdout & stderr in TestResult destructor to avoid message loss (bug ↵Baptiste Lepilleur2009-11-242-0/+7
| | | | #2832029)