Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv32044
Modified Files:
ChangeLog
Log Message:
removed superfluous InvocationX::equals
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -d -r1.66 -r1.67
--- ChangeLog 26 Sep 2005 19:32:15 -0000 1.66
+++ ChangeLog 1 Oct 2005 16:24:23 -0000 1.67
@@ -5,17 +5,19 @@
2005-09-27 1.9.5:
- - updated msvc7.1 projects files
+ - updated msvc7.1 projects files
+ - isEqualComparison to customize comparison in IsEqual
+ - removed superfluous Invocation::equals
2005-09-24 1.9.4:
- - missing & in macro MOCKPP_VOID_CONST_CHAINABLE3
- - adding spaces around < > enables the use of templates
- - potential compatibilty break: IsSame compares now by reference
- wheras IsEqual still compares by value.
+ - missing & in macro MOCKPP_VOID_CONST_CHAINABLE3
+ - adding spaces around < > enables the use of templates
+ - potential compatibilty break: IsSame compares now by reference
+ wheras IsEqual still compares by value.
- ==> Existing code using IsSame may crash now if the reference
- points to a temporary object.
+ ==> Existing code using IsSame may crash now if the reference
+ points to a temporary object.
2005-09-17 1.9.3:
|