[Mockpp-commits] mockpp ChangeLog,1.40,1.41
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-04-03 12:58:51
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19362 Modified Files: ChangeLog Log Message: update Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- ChangeLog 2 Apr 2005 14:09:58 -0000 1.40 +++ ChangeLog 3 Apr 2005 12:58:25 -0000 1.41 @@ -3,96 +3,140 @@ mockpp history -------------- -2005-03-31 1.7.0: - ReturnObjectList::addObjectToReturn now has a counter value - and returns a reference to itself for chaining - - project files for msvc 7.1 - - fix for cygwin (compiles at least without unicode and static libs) - - minor internal cleanups +2005-04-03 1.7.0: -2005-03-13 1.6.1: - added missing file to the distribution + - ReturnObjectList::addObjectToReturn now has a counter value + and returns a reference to itself for chaining + - project files for msvc 7.1 + - fix for cygwin (compiles at least with static libs) + - minor internal cleanups -2005-03-13 1.6.0: - MixedMockObject combines enhanced mock objects - - scope fixes for g++ 3.4.3 - - fixes for g++ 2.95.3 and OpenBsd3.1 - - fixed non-working class IsInstanceOf +2005-03-13 1.6.1: -2005-03-04 1.5.0: - added class ConstraintList - - VisitableMockObjects and the according controller also take - Constraints as objects instead of actual values. - - fixed some compiler warnings - - added #include for gcc 2.95 (which seems to compile fine :-) - - new matcher class UnlimitedMatcher - - better support for typeless constraints - - seperated some files into header and source file - - added #ifdef MOCKPP_IMPORT_ABBREVIATED to import parts - of mockpp namespace - - internal restructurings + added missing file to the distribution -2005-02-25 1.4.0: - changed "verify() const" to "verify()" - - mock objects reset all their sub objects - - all mock objects get their own reset() method - - ReturnObjectList has a default return value +2005-03-13 1.6.0: -2005-02-19 1.3.0: - new TrackingCounter classes + - MixedMockObject combines enhanced mock objects + - scope fixes for g++ 3.4.3 + - fixes for g++ 2.95.3 and OpenBsd3.1 + - fixed non-working class IsInstanceOf -2005-01-26 1.2.0: - closed 2 memory leaks - - fixed VerifyingTestCase - - added another example file - - changes in macros: - changing MOCKPP_STRING to MOCKPP_PCSTRING may become necessary - - prepared CBuilderX project files +2005-03-04 1.5.0: -2005-01-08 1.2.0-b4: - modified and fixed setExpected()/setExpectNothing() + - added class ConstraintList + - VisitableMockObjects and the according controller also take + Constraints as objects instead of actual values. + - fixed some compiler warnings + - added #include for gcc 2.95 (which seems to compile fine :-) + - new matcher class UnlimitedMatcher + - better support for typeless constraints + - seperated some files into header and source file + - added #ifdef MOCKPP_IMPORT_ABBREVIATED to import parts + of mockpp namespace + - internal restructurings +2005-02-25 1.4.0: -2005-01-07 1.2.0-b3: - compatibility break: addThrowable()/addReturnValue place exceptions - "in line" with return values, exceptions are no more thrown at the beginning. - To switch back to old behaviour call unsetThrowablesInline() - before calling activate(). See documentation for details. - - check for cppunit/Message.h - - manually disable verify() in VerifyingTextCase -2004-12-11 1.2.0-b1: - new expectation type ExpectationConglomeration - - added chaining invocation for certain classes - - disabled all wchar_t related code for non-unicode configurations - - port of jMock - - fixed a problem with non-unicode platforms - - renamed Verifiable::getName() to Verifiable::getVerifiableName() - - added missing documentation source files - - added set of macros for mocks with const method - - to avoid name collisons "Visitable" macros have been renamed - (mainly substituted METHOD with VISITABLE) + - changed "verify() const" to "verify()" + - mock objects reset all their sub objects + - all mock objects get their own reset() method + - ReturnObjectList has a default return value -2004-08-03 1.1.16: - fixes and workarounds for MS VC - - patches for g++ 3.4 +2005-02-19 1.3.0: -2004-07-26 1.1.15: - extended macros for better handling of mock method - parameter types + new TrackingCounter classes -2004-02-15 1.1.14: - better detection of cppunit files +2005-01-26 1.2.0: + - closed 2 memory leaks + - fixed VerifyingTestCase + - added another example file + - changes in macros: + changing MOCKPP_STRING to MOCKPP_PCSTRING may become necessary + - prepared CBuilderX project files -2003-12-11 1.1.13: - bug fixes: - string formatting - - ReturnObjectList message +2005-01-08 1.2.0-b4: -2003-10-11 1.1.11: - moved bcb5/msvc config files to sources - - patch for msvc unicode problem + modified and fixed setExpected()/setExpectNothing() -2003-04-28 1.1.10: - port to msvc 6+7, HP-UX 11 +2005-01-07 1.2.0-b3: -2003-04-06 1.1.9: fixed references to removed Mutex.h + - compatibility break: addThrowable()/addReturnValue place exceptions + "in line" with return values, exceptions are no more thrown at the beginning. + To switch back to old behaviour call unsetThrowablesInline() + before calling activate(). See documentation for details. + - check for cppunit/Message.h + - manually disable verify() in VerifyingTextCase -2003-04-06 1.1.8: - Port to OpenBsd 3.1 and g++ 2.95 - - fix for MSVC - - simplified MockObject verify() - - removed useless multithread stuff +2004-12-11 1.2.0-b1: -2003-03-10 1.1.7: Extended documentation via doxygen + - new expectation type ExpectationConglomeration + - added chaining invocation for certain classes + - disabled all wchar_t related code for non-unicode configurations + - port of jMock + - fixed a problem with non-unicode platforms + - renamed Verifiable::getName() to Verifiable::getVerifiableName() + - added missing documentation source files + - added set of macros for mocks with const method + - to avoid name collisons "Visitable" macros have been renamed + (mainly substituted METHOD with VISITABLE) -2003-03-12 1.1.6: - ExpectationBoundary.setExpectedDelta() added - - pass parameters by reference to Visitabable methods +2004-08-03 1.1.16: -2003-03-10 1.1.5: Closed memory leak + - fixes and workarounds for MS VC + - patches for g++ 3.4 -2003-03-09 1.1.4: Fixed installation issue +2004-07-26 1.1.15: -2003-03-08 1.1.3: Final release + - extended macros for better handling of mock method + parameter types + +2004-02-15 1.1.14: + + - better detection of cppunit files + +2003-12-11 1.1.13: + + - bug fixes: - string formatting + - ReturnObjectList message + +2003-10-11 1.1.11: + + - moved bcb5/msvc config files to sources + - patch for msvc unicode problem + +2003-04-28 1.1.10: + + port to msvc 6+7, HP-UX 11 + +2003-04-06 1.1.9: + + fixed references to removed Mutex.h + +2003-04-06 1.1.8: + + - Port to OpenBsd 3.1 and g++ 2.95 + - fix for MSVC + - simplified MockObject verify() + - removed useless multithread stuff + +2003-03-10 1.1.7: + + Extended documentation via doxygen + +2003-03-12 1.1.6: + + - ExpectationBoundary.setExpectedDelta() added + - pass parameters by reference to Visitabable methods +2003-03-10 1.1.5: + + Closed memory leak + +2003-03-09 1.1.4: + + Fixed installation issue + +2003-03-08 1.1.3: + + Final release |