Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12120
Modified Files:
bug-report ChangeLog configure.in
Log Message:
fixes for cygwin (unicode+ascii)
Index: bug-report
===================================================================
RCS file: /cvsroot/mockpp/mockpp/bug-report,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- bug-report 30 Aug 2003 09:31:24 -0000 1.4
+++ bug-report 2 Apr 2005 14:09:58 -0000 1.5
@@ -1,6 +1,6 @@
rm mockpp-bug-report.tar.gz
./configure >x1 2>x2
-make -i >x3 2>x4
+make check -k -i >x3 2>x4
set >x5
gcc -v >x6
uname -a >x7
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -d -r1.39 -r1.40
--- ChangeLog 2 Apr 2005 13:46:26 -0000 1.39
+++ ChangeLog 2 Apr 2005 14:09:58 -0000 1.40
@@ -3,7 +3,7 @@
mockpp history
--------------
-2005-03-22 1.7.0: - ReturnObjectList::addObjectToReturn has a counter value
+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)
Index: configure.in
===================================================================
RCS file: /cvsroot/mockpp/mockpp/configure.in,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- configure.in 2 Apr 2005 13:46:26 -0000 1.69
+++ configure.in 2 Apr 2005 14:09:58 -0000 1.70
@@ -45,7 +45,7 @@
AC_CONFIG_AUX_DIR(config)
AM_CONFIG_HEADER(config.h)
-AM_INIT_AUTOMAKE(mockpp, $MOCKPP_VERSION)
+AM_INIT_AUTOMAKE(mockpp, $MOCKPP_VERSION-rc2)
AC_SUBST(all_includes)
AC_SUBST(all_libraries)
|