summaryrefslogtreecommitdiff
path: root/index.htm
blob: c43494b20f7b73d9d12755e24dd7769dd500c5e5 (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
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
  <title>Boost C++ Libraries</title>
  <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
  <link rel="stylesheet" type="text/css" href="more/css_0/front.css" />
</head>

<body>
  <div class="body-0">
    <div class="body-1">
      <div class="body-2">
        <div id="d0"></div>

        <div id="d1"></div>

        <div id="d2"></div>

        <div id="d3"></div>

        <div id="heading">
          <h1><span id="boost">Boost</span> <span id="cpplibraries">C++
          Libraries</span></h1>
        </div>

        <div id="content">
          <div class="section" id="intro">
            <h1>Welcome to Boost.org!</h1>

            <div class="section-body">
              <div class="section-body-0">
                <div class="section-body-1">
                  <p>The Boost web site provides free peer-reviewed portable
                  C++ source libraries.</p>

                  <p>The emphasis is on libraries which work well with the
                  C++ Standard Library. The libraries are intended to be
                  widely useful, and usable by thousands of programmers
                  across a broad spectrum of applications. The <a href=
                  "more/license_info.html">Boost license</a> encourages both
                  commercial and non-commercial use.</p>

                  <p>A further goal is to establish "existing practice" and
                  provide reference implementations so that Boost libraries
                  are suitable for eventual standardization. Ten Boost
                  libraries are already included in the <a href=
                  "http://www.open-std.org/jtc1/sc22/wg21">C++ Standards
                  Committee's</a> Library Technical Report (<a href=
                  "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1745.pdf">TR1</a>)
                  as a step toward becoming part of a future C++ Standard.
                  More Boost libraries will part of the upcoming <a href=
                  "http://www.open-std.org/jtc1/sc22/wg21/docs/papers/2005/n1810.html">
                  TR2</a>.</p>

                  <p class="faq"><span class="faq-question">Getting
                  started.</span> <span class="faq-answer">You can <a href=
                  "more/getting_started.html">download, build, and
                  install</a> the latest Boost release from <a href=
                  "http://sourceforge.net/project/showfiles.php?group_id=7586&amp;package_id=8041">
                  SourceForge</a>. Popular Linux and Unix distributions such
                  as <a href="http://fedora.redhat.com/">Fedora</a>, <a href=
                  "http://www.debian.org/">Debian</a>, and <a href=
                  "http://www.netbsd.org/">NetBSD</a> also include pre-built
                  Boost packages. Or Boost may already be available on your
                  organization's internal web server.</span></p>

                  <p class="faq"><span class=
                  "faq-question">Background.</span> <span class=
                  "faq-answer">The <a href="more/background.html">background
                  information page</a> has introductory material that may be
                  of interest to managers wondering if their organization
                  should use Boost.</span></p>
                </div>
              </div>
            </div>

            <div class="sidebar" id="boost-sidebar">
              <div class="sidebar-0">
                <div class="sidebar-1">
                  <div class="sidebar-2">
                    <div class="sidebar-3">
                      <div class="sidecell" id="libraries">
                        <div class="sidecell-0">
                          <h4>Libraries</h4>

                          <ul>
                            <li><a href=
                            "libs/libraries.htm">Documentation</a></li>

                            <li><a href=
                            "more/license_info.html">License</a></li>

                            <li><a href=
                            "http://sourceforge.net/project/showfiles.php?group_id=7586">
                            Download</a></li>

                            <li><a href="more/getting_started.html">Getting
                            Started</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="tests">
                        <div class="sidecell-0">
                          <h4>Regression Tests</h4>

                          <ul>
                            <li><a href="status/compiler_status.html">General
                            Info</a></li>

                            <li><a href=
                            "http://www.meta-comm.com/engineering/boost-regression/1_33_0/index.html">
                            Release</a></li>

                            <li><a href=
                            "http://www.meta-comm.com/engineering/boost-regression/cvs-head/developer/">
                            Development</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="search">
                        <div class="sidecell-0">
                          <h4>Search Boost</h4>

                          <form method="get" action=
                          "http://www.google.com/custom">
                            <p><span id="search-text"><input type="text"
                            name="q" id="q" size="31" maxlength="255" alt=
                            "Search Text" /></span> <span id=
                            "search-choice"><select name="hq" id="hq">
                              <option label="Boost" value=
                              "site:www.boost.org">
                                Boost
                              </option>

                              <option label="Documentation" value=
                              "site:www.boost.org inurl:www.boost.org/libs OR inurl:www.boost.org/doc">
                              Documentation
                              </option>

                              <option label="Mailing Lists" value=
                              "site:lists.boost.org">
                                Mailing Lists
                              </option>
                            </select></span> <span id="go"><input type=
                            "image" name="search" src="more/space.gif" alt=
                            "Search" id="search-button" /></span> <span id=
                            "google"><a href=
                            "http://www.google.com/search"><img src=
                            "more/google_logo_25wht.gif" alt="Google" />
                            Powered</a></span> <input type="hidden" name=
                            "cof" value=
                            "LW:277;L:http://www.boost.org/boost.png;LH:86;AH:center;GL:0;S:http://www.boost.org;AWFID:9b83d16ce652ed5a;" />
                             <input type="hidden" name="sa" value=
                            "Google Search" /> <input type="hidden" name=
                            "domains" value=
                            "www.boost.org;lists.boost.org" /></p>
                          </form>
                        </div>
                      </div>

                      <div class="clear"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

            <div class="clear"></div>
          </div>

          <div class="section" id="participation">
            <h2><a name="Membership" id="Membership"></a>Participation</h2>

            <div class="section-body">
              <div class="section-body-0">
                <div class="section-body-1">
                  <p>Although Boost was begun by members of the C++ Standards
                  Committee Library Working Group, participation has expanded
                  to include thousands of programmers from the C++ community
                  at large.</p>

                  <p>If you are interested in participating in Boost, please
                  join our main <a href=
                  "more/mailing_lists.htm#main">developers mailing list</a>.
                  Discussions are highly technical, and list members are
                  encouraged to participate in formal reviews of proposed
                  libraries. There is also a <a href=
                  "more/mailing_lists.htm#users">users mailing list</a>, and
                  several <a href="more/mailing_lists.htm#projects">project
                  specific lists</a>.</p>

                  <p>Both the main Boost developers list and the users list
                  are also accessible as <a href=
                  "more/mailing_lists.htm">newsgroups</a>.</p>
                </div>
              </div>
            </div>

            <div class="sidebar" id="participation-sidebar">
              <div class="sidebar-0">
                <div class="sidebar-1">
                  <div class="sidebar-2">
                    <div class="sidebar-3">
                      <div class="sidecell" id="groups">
                        <div class="sidecell-0">
                          <h4>Groups</h4>

                          <ul>
                            <li><a href="more/mailing_lists.htm#main">Boost
                            (Developers)</a></li>

                            <li><a href="more/mailing_lists.htm#users">Boost
                            Users</a></li>

                            <li><a href=
                            "more/mailing_lists.htm#announce">Announcements</a></li>

                            <li><a href=
                            "more/mailing_lists.htm#interest">Boost General
                            Interest</a></li>

                            <li><a href=
                            "more/mailing_lists.htm#projects">Project-Specific</a></li>

                            <li><a href=
                            "more/discussion_policy.htm">Discussion
                            Policy</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="contribute">
                        <div class="sidecell-0">
                          <h4>Contribute</h4>

                          <ul>
                            <li><a href=
                            "more/formal_review_process.htm">Formal
                            Reviews</a></li>

                            <li><a href=
                            "more/formal_review_schedule.html">Review
                            Schedule</a></li>

                            <li><a href=
                            "more/lib_guide.htm#Requirements">Requirements</a></li>

                            <li><a href=
                            "more/lib_guide.htm#Guidelines">Guidelines</a></li>

                            <li><a href=
                            "more/submission_process.htm">Submissions</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="clear"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

            <div class="clear"></div>
          </div>

          <div class="section" id="news">
            <h2>Latest News</h2>

            <div class="section-body">
              <div class="section-body-0">
                <div class="section-body-1">
                  <h3>??? - Version 1.33.0</h3>

                  <h4>New Libraries</h4>

                  <ul>
                    <li><span class="library"><a href=
                    "libs/iostreams/doc/index.html">iostreams</a>:</span>
                    Framework for defining streams, stream buffers and i/o
                    filters, from Jonathan Turkanis.</li>

                    <li><span class="library"><a href=
                    "libs/functional/hash/index.html">functional/hash</a>:</span>
                    A TR1 hash function object that can be extended to hash
                    user defined types, from Daniel James.</li>

                    <li><span class="library"><a href=
                    "libs/ptr_container/index.html">Pointer Container
                    Library</a>:</span> Containers for storing heap-allocated
                    polymorphic objects to ease OO-programming, from Thorsten
                    Ottosen.</li>

                    <li><span class="library"><a href=
                    "libs/wave/index.html">Wave</a>:</span> Standards
                    conformant implementation of the mandated C99/C++
                    preprocessor functionality packed behind an easy to use
                    iterator interface, from Hartmut&nbsp;Kaiser.</li>
                  </ul>

                  <h4>Updated Libraries</h4>

                  <ul>
                    <li><span class="library"><a href=
                    "libs/assign/doc/index.html">Assignment
                    Library</a>:</span> Support for <a href=
                    "libs/ptr_container/index.html">Pointer Container
                    Library</a> and new efficient functions
                    <code>ref_list_of()</code> and
                    <code>cref_list_of()</code> for generating anonymous
                    ranges.</li>

                    <li>
                      <span class="library"><a href=
                      "doc/html/date_time.html">Date-Time Library</a>:</span>

                      <ul>
                        <li>Added <a href=
                        "doc/html/date_time/local_time.html">local time and
                        time zone classes</a>.</li>

                        <li>Added <a href=
                        "doc/html/date_time/date_time_io.html">format-based
                        Input/Output facets</a>.</li>

                        <li>For a complete list of changes, see the library
                        <a href=
                        "doc/html/date_time/details.html#date_time.changes">change
                        history</a>.</li>
                      </ul>
                    </li>

                    <li>
                      <span class="library"><a href=
                      "libs/graph/doc/index.html">Graph Library</a>:</span>
                      Introduced several new algorithms and improved existing
                      algorithms:

                      <ul>
                        <li><a href="libs/graph/doc/python.html">Experimenta
                        l Python bindings</a>, from Doug Gregor and Indiana
                        University.</li>

                        <li><a href=
                        "libs/graph/doc/floyd_warshall_shortest.html"><tt>floyd
                        warshall all pairs shortest paths</tt></a>, from
                        Lauren Foutz and Scott Hill.</li>

                        <li><a href=
                        "libs/graph/doc/astar_search.html"><tt>astar
                        search</tt></a>, from Kristopher Beevers and Jufeng
                        Peng.</li>

                        <li><a href=
                        "libs/graph/doc/fruchterman_reingold.html"><tt>fruchterman
                        reingold force directed layout</tt></a>, from Doug
                        Gregor and Indiana University.</li>

                        <li><a href=
                        "libs/graph/doc/biconnected_components.html"><tt>biconnected
                        components</tt> and <tt>articulation points</tt></a>,
                        from Jeremy Siek, Janusz Piwowarski, and Doug
                        Gregor.</li>

                        <li><a href=
                        "libs/graph/doc/sequential_vertex_coloring.html"><tt>sequential
                        vertex coloring</tt></a> has been updated, tested,
                        and documented.</li>

                        <li><a href=
                        "libs/graph/doc/gursoy_atun_layout.html"><tt>gursoy
                        atun layout</tt></a>, from Jeremiah Willcock and Doug
                        Gregor of Indiana University.</li>

                        <li><a href=
                        "libs/graph/doc/king_ordering.html"><tt>king
                        ordering</tt></a>, from D. Kevin McGrath of Indiana
                        University.</li>

                        <li><a href=
                        "libs/graph/doc/cuthill_mckee_ordering.html"><tt>cuthill
                        mckee ordering</tt></a> has been recast as an
                        invocation of <tt>breadth first search</tt> and now
                        supports graphs with multiple components.</li>

                        <li><a href=
                        "libs/graph/doc/dijkstra_shortest_paths.html"><tt>dijkstra
                        shortest paths</tt></a> now uses a relaxed
                        heap&nbsp;[<a href=
                        "libs/graph/doc/bibliography.html#driscoll88">61</a>]
                        as its priority queue, improving its complexity to
                        <em>O(V log V)</em> and improving real-world
                        performance for larger graphs.</li>

                        <li><a href=
                        "libs/graph/doc/read_graphviz.html"><code>read
                        graphviz</code></a> now has a new, Spirit-based
                        parser that works for all graph types and supports
                        arbitrary properties on the graph, from Ron Garcia.
                        The old, Bison-based GraphViz reader has been
                        deprecated and will be removed in a future Boost
                        release. <a href=
                        "libs/graph/doc/write-graphviz.html"><code>write
                        graphviz</code></a> also supports dynamic
                        properties.</li>

                        <li>See the <a href=
                        "libs/graph/doc/history.html#by-version">history</a>
                        for additional changes and bug fixes.</li>
                      </ul>
                    </li>

                    <li>
                      <span class="library"><a href=
                      "libs/multi_index/doc/index.html">Multi-index
                      Containers Library</a>:</span>

                      <ul>
                        <li>New <a href=
                        "libs/multi_index/doc/advanced_topics.html#hashed_indices">
                        hashed indices</a>.</li>

                        <li>Added <a href=
                        "libs/multi_index/doc/advanced_topics.html#serialization">
                        serialization support</a>.</li>

                        <li>For a complete list of changes, see the library
                        <a href=
                        "libs/multi_index/doc/release_notes.html">release
                        notes</a>.</li>
                      </ul>
                    </li>

                    <li><span class="library"><a href=
                    "libs/property_map/property_map.html">Property Map
                    Library</a>:</span> Introduced the <a href=
                    "libs/property_map/doc/dynamic_property_map.html"><code>dynamic
                    properties</code></a> class, which provides
                    dynamically-typed access to a set of property maps.</li>

                    <li><span class="library"><a href=
                    "libs/range/index.html">Range Library</a>:</span> Minor
                    addition of convenience functions to <code>iterator
                    range</code> like <code>front(), back()</code> and
                    <code>operator[]()</code>.</li>

                    <li>
                      <span class="library"><a href=
                      "libs/regex/index.html">Regex Library</a>:</span>

                      <ul>
                        <li>Rewritten front end parser now supports
                        (?imsx-imsx) constructs, plus lookbehind assertions
                        and conditional expressions.</li>

                        <li>Thin wrapper classes improve integration with
                        MFC/ATL code.</li>

                        <li>Full (optional) Unicode support via the ICU
                        library.</li>
                      </ul>Refer to the <a href=
                      "libs/regex/doc/history.html">regex history page</a>
                      for more information on these and other small changes.
                    </li>

                    <li><span class="library"><a href=
                    "doc/html/signals.html">Signals Library</a>:</span> added
                    slot blocking/unblocking, from Frantz Maerten. Huge
                    improvements to signal invocation performance from Robert
                    Zeh.</li>
                  </ul>

                  <h4>Acknowledgements</h4>

                  <p><img src="more/boost_1_33_0.jpg" width="128" height=
                  "118" alt="Medieval Mr. Gregor" class=
                  "left-inset" /><a href="../people/doug_gregor.htm">Douglas
                  Gregor</a> managed this release.</p>
                </div>
              </div>
            </div>

            <div class="sidebar" id="resources-sidebar">
              <div class="sidebar-0">
                <div class="sidebar-1">
                  <div class="sidebar-2">
                    <div class="sidebar-3">
                      <div class="sidecell" id="support">
                        <div class="sidecell-0">
                          <h4>Support</h4>

                          <ul>
                            <li><a href="more/faq.htm">FAQ</a></li>

                            <li><a href=
                            "http://sourceforge.net/tracker/?group_id=7586">Request
                            Support</a></li>

                            <li><a href="more/bugs.htm">Report Bugs</a></li>

                            <li><a href=
                            "more/requesting_new_features.htm">Suggest
                            Features</a></li>

                            <li><a href=
                            "more/links.htm#Commercial%20Support">Commercial
                            Support</a></li>

                            <li><a href="more/mailing_lists.htm">Mailing
                            Lists</a></li>

                            <li><a href="more/version_history.html">Version
                            History</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="other">
                        <div class="sidecell-0">
                          <h4>Other Resources</h4>

                          <ul>
                            <li><a href=
                            "http://boost-sandbox.sourceforge.net/vault/">Sandbox
                            Files</a></li>

                            <li><a href=
                            "http://www.yahoogroups.com/files/boost/">Files
                            (Members)</a></li>

                            <li><a href="more/getting_started.html#CVS">Main
                            CVS</a></li>

                            <li><a href=
                            "more/mailing_lists.htm#sandbox">Sandbox
                            CVS</a></li>

                            <li><a href="tools/index.html">Tools</a></li>

                            <li><a href="people/people.htm">People</a></li>

                            <li><a href=
                            "doc/html/who_s_using_boost_.html">Who's Using
                            Boost?</a></li>

                            <li><a href=
                            "more/moderators.html">Moderators</a></li>

                            <li><a href="more/index.htm">More Boost</a></li>

                            <li><a href="more/links.htm#cpp">More
                            C++</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="official">
                        <div class="sidecell-0">
                          <h4>Official Branch Sites</h4>

                          <ul>
                            <li><a href=
                            "http://spirit.sourceforge.net/">Spirit</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="sidecell" id="unofficial">
                        <div class="sidecell-0">
                          <h4>Unofficial Branch Sites</h4>

                          <ul>
                            <li><a href=
                            "http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
                            Wiki</a></li>

                            <li><a href="http://boost.c-view.org">Chinese
                            mirror</a></li>
                          </ul>
                        </div>
                      </div>

                      <div class="clear"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

            <div class="sidebar" id="footer-sidebar">
              <div class="sidebar-0">
                <div class="sidebar-1">
                  <div class="sidebar-2">
                    <div class="sidebar-3">
                      <div class="sidecell" id="footer">
                        <div class="sidecell-0">
                          <div id="revised">
                            <p>Revised 
                            <!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
                             <!-- #BeginDate format:Sw1 -->8 May, 2005
                            <!-- #EndDate -->
                             
                            <!--webbot bot="Timestamp" endspan i-checksum="40407" --></p>
                          </div>

                          <div id="copyright">
                            <p>Copyright Beman Dawes, David Abrahams,
                            1998-2003.</p>

                            <p>Copyright Rene Rivera 2004-2005.</p>
                          </div>

                          <div id="license">
                            <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">www.boost.org/
                            LICENSE_1_0.txt</a>)</p>
                          </div>

                          <div id="banners">
                            <p><a href=
                            "http://validator.w3.org/check?uri=referer"><img class="c1"
                            src="more/w3c_valid_xhtml10.png" alt=
                            "Valid XHTML 1.0!" /></a></p>

                            <p><a href=
                            "http://jigsaw.w3.org/css-validator/check/referer">
                            <img class="c1" src="more/w3c_valid_css.png" alt=
                            "Valid CSS!" /></a></p>

                            <p><a href="http://sourceforge.net"><img class=
                            "c1" src=
                            "http://sourceforge.net/sflogo.php?group_id=7586&amp;type=1"
                            alt="SourceForge.net" /></a></p>
                          </div>
                        </div>
                      </div>

                      <div class="clear"></div>
                    </div>
                  </div>
                </div>
              </div>
            </div>

            <div class="clear"></div>
          </div>
        </div>

        <div class="clear"></div>

        <div id="d4"></div>

        <div id="d5"></div>

        <div id="d6"></div>

        <div id="d7"></div>
      </div>
    </div>
  </div>
</body>
</html>