summaryrefslogtreecommitdiff
path: root/documentation/content/xdocs/CppTips.html
diff options
context:
space:
mode:
authorAidan Skinner <aidan@apache.org>2008-06-02 18:12:47 +0000
committerAidan Skinner <aidan@apache.org>2008-06-02 18:12:47 +0000
commit88f4f04b32cf1024a9ce84db54a986950c1e7499 (patch)
tree3e0e1e9da11169a1a94b0a7b74163613c95c098f /documentation/content/xdocs/CppTips.html
parenta9613a8b37da94a2ad0db8c500970ed09c46480b (diff)
downloadqpid-python-88f4f04b32cf1024a9ce84db54a986950c1e7499.tar.gz
Move to documentation directory
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/branches/forrest-site@662505 13f79535-47bb-0310-9956-ffa450edef68
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