Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/boost_1_33_1/more/index.htm @ 18

Last change on this file since 18 was 12, checked in by landauf, 17 years ago

added boost

File size: 7.5 KB
Line 
1<html>
2   <head>
3      <title>Boost More Information</title>
4      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5      <meta name="ProgId" content="FrontPage.Editor.Document">
6      <meta name="GENERATOR" content="Microsoft FrontPage 5.0">
7   </head>
8   <body bgcolor="#ffffff" text="#000000">
9      <table border="1" cellpadding="2" bgcolor="#007f7f">
10         <tr>
11            <td bgcolor="#ffffff">
12               <img src="../boost.png" alt="boost.png (6897 bytes)" width="277" height="86"></td>
13            <td><a href="../index.htm"><font color="#ffffff" size="4" face="Arial">Home</font></a></td>
14            <td><a href="../libs/libraries.htm"><font color="#ffffff" size="4" face="Arial">Libraries</font></a></td>
15            <td><a href="../people/people.htm"><font color="#ffffff" size="4" face="Arial">People</font></a></td>
16            <td><a href="faq.htm"><font color="#ffffff" size="4" face="Arial">FAQ</font></a></td>
17            <td><a href="index.htm"><font color="#ffffff" size="4" face="Arial">More</font></a></td>
18         </tr>
19      </table>
20      <h1>More Information</h1>
21      <h2>Boost Policies</h2>
22      <blockquote>
23         <p><a href="discussion_policy.htm"><b>Mailing List Discussion Policy.</b></a>&nbsp; 
24            What's acceptable and what isn't.</p>
25         <p><a href="lib_guide.htm"><b>Library Requirements and Guidelines</b></a>.&nbsp; 
26            Basic standards for those preparing a submission.</p>
27         <P><A href="separate_compilation.html"><STRONG>Guidelines for Libraries with Separate
28                  Source</STRONG></A>.&nbsp; Basic tutorial for libraries that require the
29            building of a separate link library.</P>
30         <p><a href="writingdoc/index.html"><strong>Writing Documentation for Boost</strong></a>
31            Basic guidelines for writing documentation and templates for quickly generating
32            documentation that follows the guidelines.</p>
33         <p><a href="test_policy.htm"><b>Test Policy and Protocols</b></a>.&nbsp; How
34            testing works at Boost.</p>
35         <p><a href="submission_process.htm"><b>Library Submission Process</b></a>.&nbsp; 
36            How to submit a library to Boost.</p>
37         <p><a href="formal_review_process.htm"><b>Library Formal Review Process</b></a>.
38            Including how to submit a review comment.</p>
39         <p><a href="header.htm"><b>Header Policy</b></a>.&nbsp; Headers are where a
40            library contacts its users, so programming practices are particularly
41            important.</p>
42         <p><a href="imp_vars.htm"><b>Implementation Variations</b></a>.&nbsp; Sometimes
43            one size fits all, sometimes it doesn't.&nbsp; This page deals with the
44            trade-offs.</p>
45         <p><a href="library_reuse.htm"><b>Library Reuse</b></a>.&nbsp; Should Boost
46            libraries use other boost libraries?&nbsp; What about the C++ Standard
47            Library?&nbsp; It's another trade-off.</p>
48         <p><b><a href="moderators.html">Moderators</a></b>.&nbsp; Who they are and what
49            they do.</p>
50      </blockquote>
51      <h2>Boost Whatever</h2>
52      <blockquote>
53         <p><b><a href="license_info.html">License Information</a> </b>&nbsp;Information
54            about the Boost Software License.</p>
55         <p><b><a href="bibliography.html">Bibliography</a> </b>&nbsp;Print and online
56            publications relating to Boost and Boost libraries.</p>
57         <p><b><a href="../doc/html/who_s_using_boost_.html">Who's Using Boost?</a> </b>&nbsp;
58         Products and organisations that are using Boost.</p>
59         <p><a href="../status/compiler_status.html"><b>Compiler Status</b></a>&nbsp;&nbsp;Describes
60            what library works with which compiler.</p>
61         <p><b><a href="links.htm">Links</a></b>&nbsp; Links of special interest to Boost
62            users.</p>
63         <p><b><a href="formal_review_schedule.html">Formal Review Schedule</a></b>&nbsp; 
64            Future, current, and recently past Formal Reviews.</p>
65         <p><b><a href="release_procedures.htm">Release Procedures</a></b>&nbsp; How
66            developers and the release manager prepare for a Boost release.</p>
67         <p><b><a href="updating_the_website.html">Updating the Website</a></b>&nbsp; How
68            developers can update the Boost website between releases.</p>
69         <p><a href="regression.html"><b>Internal Regression Test Suite</b></a>&nbsp;&nbsp; 
70            Describes the tool for generating the compiler status tables
71         </p>
72         <p><b><a href="proposal.pdf">Proposal for a C++ Library Repository Web Site</a></b>&nbsp; 
73            The original 1998 proposal that launched Boost.</p>
74         <p><b><a href="bugs.htm">How to report bugs</a></b>&nbsp; Ways to report Boost
75            bugs.</p>
76         <p><b><a href="requesting_new_features.htm">How to request features</a></b> Ways
77            to request new library features.</p>
78         <p><b><a href="cpp_committee_meetings.html">C++ Committee Meetings</a></b> FAQ for
79            Boost Members wishing to attend a standards committee meeting.</p>
80         <p><b><a href="version_history.html">Version History</a></b> Changes
81         and additions in past Boost releases.</p>
82      </blockquote>
83      <h2>Articles and Papers</h2>
84      <blockquote>
85         <p><a href="error_handling.html"><b>Error and Exception Handling</b></a> describes
86            approaches to errors and exceptions by <a href="../people/dave_abrahams.htm">David
87               Abrahams</a>.
88         </p>
89         <p><a href="count_bdy.htm"><b>Counted Body Techniques</b></a> by <a href="../people/kevlin_henney.htm">
90               Kevlin Henney</a> is must reading for those interested in reference
91            counting, a widely used object management idiom.&nbsp; Originally published in <a href="http://www.accu.org/c++sig/public/Overload.html">
92               Overload</a> magazine.</p>
93         <p><a href="generic_programming.html"><b>Generic Programming Techniques</b></a> by <a href="../people/dave_abrahams.htm">
94               David Abrahams</a> and <a href="../people/jeremy_siek.htm">Jeremy Siek</a> describe
95            some of the techniques used in Boost libraries.</p>
96         <p><a href="feature_model_diagrams.htm"><b>Feature Model Diagrams in text and HTML</b></a>
97            describes how to represent feature model diagrams in text form.</p>
98         <p><a href="borland_cpp.html"><b>Portability Hints: Borland C++ 5.5.1</b></a> describes
99            Borland C++ portability issues, with suggested workarounds.</p>
100         <p><a href="microsoft_vcpp.html"><b>Portability Hints: Microsoft VC++ 6.0 SP4</b></a>
101            describes Microsoft C++ portability issues, with suggested workarounds.</p>
102         <p><a href="int_const_guidelines.htm"><strong>Coding Guidelines for Integral Constant
103                  Expressions</strong></a> describes how to work through the maze of
104            compiler related bugs surrounding this tricky topic.</p>
105      </blockquote>
106      <hr>
107      <p>
108         Revised
109         <!--webbot bot="Timestamp" s-type="EDITED"
110s-format="%d %B, %Y" startspan -->10 May, 2005<!--webbot bot="Timestamp" endspan i-checksum="13987" --></p>
111      <p>
112         © Copyright Beman Dawes 2003.</p>
113      <p>
114         Use, modification, and distribution are subject to the Boost Software License,
115         Version 1.0. (See accompanying file <a href="../LICENSE_1_0.txt">LICENSE_1_0.txt</a>
116         or copy at <a href="http://www.boost.org/LICENSE_1_0.txt">www.boost.org/LICENSE_1_0.txt</a>)</p>
117   </body>
118</html>
119
Note: See TracBrowser for help on using the repository browser.