Update of /cvsroot/mockpp/mockpp
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv763
Modified Files:
ChangeLog run-configure-unicode.sh
Log Message:
optionally disable mockpp namespace
Index: run-configure-unicode.sh
===================================================================
RCS file: /cvsroot/mockpp/mockpp/run-configure-unicode.sh,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- run-configure-unicode.sh 2 Jan 2006 15:40:21 -0000 1.17
+++ run-configure-unicode.sh 15 Mar 2006 21:33:55 -0000 1.18
@@ -17,7 +17,7 @@
#OPTS="--enable-doxygen --enable-docbook"
OPTS="$OPTS --enable-builtin-stl" # --disable-exceptions --disable-rtti
OPTS="$OPTS --enable-debug=full"
-#OPTS="$OPTS --disable-builtin-cxxtest --enable-cppunit"
+OPTS="$OPTS --disable-builtin-cxxtest --enable-cppunit"
#OPTS="$OPTS --disable-builtin-cxxtest --enable-boosttest"
CFLAGS="$MYFLAGS" CXXFLAGS="$MYFLAGS" CXX=$MYCC CC=$MYCC ${0%/*}/configure --enable-unicode $OPTS --prefix=/tmp/mockpp-install
Index: ChangeLog
===================================================================
RCS file: /cvsroot/mockpp/mockpp/ChangeLog,v
retrieving revision 1.100
retrieving revision 1.101
diff -u -d -r1.100 -r1.101
--- ChangeLog 12 Mar 2006 08:26:32 -0000 1.100
+++ ChangeLog 15 Mar 2006 21:33:55 -0000 1.101
@@ -2,9 +2,11 @@
mockpp history
--------------
-2006-03-12 1.11.4
+2006-03-16 1.11.4
- added script to retrieve data from configure
+ - added compiler switch to disable mockpp namespace
+ to enable older compilers
2006-03-05 1.11.3
|