Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12772
Modified Files:
ChangeLog TODO
Log Message:
prepare release
Index: TODO
===================================================================
RCS file: /cvsroot/mockpp/mockpp/TODO,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- TODO 28 Dec 2005 19:40:58 -0000 1.52
+++ TODO 29 Dec 2005 08:04:40 -0000 1.53
@@ -9,6 +9,10 @@
Boost.Test
+check sprintf_s
+check qt
+check x11
+
DOC:
----
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -d -r1.87 -r1.88
--- ChangeLog 28 Dec 2005 21:31:53 -0000 1.87
+++ ChangeLog 29 Dec 2005 08:04:40 -0000 1.88
@@ -17,7 +17,7 @@
- compatibility break: moved all framework related files to mockpp/framework
- CxxTest (built-in version) is default test framework now,
CppUnit remains an option
- - rename Assert.* to Asserter.* due to collisions with Asserter.h on
+ - rename Assert.* to Asserter.* due to collisions with <assert.h> on
win platforms
2005-11-19 1.10.0:
|