[Mockpp-commits] mockpp ChangeLog,1.88,1.89 mockpp.doxygen.in,1.19,1.20
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-29 19:30:34
|
Update of /cvsroot/mockpp/mockpp In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12933 Modified Files: ChangeLog mockpp.doxygen.in Log Message: update copyright date Index: mockpp.doxygen.in =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp.doxygen.in,v retrieving revision 1.19 retrieving revision 1.20 diff -u -d -r1.19 -r1.20 --- mockpp.doxygen.in 18 Nov 2005 21:44:33 -0000 1.19 +++ mockpp.doxygen.in 29 Dec 2005 19:29:49 -0000 1.20 @@ -450,7 +450,9 @@ @abs_srcdir@/mockpp/constraint \ @abs_srcdir@/mockpp/matcher \ @abs_srcdir@/mockpp/production \ - @abs_srcdir@/mockpp/chaining + @abs_srcdir@/mockpp/chaining \ + @abs_srcdir@/mockpp/visiting \ + @abs_srcdir@/mockpp/framework # If the value of the INPUT tag contains directories, you can use the # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp Index: ChangeLog =================================================================== RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v retrieving revision 1.88 retrieving revision 1.89 diff -u -d -r1.88 -r1.89 --- ChangeLog 29 Dec 2005 08:04:40 -0000 1.88 +++ ChangeLog 29 Dec 2005 19:29:49 -0000 1.89 @@ -2,7 +2,9 @@ mockpp history -------------- -2005-11-24 1.11.0 +2006-01-01 1.11.1 + +2005-11-29 1.11.0-beta1 - removed superfluous template parameter - fix compilation error due to bad namespace resolution @@ -13,7 +15,7 @@ - fixed compilation problem with msvc - removed msvc6/msvc7/bcb6/bcbX project trees (not working/supported) - compatibility break: moved all visitable files to mockpp/visiting - - compatibility break: moved all chainableable files to mockpp/chaining + - compatibility break: moved all chainable files to mockpp/chaining - compatibility break: moved all framework related files to mockpp/framework - CxxTest (built-in version) is default test framework now, CppUnit remains an option |