index
:
libreoffice/cppunit
feature/buildsystem_rewrite
master
CppUnit rides again - new feature function goodness ...
michael
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2012-04-25
update README to new freedesktop home
HEAD
master
Markus Mohrhard
1
-6/+4
2012-04-25
add patch management to CodingGuidelines
Markus Mohrhard
1
-0/+13
2012-04-25
update NEWS
Markus Mohrhard
1
-0/+14
2012-02-24
Fix as-needed build.
Tomas Chvatal
1
-0/+1
2012-02-14
GCC -Werror=sign-promo
Stephan Bergmann
1
-0/+15
2012-02-01
Improve previous warnings patch
Stephan Bergmann
1
-1/+1
2012-02-01
Fix for Solaris "finite" in ieeefp.h instead of math.h
Stephan Bergmann
1
-0/+5
2012-01-28
don't set api/abi entries for 1.13.0
Markus Mohrhard
1
-2/+2
2012-01-28
remove references to old cvs and sourceforge
Markus Mohrhard
4
-116/+0
2012-01-28
upstream libreoffice patch for sf#3123759
Markus Mohrhard
1
-1/+1
2012-01-27
development for 1.13.0
Markus Mohrhard
1
-4/+4
2012-01-27
Portability.h contains #define CPPUNIT_VERSION "1.12.0", sf#2983798
Markus Mohrhard
1
-1/+1
2012-01-27
upstream libreoffice patch related to rhbz#641350
Markus Mohrhard
2
-0/+6
2012-01-27
upstream libreoffice warnings patch
Markus Mohrhard
1
-4/+2
2009-11-24
Config/ax_cxx_gcc_abi_demangle.
Baptiste Lepilleur
4
-0/+8
2009-11-24
src/msvc6/testpluginrunner/TestPlugInRunnerDlg.cpp: fixed
Baptiste Lepilleur
3
-11/+18
2009-11-24
examples/examples2008.sln: Fixed compilation issue in debug
Baptiste Lepilleur
2
-415/+419
2009-11-24
Include/cppunit/portability/config-msvc6.
Baptiste Lepilleur
4
-1/+20
2009-11-24
Include/cppunit/plugin/TestPlugIn.
Baptiste Lepilleur
1
-0/+3
2009-11-24
Include/cppunit/plugin/TestPlugIn.
Baptiste Lepilleur
2
-1/+10
2009-11-24
Flush stdout & stderr in TestResult destructor to avoid message loss (bug #28...
Baptiste Lepilleur
2
-0/+7
2009-11-23
Updated NEWS
Baptiste Lepilleur
2
-15/+24
2009-11-23
Applied patch #2807259: lib -ldl... should be in LDADD instead of LDFLAGS
Baptiste Lepilleur
7
-21/+29
2009-11-23
Added missing entries to change log since release 1.12.1
Baptiste Lepilleur
1
-0/+20
2008-12-16
Added updated project and instructions for building under Visual Studio.Net 2008
Andy Dent
19
-0/+14760
2008-10-12
doc/cookbook.dox: fixed typos.
Baptiste Lepilleur
2
-1/+6
2008-10-11
Bug 1649369: Flush stdCOut after startTest() and addFailure(). Fix from the ...
Steve M. Robbins
1
-0/+2
2008-06-08
Added extra ./configure option for compiling on IRIX 6 / MIPSpro. From Bug #...
Paul Phillips
1
-3/+3
2008-02-21
Replace deprecated CPPUNIT_TEST_EXCEPTION with code using CPPUNIT_ASSERT_THROW.
Steve M. Robbins
3
-2/+7
2008-02-21
Changes to suppress warnings of gcc -Wall -W -ansi, mainly from patch [1898225].
Steve M. Robbins
17
-44/+59
2008-02-20
Update version to create release 1.12.1.
cppunit-1.12.1
Steve M. Robbins
2
-1/+5
2008-02-07
Change from qlist.h to qptrlist.h, avoiding compatibility header.
Steve M. Robbins
3
-2/+8
2007-03-05
Make floatingPointIsFinite() return int. Fix comment about comparisons and I...
Steve M. Robbins
2
-5/+13
2007-02-25
doc/cookbook.dox: changed suite() to return a TestSuite instead
Baptiste Lepilleur
2
-1/+6
2007-02-25
- removed wrong comment.
Baptiste Lepilleur
1
-1/+1
2007-02-25
Portability/FloatingPoint.h must include Portability.h
Steve M. Robbins
2
-0/+5
2007-02-24
Src/cppunit/TestAssert.
Baptiste Lepilleur
10
-25/+156
2007-01-31
Add tests of the precision generated by
Steve M. Robbins
6
-1/+100
2007-01-27
Remove declaration of unimplemented functions testAssertDoubleNotEquals1 and ...
Steve M. Robbins
3
-2/+12
2007-01-27
Apply patch to fix [ 1293903 ] UNICODE Builds not supported
Steve M. Robbins
3
-5/+12
2007-01-27
Note that CPPUNIT_ASSERT_DOUBLES_EQUAL handles non-finite numbers.
Steve M. Robbins
1
-1/+8
2007-01-27
Make sure that CPPUNIT_ASSERT_DOUBLES_EQUAL() properly handles
Steve M. Robbins
1
-0/+10
2007-01-27
Add unit tests for CPPUNIT_ASSERT_DOUBLES_EQUAL() that test with
Steve M. Robbins
1
-0/+11
2007-01-27
Account for non-finite values in assertDoubleEquals().
Steve M. Robbins
1
-6/+20
2007-01-27
Check for isfinite() and finite().
Steve M. Robbins
1
-0/+6
2007-01-27
New autoconf macro to test for isfinite() in C++ mode.
Steve M. Robbins
1
-0/+27
2007-01-24
Update email address of Steve M. Robbins
Steve M. Robbins
1
-1/+1
2007-01-12
Arrange class initializers in correct order.
Steve M. Robbins
10
-20/+31
2007-01-12
Ensure virtual class has virtual destructor.
Steve M. Robbins
4
-0/+11
2007-01-12
Put a C++ statement in the first argument of CPPUNIT_ASSERT_THROW()
Steve M. Robbins
2
-4/+12
[next]