index
:
delta/cppunit.git
cppunit-1-13
feature/buildsystem_rewrite
feature/c++11
feature/cmake
feature/new_assert_macros
feature/parameterized
master
anongit.freedesktop.org: git/libreoffice/cppunit.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
cppunit
Commit message (
Expand
)
Author
Age
Files
Lines
*
removed most warning when compiling with vc++ 6sp6.
Baptiste Lepilleur
2005-10-13
2
-4
/
+4
*
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
2
-0
/
+8
*
MinGW, cygwin: enable build of shared library when using libtool. patch #1194...
Baptiste Lepilleur
2005-06-14
1
-2
/
+2
*
src/cppunit/Win32DynamicLibraryManager.cpp: integrated patch #1024428,
Baptiste Lepilleur
2004-11-19
1
-0
/
+1
*
added specific copy constructor implementatin to ensure string buffer are det...
Baptiste Lepilleur
2004-11-19
2
-3
/
+43
*
Include/cppunit/TestAssert.
Baptiste Lepilleur
2004-11-05
1
-2
/
+9
*
Include/cppunit/XmlOutputter.
Baptiste Lepilleur
2004-09-01
2
-1
/
+27
*
Include/cppunit/Portability.
Baptiste Lepilleur
2004-06-25
5
-5
/
+5
*
Include/cppunit/Portability.
Baptiste Lepilleur
2004-06-25
9
-46
/
+55
*
Src/
Baptiste Lepilleur
2004-06-18
2
-2
/
+2
*
Include/cppunit/extension/TestSuiteBuilderContext.
Baptiste Lepilleur
2004-06-18
1
-6
/
+24
*
Src/
Baptiste Lepilleur
2004-06-17
2
-2
/
+2
*
src/cppunit/TestPath.cpp: bug #938753, array bound read in
Baptiste Lepilleur
2004-06-17
1
-1
/
+4
*
src/cppunit/TestPath.cpp: bug #938753, array bound read in
Baptiste Lepilleur
2004-06-17
1
-1
/
+1
*
src/cppunit/TestPath.cpp: bug #938753, array bound read in
Baptiste Lepilleur
2004-06-17
1
-1
/
+1
*
clean up
Baptiste Lepilleur
2004-04-09
1
-2
/
+2
*
src/cppunit/UnixDynamicLibraryManager.cpp: applied patch #816563
Baptiste Lepilleur
2004-03-13
1
-1
/
+1
*
configure.in: bumped version number to 1.9.12
Baptiste Lepilleur
2004-02-19
1
-63
/
+4
*
Configure.
Baptiste Lepilleur
2004-02-18
1
-0
/
+19
*
Makefile.
Baptiste Lepilleur
2003-05-07
2
-7
/
+12
*
Makefile.
Baptiste Lepilleur
2003-05-07
6
-5
/
+58
*
src/cppunit/DynamicLibraryManager.cpp: fixed compilation issue on Mingw
Baptiste Lepilleur
2003-03-31
1
-1
/
+3
*
Include/cppunit/extensions/TestNamer.
Baptiste Lepilleur
2003-03-20
1
-0
/
+5
*
Src/cppunit/CompilerOutputter.
Baptiste Lepilleur
2003-03-15
7
-8
/
+8
*
Src/cppunit/XmlElement.
Baptiste Lepilleur
2003-03-11
1
-0
/
+3
*
Include/cppunit/tools/Algorithm.
Baptiste Lepilleur
2003-03-11
2
-6
/
+10
*
src/cppunit/XmlOuputter.cpp: use iterator instead of const_iterator.
Baptiste Lepilleur
2002-12-02
1
-1
/
+1
*
Include/cppunit/plugin/DynamicLibraryManagerException.
Baptiste Lepilleur
2002-12-02
3
-0
/
+85
*
Moved header to top
Eric Schendel
2002-09-16
1
-2
/
+2
*
Added newline at end of file (needed for some compilers to work)
Eric Schendel
2002-09-16
3
-3
/
+6
*
Dereferencing fix for SUN4
Eric Schendel
2002-09-16
1
-5
/
+5
*
<typeinfo> not available if CPPUNIT_USE_TYPEINFO_NAME not defined
Eric Schendel
2002-09-16
1
-1
/
+3
*
Map needs comparator, make_pair to pair, and map dereference fix (SUN4)
Eric Schendel
2002-09-16
1
-4
/
+4
*
Const_iterator to iterator and make_pair to pair for sun4 portability
Eric Schendel
2002-09-16
1
-6
/
+6
*
Missing semicolon when CPPUNIT_USE_TYPEINFO_NAME not used
Eric Schendel
2002-09-16
1
-1
/
+1
*
Include/cppunit/TestResult.
Baptiste Lepilleur
2002-08-29
1
-0
/
+9
*
Include/cppunit/CompilerOutputter.
Baptiste Lepilleur
2002-08-29
5
-31
/
+21
*
Include/cppunit/Portability.
Baptiste Lepilleur
2002-08-28
4
-1
/
+75
*
fixed Makefile
Baptiste Lepilleur
2002-08-27
1
-2
/
+2
*
CodingGuideLines.
Baptiste Lepilleur
2002-08-27
9
-17
/
+49
*
added missing TestDecorator.cpp to makefile.am
Baptiste Lepilleur
2002-08-04
1
-1
/
+2
*
Include/cppunit/Exception.
Baptiste Lepilleur
2002-08-03
11
-26
/
+224
*
Include/cppunit/Protector.
Baptiste Lepilleur
2002-07-16
11
-7
/
+398
*
CodingGuideLines.
Baptiste Lepilleur
2002-07-14
4
-53
/
+50
*
Include/cppunit/ui/text/TestRunner.
Baptiste Lepilleur
2002-07-13
5
-50
/
+66
*
Include/cppunit/config/Portability.
Baptiste Lepilleur
2002-07-12
42
-180
/
+154
*
added missing files
Baptiste Lepilleur
2002-07-11
3
-11
/
+56
*
Include/cppunit/extensions/AutoRegisterSuite.
Baptiste Lepilleur
2002-07-10
2
-50
/
+15
[next]