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