| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Config/ax_cxx_gcc_abi_demangle. | Baptiste Lepilleur | 2009-11-24 | 1 | -0/+4 |
| | | | | | | 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 | -0/+3 |
| | | | | | memory leak in getCommandLineArguments() (bug #1721408). | ||||
| * | examples/examples2008.sln: Fixed compilation issue in debug | Baptiste Lepilleur | 2009-11-24 | 1 | -0/+4 |
| | | | | | | configuration with VS2008 (due to incorrect configuration being picked up). | ||||
| * | Include/cppunit/portability/config-msvc6. | Baptiste Lepilleur | 2009-11-24 | 1 | -0/+6 |
| | | | | | | | | 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 Lepilleur | 2009-11-24 | 1 | -0/+3 |
| | | | | | | 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 Lepilleur | 2009-11-24 | 1 | -0/+4 |
| | | | | | #2832029) | ||||
| * | Updated NEWS | Baptiste Lepilleur | 2009-11-23 | 1 | -10/+9 |
| | | |||||
| * | Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGS | Baptiste Lepilleur | 2009-11-23 | 1 | -0/+11 |
| | | |||||
| * | Added missing entries to change log since release 1.12.1 | Baptiste Lepilleur | 2009-11-23 | 1 | -0/+20 |
| | | |||||
| * | doc/cookbook.dox: fixed typos. | Baptiste Lepilleur | 2008-10-12 | 1 | -0/+5 |
| | | |||||
| * | Replace deprecated CPPUNIT_TEST_EXCEPTION with code using CPPUNIT_ASSERT_THROW. | Steve M. Robbins | 2008-02-21 | 1 | -0/+5 |
| | | |||||
| * | Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225]. | Steve M. Robbins | 2008-02-21 | 1 | -0/+14 |
| | | |||||
| * | Update version to create release 1.12.1.cppunit-1.12.1 | Steve M. Robbins | 2008-02-20 | 1 | -0/+4 |
| | | |||||
| * | Change from qlist.h to qptrlist.h, avoiding compatibility header. | Steve M. Robbins | 2008-02-07 | 1 | -0/+6 |
| | | |||||
| * | Make floatingPointIsFinite() return int. Fix comment about comparisons and ↵ | Steve M. Robbins | 2007-03-05 | 1 | -0/+5 |
| | | | | | IEEE NaN. | ||||
| * | doc/cookbook.dox: changed suite() to return a TestSuite instead | Baptiste Lepilleur | 2007-02-25 | 1 | -0/+5 |
| | | | | | of a Test to avoid introducing unnecessary complexity. | ||||
| * | Portability/FloatingPoint.h must include Portability.h | Steve M. Robbins | 2007-02-25 | 1 | -0/+4 |
| | | |||||
| * | Src/cppunit/TestAssert. | Baptiste Lepilleur | 2007-02-24 | 1 | -0/+19 |
| | | | | | | | | | | | | | | | | | | | | 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(). | ||||
| * | Add tests of the precision generated by | Steve M. Robbins | 2007-01-31 | 1 | -0/+14 |
| | | | | | assertion_traits<double>::toString(). | ||||
| * | Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ↵ | Steve M. Robbins | 2007-01-27 | 1 | -0/+6 |
| | | | | | | | | | | | testAssertDoubleNotEquals2. * examples/cppunittest/TestAssertTest.cpp: * examples/cppunittest/TestAssertTest.h: Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and testAssertDoubleNotEquals2. Factor new method testAssertDoubleNonFinite out of existing testAssertDoubleEquals. | ||||
| * | Apply patch to fix [ 1293903 ] UNICODE Builds not supported | Steve M. Robbins | 2007-01-27 | 1 | -0/+6 |
| | | |||||
| * | Make sure that CPPUNIT_ASSERT_DOUBLES_EQUAL() properly handles | Steve M. Robbins | 2007-01-27 | 1 | -0/+10 |
| | | | | | non-finite values. | ||||
| * | Arrange class initializers in correct order. | Steve M. Robbins | 2007-01-12 | 1 | -0/+11 |
| | | |||||
| * | Ensure virtual class has virtual destructor. | Steve M. Robbins | 2007-01-12 | 1 | -0/+5 |
| | | |||||
| * | Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW() | Steve M. Robbins | 2007-01-12 | 1 | -0/+4 |
| | | | | | and CPPUNIT_ASSERT_NO_THROW(). | ||||
| * | Fix examples/hierarchy to actually return the result of the tests. | Steve M. Robbins | 2007-01-12 | 1 | -0/+5 |
| | | | | | It is expected to fail, so mark it using XFAIL_TESTS in Makefile.am. | ||||
| * | Do not fail dist-hook if $(distdir)/lib exists. | Steve M. Robbins | 2007-01-12 | 1 | -0/+3 |
| | | |||||
| * | Add quotes around autoconf macro name, BB_ENABLE_DOXYGEN. | Steve M. Robbins | 2007-01-12 | 1 | -0/+5 |
| | | |||||
| * | - fixed some compilation issues for QtTestRunner. | Baptiste Lepilleur | 2006-10-26 | 1 | -0/+4 |
| | | |||||
| * | Src/msvc6/TesRunner/TestRunner. | Baptiste Lepilleur | 2006-07-28 | 1 | -0/+4 |
| | | | | | | | src/msvc6/TesRunner/TestRunner.rc: * src/msvc6/testpluginrunner/TestPlugInRunner.rc: Fixed bug #1528212 (some resources wrongly tagged as French). | ||||
| * | Makefile. | Baptiste Lepilleur | 2006-07-28 | 1 | -139/+144 |
| | | | | | | | Makefile.am: * lib/.keepme: added dummy file to prevent lib/ removal by some unzip clients. Fixed bug #1527877 . | ||||
| * | src/msvc6/testrunner/MsDevCallerListCtrl.cpp: applied correction | Baptiste Lepilleur | 2006-06-29 | 1 | -0/+10 |
| | | | | | | provided to fix bug #1498175 (double click on failure does not goto failure). | ||||
| * | Include/cppunit/ui/text/TextTestRunner. | Baptiste Lepilleur | 2006-06-29 | 1 | -1/+6 |
| | | | | | | | include/cppunit/ui/text/TextTestRunner.h * src/cppunit/TextTestRunner.cpp: applied patch #1210013 to remove hidden virtual function warning. | ||||
| * | Cppunit. | Baptiste Lepilleur | 2006-03-04 | 1 | -0/+6 |
| | | | | | | | cppunit.pc.in: * configure.in: * Makefile.am: integrated patch from Rober Leight to generate pkg-config. | ||||
| * | Removed debian/ directory. | Baptiste Lepilleur | 2006-03-04 | 1 | -0/+3 |
| | | | | | | | removed debian/ directory. An up to date patch can be found at: packages.debian.org. * cppunit.spec.in: applied patch #1242905 partially (%post and %postun). | ||||
| * | contrib/xml-xsl/report.xsl: reported correction posted on the wiki. | Baptiste Lepilleur | 2006-03-04 | 1 | -0/+14 |
| | | |||||
| * | doc/cookbook.dox: fixed type (patch #1334567) | Baptiste Lepilleur | 2005-11-27 | 1 | -0/+3 |
| | | |||||
| * | Include/cppunit/config/SourcePrefix. | Baptiste Lepilleur | 2005-11-06 | 1 | -0/+18 |
| | | | | | | | | | | | | | | | | | | | include/cppunit/config/SourcePrefix.h: disable warning #4996 (sprintf is deprecated) for visual studio 2005. * include/cppunit/TestAssert.h: use sprintf_s instead of sprintf for visual studio 2005. * examples/ClockerPlugIn/ClockerPlugIn.cpp * examples/DumperPlugIn/DumperPlugIn.cpp: use SourcePrefix.h. Fixed wrong macro usage to implement DllMain. * examples/msvc6/HostApp/ExamplesTestCase.h * examples/msvc6/HostApp/ExamplesTestCase.cpp * examples/simple/ExamplesTestCase.h * examples/simple/ExamplesTestCase.cpp: removed divideByZero test case as it cause some crash on some platforms. | ||||
| * | include/cppunit/TestAssert.h: added missing #include <stdio.h> | Baptiste Lepilleur | 2005-10-27 | 1 | -0/+3 |
| | | |||||
| * | Removed most warning when compiling with vc++ 6sp6. | Baptiste Lepilleur | 2005-10-13 | 1 | -0/+3 |
| | | | | | | removed most warning when compiling with vc++ 6sp6. * added assert equal usage | ||||
| * | removed most warning when compiling with vc++ 6sp6. | Baptiste Lepilleur | 2005-10-13 | 1 | -0/+4 |
| | | |||||
| * | include/cppunit/config/config-msvc6.h: added missing macro definition | Baptiste Lepilleur | 2005-07-30 | 1 | -0/+3 |
| | | | | | CPPUNIT_HAVE_CPP_CAST. | ||||
| * | Include/cppunit/config/config-msvc6. | Baptiste Lepilleur | 2005-07-30 | 1 | -0/+7 |
| | | | | | | | | include/cppunit/config/config-msvc6.h: auto-detect if RTTI are enabled the _CPPRTTI macro (defined by the compiler when enabling RTTI). * src/cppunit/TestResultCollector.cpp: fixed memory leak in destructor. | ||||
| * | release 1.11.0 | Baptiste Lepilleur | 2005-07-15 | 1 | -0/+3 |
| | | |||||
| * | Development snapshot release 1.11.0. | Baptiste Lepilleur | 2005-07-15 | 1 | -0/+2 |
| | | |||||
| * | config/bb_enable_doxygen.m4: Rolled back Brad Hards patch as it break | Baptiste Lepilleur | 2005-07-15 | 1 | -0/+5 |
| | | | | | generation of doc/Makefile.am. | ||||
| * | doc/money.dox: fixed bad usage of CPPUNIT_ASSERT_EQUALS. | Baptiste Lepilleur | 2005-07-09 | 1 | -0/+2 |
| | | |||||
| * | config/bb_enable_doxygen.m4: applied Brad Hards patch to remove warning | Baptiste Lepilleur | 2005-07-09 | 1 | -0/+14 |
| | | | | | when running ./autogen.sh or aclocal. | ||||
| * | Examples/simple/Makefile.am: do not install 'simple' programm | Baptiste Lepilleur | 2005-07-06 | 1 | -0/+5 |
| | | | | | (patch #1230784). | ||||
| * | Fixed memory leak occuring when calling reset(). | Baptiste Lepilleur | 2005-07-05 | 1 | -1/+16 |
| | | | | | | | | | | | | | | | | * 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). | ||||
