| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | add parameterized test callersfeature/parameterized | Markus Mohrhard | 2015-11-08 | 2 | -0/+7 |
| | | |||||
| * | add a flag for adding optional features | Markus Mohrhard | 2015-11-07 | 1 | -2/+3 |
| | | | | | | | These features will switch the used C++ version from C++03 to C++11. We are also going to use std::unique_ptr instead of std::auto_ptr for the c++11 mode. | ||||
| * | extend tell coverity that fail doesn't return | Caolán McNamara | 2014-11-03 | 1 | -0/+1 |
| | | |||||
| * | fix crash with WIN64 in testrunner | Markus Mohrhard | 2014-07-17 | 1 | -2/+2 |
| | | | | | Reported by: Peter Tax | ||||
| * | add new assertion macros for <, <=, > and >= | Markus Mohrhard | 2014-07-13 | 1 | -11/+105 |
| | | | | | | | | | | Now we support the following new macros: - CPPUNIT_ASSERT_LESS - CPPUNIT_ASSERT_GREATER - CPPUNIT_ASSERT_LESSEQUAL - CPPUNIT_ASSERT_GREATEREQUAL | ||||
| * | tell coverity that fail doesn't return | Caolán McNamara | 2014-07-06 | 1 | -1/+1 |
| | | |||||
| * | -Werror,-Wbind-to-temporary-copy | Stephan Bergmann | 2013-08-16 | 1 | -4/+0 |
| | | | | | | | "C++98 requires an accessible copy constructor for class 'CppUnit::TestCaseMethodFunctor' when binding a reference to a temporary; was private." (Clang) | ||||
| * | Bug # 51154: cppunit warning cleaning | Tobias Lippert | 2013-08-15 | 19 | -19/+60 |
| | | | | | | | | | | | | | This patch allows to compile the code with gcc's -Weffc++ It consists mostly of making copy constructors and assignment operators explicit and private, and of initializing all members in initializer lists. Change-Id: I6f1cae812c58e3791c2386a1288501cf2f559610 Reviewed-on: https://gerrit.libreoffice.org/5424 Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi> | ||||
| * | report dlerror messages on unix | Markus Mohrhard | 2013-05-25 | 1 | -1/+5 |
| | | | | | Upstream Libreoffice patch. | ||||
| * | add configuration for 64bit windows builds | Markus Mohrhard | 2013-05-25 | 6 | -0/+1143 |
| | | |||||
| * | allow compiling the cppunit solution as 64bit with MSVC | Markus Mohrhard | 2013-05-25 | 4 | -5/+5 |
| | | |||||
| * | workaround problem when mxing older gcc with newer versions, fdo#52539 | Andriy Gapon | 2012-08-14 | 1 | -3/+6 |
| | | |||||
| * | Merge branch 'master' into feature/buildsystem_rewritefeature/buildsystem_rewrite | Tomas Chvatal | 2012-08-11 | 1 | -3/+11 |
| |\ | | | | | | | | | Conflicts: config/ax_cxx_gcc_abi_demangle.m4 | ||||
| | * | use portable way to access free, fdo#52536 | Markus Mohrhard | 2012-08-07 | 1 | -1/+1 |
| | | | |||||
| | * | don't crash if demangling fails, fdo#52539 | Markus Mohrhard | 2012-08-07 | 1 | -2/+10 |
| | | | |||||
| * | | Merge branch 'master' into feature/buildsystem_rewrite | Tomas Chvatal | 2012-08-06 | 7 | -2/+1792 |
| |\ \ | |/ | | | | | | | | | | | | | | | Conflicts: .gitignore autogen.sh configure.in doc/Makefile.am examples/cppunittest/TestAssertTest.cpp | ||||
| | * | the 2005 project is not usefull, problems with the existing vcproj files | Markus Mohrhard | 2012-06-22 | 1 | -99/+0 |
| | | | |||||
| | * | add the remaining missing files | Markus Mohrhard | 2012-06-21 | 5 | -0/+1689 |
| | | | |||||
| | * | add visual studio 2005 and 2010 project files to build cppunit libs | Markus Mohrhard | 2012-06-21 | 2 | -0/+198 |
| | | | |||||
| | * | fix visual studio 2005 build | Markus Mohrhard | 2012-06-21 | 1 | -2/+4 |
| | | | |||||
| * | | try to fix problem with ISO c++ function vs object pointer | Markus Mohrhard | 2012-04-25 | 1 | -2/+3 |
| | | | | | | | | | http://www.open-std.org/jtc1/sc22/wg21/docs/cwg_defects.html#195 | ||||
| * | | Add the quirks to produce same config.h as previously | Tomas Chvatal | 2012-04-25 | 1 | -0/+1 |
| | | | |||||
| * | | Add new autoconf using the latest macros | Tomas Chvatal | 2012-04-25 | 1 | -1/+1 |
| |/ | | | | | | | | | This add new macros from autoconf-archive instead of the old broken ones. Also cleans up the configure.in and moves it to configure.ac. This setup as-is is not working. Next step is checking config.h to contain same contend for before/after update. | ||||
| * | Fix as-needed build. | Tomas Chvatal | 2012-02-24 | 1 | -0/+1 |
| | | |||||
| * | upstream libreoffice patch for sf#3123759 | Markus Mohrhard | 2012-01-28 | 1 | -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 | ||||
| * | upstream libreoffice patch related to rhbz#641350 | Markus Mohrhard | 2012-01-27 | 1 | -0/+4 |
| | | | | | impl. destructor of Cppunit::Message causes segfault when test | ||||
| * | Config/ax_cxx_gcc_abi_demangle. | Baptiste Lepilleur | 2009-11-24 | 1 | -0/+1 |
| | | | | | | 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: fixed | Baptiste Lepilleur | 2009-11-24 | 1 | -1/+1 |
| | | | | | memory leak in getCommandLineArguments() (bug #1721408). | ||||
| * | Flush stdout & stderr in TestResult destructor to avoid message loss (bug ↵ | Baptiste Lepilleur | 2009-11-24 | 1 | -0/+3 |
| | | | | | #2832029) | ||||
| * | Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGS | Baptiste Lepilleur | 2009-11-23 | 1 | -6/+4 |
| | | |||||
| * | Added updated project and instructions for building under Visual Studio.Net 2008 | Andy Dent | 2008-12-16 | 7 | -0/+7107 |
| | | |||||
| * | Bug 1649369: Flush stdCOut after startTest() and addFailure(). Fix from the ↵ | Steve M. Robbins | 2008-10-11 | 1 | -0/+2 |
| | | | | | supplied flush patch. | ||||
| * | Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225]. | Steve M. Robbins | 2008-02-21 | 8 | -25/+26 |
| | | |||||
| * | Change from qlist.h to qptrlist.h, avoiding compatibility header. | Steve M. Robbins | 2008-02-07 | 2 | -2/+2 |
| | | |||||
| * | Src/cppunit/TestAssert. | Baptiste Lepilleur | 2007-02-24 | 2 | -17/+20 |
| | | | | | | | | | | | | | | | | | | | | src/cppunit/TestAssert.cpp (assertDoubleEquals): Moved finite & NaN tests to include/cppunit/portability/FloatingPoint.h. Changed implementation assertDoubleEquals to explicitly test for NaN in case of non-finite values to force equality failure in the presence of NaN. Previous implementation failed on Microsoft Visual Studio 6 (on this platform: NaN == NaN). * examples/cppunittest/TestAssertTest.cpp: Add more unit tests to test the portable floating-point primitive. Added missing include <limits>. * include/cppunit/portability/Makefile.am: * include/cppunit/portability/FloatingPoint.h: Added file. Extracted isfinite() from TestAssert.cpp. * include/cppunit/config-evc4: * include/cppunit/config-msvc6: Added support for _finite(). | ||||
| * | Apply patch to fix [ 1293903 ] UNICODE Builds not supported | Steve M. Robbins | 2007-01-27 | 1 | -5/+5 |
| | | |||||
| * | Account for non-finite values in assertDoubleEquals(). | Steve M. Robbins | 2007-01-27 | 1 | -6/+20 |
| | | | | | | | Conditional inclusion of cmath rather than math.h removed since (1) it was never used as HAVE_CMATH is never defined, and (2) cmath may move isfinite() into namespace std. | ||||
| * | Arrange class initializers in correct order. | Steve M. Robbins | 2007-01-12 | 5 | -10/+10 |
| | | |||||
| * | Src/msvc6/TesRunner/TestRunner. | Baptiste Lepilleur | 2006-07-28 | 2 | -40/+28 |
| | | | | | | | src/msvc6/TesRunner/TestRunner.rc: * src/msvc6/testpluginrunner/TestPlugInRunner.rc: Fixed bug #1528212 (some resources wrongly tagged as French). | ||||
| * | - fixed bug #1527879 (SourceSafe traces in project) | Baptiste Lepilleur | 2006-07-25 | 1 | -2/+0 |
| | | |||||
| * | src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correction | Baptiste Lepilleur | 2006-06-29 | 1 | -10/+3 |
| | | | | | | provided to fix bug #1498175 (double click on failure does not goto failure). | ||||
| * | Include/cppunit/ui/text/TextTestRunner. | Baptiste Lepilleur | 2006-06-29 | 1 | -0/+8 |
| | | | | | | | include/cppunit/ui/text/TextTestRunner.h * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove hidden virtual function warning. | ||||
| * | removed compilation warning | Baptiste Lepilleur | 2006-02-04 | 1 | -2/+2 |
| | | |||||
| * | Integrated Ernst patch for QtTestRunner and Qt 3. | Baptiste Lepilleur | 2005-12-12 | 11 | -90/+972 |
| | | | | | | | integrated Ernst patch for QtTestRunner and Qt 3.x. * upgrade QtTestRunner to Qt 3.x * enhanced qmake project files to handle multiple build configuration | ||||
| * | removed most warning when compiling with vc++ 6sp6. | Baptiste Lepilleur | 2005-10-13 | 6 | -21/+26 |
| | | |||||
| * | removed most warning when compiling with vc++ 6sp6. | Baptiste Lepilleur | 2005-10-13 | 10 | -1/+16 |
| | | |||||
| * | src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor. | Baptiste Lepilleur | 2005-07-30 | 1 | -1/+2 |
| | | |||||
| * | Fixed memory leak occuring when calling reset(). | Baptiste Lepilleur | 2005-07-05 | 3 | -0/+9 |
| | | | | | | | | | | | | | | | | * include/cppunit/TestResultCollector.h * src/cppunit/TestResultCollector.cpp: fixed memory leak occuring when calling reset(). * src/cppunit/DllMain.cpp: added work-around for mingw compilation for BLENDFUNCTION macro issue when including windows.h. * src/qttestrunner/TestRunnerDlgImpl.cpp: fixed display of multiline messages. * include/cppunit/Portability.h: better integration of compiler output for gcc on Mac OS X with Xcode (contributed by Claus Broch). | ||||
| * | MinGW, cygwin: enable build of shared library when using libtool. patch ↵ | Baptiste Lepilleur | 2005-06-14 | 1 | -2/+2 |
| | | | | | #1194394 contributed by Stéphane Fillod. | ||||
| * | src/msvc6/testrunner/ProgressBar.cpp: applied patch from bug #1165875, | Baptiste Lepilleur | 2005-06-14 | 1 | -4/+4 |
| | | | | | (use system color for border instead of hard-coded color). | ||||
