summaryrefslogtreecommitdiff
path: root/content/xdocs/Qpid 'C++' Documentation.html
diff options
context:
space:
mode:
Diffstat (limited to 'content/xdocs/Qpid 'C++' Documentation.html')
-rwxr-xr-xcontent/xdocs/Qpid 'C++' Documentation.html65
1 files changed, 65 insertions, 0 deletions
diff --git a/content/xdocs/Qpid 'C++' Documentation.html b/content/xdocs/Qpid 'C++' Documentation.html
new file mode 100755
index 0000000000..a95a97dfc7
--- /dev/null
+++ b/content/xdocs/Qpid 'C++' Documentation.html
@@ -0,0 +1,65 @@
+<html>
+ <head>
+ <title>Apache Qpid : Qpid 'C++' Documentation</title>
+ <link rel="stylesheet" href="styles/site.css" type="text/css" />
+ <META http-equiv="Content-Type" content="text/html; charset=UTF-8">
+ </head>
+
+ <body>
+ <table class="pagecontent" border="0" cellpadding="0" cellspacing="0" width="100%" bgcolor="#ffffff">
+ <tr>
+ <td valign="top" class="pagebody">
+ <div class="pageheader">
+ <span class="pagetitle">
+ Apache Qpid : Qpid 'C++' Documentation
+ </span>
+ </div>
+ <div class="pagesubheading">
+ This page last changed on Apr 11, 2008 by <font color="#0050B2">cctrieloff</font>.
+ </div>
+
+ <h2><a name="Qpid%27C%2B%2B%27Documentation-Introduction"></a>Introduction </h2>
+
+<p>Contributors should read:</p>
+<ul>
+ <li><a href="https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/cpp/README" title="Visit page outside Confluence">README</a> in subversion for build instructions.</li>
+ <li><a href="CppTips.html" title="CppTips">C++ coding tips</a></li>
+ <li><a href="CppStyleGuide.html" title="CppStyleGuide">C++ style guide</a></li>
+ <li><a href="CppApiGuide.html" title="CppApiGuide">C++ public API guidelines</a></li>
+ <li><a href="OSVC.html" title="OSVC">OS version considerations</a></li>
+</ul>
+
+
+<p>Testing guidelines: </p>
+<ul>
+ <li>All classes should be unit tested with <a href="http://www.boost.org/libs/test/doc/index.html" title="Visit page outside Confluence">Boost.Test</a> (Some tests are still using <a href="http://cppunit.sourceforge.net/cppunit-wiki" title="Visit page outside Confluence">CppUnit</a>, they will be converted.)</li>
+ <li>Broker should pass <a href="PythonBrokerTest.html" title="PythonBrokerTest">PythonBrokerTest</a> with <div class="preformatted"><div class="preformattedContent">
+<pre>./run-tests -I cpp_ignore.tests</pre>
+</div></div></li>
+</ul>
+
+
+<p>Currently built/tested with g++ on Linux using GNU make.</p>
+
+<h2><a name="Qpid%27C%2B%2B%27Documentation-DesignNotes"></a>Design Notes</h2>
+<ul>
+ <li><a href="CppHandlerChains.html" title="CppHandlerChains">C++ handler chaining</a></li>
+ <li><a href="Management Design notes.html" title="Management Design notes">Management Design notes</a></li>
+</ul>
+
+
+
+
+ </td>
+ </tr>
+ </table>
+ <table border="0" cellpadding="0" cellspacing="0" width="100%">
+ <tr>
+ <td height="12" background="border/border_bottom.gif"><img src="border/spacer.gif" width="1" height="1" border="0"/></td>
+ </tr>
+ <tr>
+ <td align="center"><font color="grey">Document generated by Confluence on Apr 22, 2008 02:47</font></td>
+ </tr>
+ </table>
+ </body>
+</html> \ No newline at end of file