summaryrefslogtreecommitdiff
path: root/content/xdocs/CppTips.html
blob: 2dddad24093bb14406b78f094e1b386bdf56c216 (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
<html>
    <head>
        <title>Apache Qpid : CppTips</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 : CppTips
                                                    </span>
				    </div>
				    <div class="pagesubheading">
					    This page last changed on Mar 28, 2007 by <font color="#0050B2">aconway</font>.
				    </div>

				    <p>Some advice on makefiles and build system</p>
<ul>
	<li>SingleMakefile</li>
</ul>


<p>This is a collection of coding guidelines, some specific to Qpid, some just good practice in C++.  </p>
<ul>
	<li><a href="PrivateLocking.html" title="PrivateLocking">PrivateLocking</a></li>
	<li><a href="ScopedLocking.html" title="ScopedLocking">ScopedLocking</a></li>
	<li><a href="SharedPtr.html" title="SharedPtr">SharedPtr</a></li>
	<li><a href="BewareStdStringLiterals.html" title="BewareStdStringLiterals">BewareStdStringLiterals</a></li>
	<li><a href="NeverUseStaticLocalVariables.html" title="NeverUseStaticLocalVariables">NeverUseStaticLocalVariables</a></li>
	<li><a href="BewareOfStringPromotion.html" title="BewareOfStringPromotion">BewareOfStringPromotion</a></li>
	<li><a href="ReturnStdStringByValue.html" title="ReturnStdStringByValue">ReturnStdStringByValue</a></li>
	<li><a href="NoUsingNamespaceInHeaders.html" title="NoUsingNamespaceInHeaders">NoUsingNamespaceInHeaders</a></li>
	<li><a href="ValgrindBadSuppressions.html" title="ValgrindBadSuppressions">ValgrindBadSuppressions</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>