Update of /cvsroot/mockpp/mockpp/mockpp/docs/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29032/mockpp/docs/en
Modified Files:
Makefile.am appendix.docbook
Log Message:
cleanup for release
Index: appendix.docbook
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/appendix.docbook,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- appendix.docbook 19 Mar 2006 11:09:37 -0000 1.25
+++ appendix.docbook 8 Apr 2006 17:56:51 -0000 1.26
@@ -93,7 +93,13 @@
<varlistentry>
<term>--disable-namespace</term>
- <listitem><para>Disables the use of namespaces. For that reason &mockpp;
+ <listitem><para>Older compilers may not support namespaces properly.
+ If you need such a compiler for a given environment you might try to disable
+ namespaces for all built-in parts and maybe get enough of the files compile
+ to build a basic test library. A lot of the files probably won't compile on such
+ compilers due to the lack of template support.</para>
+
+ <para>In this case &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>
@@ -328,6 +334,16 @@
<variablelist>
<varlistentry>
+ <term><filename>mockpp/gen_files_N.sh</filename></term>
+ <listitem><para>Several headers contain classes which depend on the maximal
+ number of parameters you want to pass. This is the master script file which
+ triggers all the actual generator files. Extend the numbers in this file
+ for example if you need more stubs in <function>onConsecutiveCalls()</function>
+ or higher numbered <classname>ChainableMockMethod</classname> classes.
+ </para></listitem>
+ </varlistentry>
+
+ <varlistentry>
<term><filename>mockpp/build4sun</filename></term>
<listitem><para>This bash script runs <application>configure</application>
with the parameters needed for <application>SUN Studio 10</application>.
Index: Makefile.am
===================================================================
RCS file: /cvsroot/mockpp/mockpp/mockpp/docs/en/Makefile.am,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- Makefile.am 2 Jan 2006 21:19:41 -0000 1.43
+++ Makefile.am 8 Apr 2006 17:56:51 -0000 1.44
@@ -108,7 +108,7 @@
EXTRA_DIST=appendix.docbook bookinfo.docbook credits.docbook customize.xsl customize-flat.xsl \
- dev_advanced.docbook dev_advanced_easymock.docbook customize-chunked.xsl \
+ dev_advanced.docbook dev_advanced_easymock.docbook customize-chunked.xsl customize-pdf.xsl \
dev_advanced_intro.docbook dev_poor_mans_mock.docbook dev_advanced_jmock.docbook dev_basic.docbook \
dev_helper.docbook dev_intro.docbook faq.docbook index.docbook dev_production.docbook \
dev_embedded.docbook dev_test_framework.docbook
|