summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/CppTips.html
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/content/xdocs/CppTips.html')
-rwxr-xr-xdocumentation/content/xdocs/CppTips.html55
1 files changed, 55 insertions, 0 deletions
diff --git a/documentation/content/xdocs/CppTips.html b/documentation/content/xdocs/CppTips.html
new file mode 100755
index 0000000000..2dddad2409
--- /dev/null
+++ b/documentation/content/xdocs/CppTips.html
@@ -0,0 +1,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> \ No newline at end of file