Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9329
Modified Files:
ChangeLog TODO configure.in
Log Message:
Formatter uses operator<<(ostream)
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -d -r1.55 -r1.56
--- ChangeLog 23 Jul 2005 13:31:56 -0000 1.55
+++ ChangeLog 23 Jul 2005 17:37:30 -0000 1.56
@@ -5,6 +5,7 @@
2005-07-23 1.9.0:
- class OutBound enables outbound parameter references
+ - Formatter can reuse existing operator<<(ostream, X)
2005-05-28 1.8.2:
Index: TODO
===================================================================
RCS file: /cvsroot/mockpp/mockpp/TODO,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -d -r1.45 -r1.46
--- TODO 23 Jul 2005 13:31:56 -0000 1.45
+++ TODO 23 Jul 2005 17:37:31 -0000 1.46
@@ -2,6 +2,7 @@
----
OutBound
+ ostreamed
Problem Exception-Transformation??
Index: configure.in
===================================================================
RCS file: /cvsroot/mockpp/mockpp/configure.in,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -d -r1.82 -r1.83
--- configure.in 13 Jun 2005 20:33:25 -0000 1.82
+++ configure.in 23 Jul 2005 17:37:31 -0000 1.83
@@ -16,11 +16,11 @@
# if backwards compatibility has been broken, set MOCKPP_BINARY_AGE and MOCKPP_INTERFACE_AGE to 0.
#
MOCKPP_MAJOR_VERSION=1
-MOCKPP_MINOR_VERSION=8
-MOCKPP_PATCH_VERSION=2
+MOCKPP_MINOR_VERSION=9
+MOCKPP_PATCH_VERSION=0
-MOCKPP_MICRO_VERSION=29
-MOCKPP_INTERFACE_AGE=1
+MOCKPP_MICRO_VERSION=30
+MOCKPP_INTERFACE_AGE=0
MOCKPP_BINARY_AGE=7
MOCKPP_VERSION=$MOCKPP_MAJOR_VERSION.$MOCKPP_MINOR_VERSION.$MOCKPP_PATCH_VERSION
|