[Mockpp-commits] mockpp/mockpp/docs/en appendix.docbook,1.24,1.25 index.docbook,1.40,1.41
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2006-03-19 11:09:46
|
Update of /cvsroot/mockpp/mockpp/mockpp/docs/en In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16313/mockpp/docs/en Modified Files: appendix.docbook index.docbook Log Message: optionally disable namespace Index: appendix.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v retrieving revision 1.24 retrieving revision 1.25 diff -u -d -r1.24 -r1.25 --- appendix.docbook 12 Mar 2006 08:25:55 -0000 1.24 +++ appendix.docbook 19 Mar 2006 11:09:37 -0000 1.25 @@ -92,6 +92,17 @@ </varlistentry> <varlistentry> + <term>--disable-namespace</term> + <listitem><para>Disables the use of namespaces. For that reason &mockpp; + resides in the global namespace. Additionally the built-in components &ministl; + and &cxxtest; are in the global namespace as well. This may lead to problems + when using other libraries which contain classes like <classname>Exception</classname> + or <classname>String</classname>. There are also workarounds for certain elements + in the <literal>std</literal> namespace.</para> + </listitem> + </varlistentry> + + <varlistentry> <term>--enable-cppunit</term> <listitem><para>This option enables &cppunit; as test framework.</para> </listitem> @@ -233,7 +244,7 @@ <para>If you want to use another STL you have to extend the according section in <filename>mockpp.h</filename>. Search for <literal>MOCKPP_USE_MINI_STL</literal> and add an appropriate section similar to the one for - <literal>ministl</literal>. Do the same for &cxxtest; in + &ministl;. Do the same for &cxxtest; in <filename>3party/cxxtest/cxxtest/Flags.h</filename></para> </listitem> </varlistentry> Index: index.docbook =================================================================== RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/index.docbook,v retrieving revision 1.40 retrieving revision 1.41 diff -u -d -r1.40 -r1.41 --- index.docbook 12 Mar 2006 08:25:55 -0000 1.40 +++ index.docbook 19 Mar 2006 11:09:37 -0000 1.41 @@ -9,6 +9,7 @@ <!ENTITY mockpp '<application>mockpp</application>' > <!ENTITY cppunit '<application>CppUnit</application>' > <!ENTITY cxxtest '<application>CxxTest</application>' > + <!ENTITY ministl '<application>ministl</application>' > <!ENTITY boost.test '<application>Boost.Test</application>' > <!ENTITY cygwin '<application>Cygwin</application>' > <!ENTITY copyyears '2002-2006' > |