summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/Qpid 'C++' Documentation.html
blob: a95a97dfc7af1b7496a50ca499613aac433bd292 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
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>