/[Apache-SVN]/stdcxx/site/index.html
ViewVC logotype

Contents of /stdcxx/site/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 774528 - (hide annotations)
Wed May 13 20:57:12 2009 UTC (6 months, 1 week ago) by sebor
File MIME type: text/html
File size: 56007 byte(s)
2009-05-13  Martin Sebor  <sebor@apache.org>

	* index.html (Committers): Removed my affiliation with Rogue Wave.
1 sebor 225558 <!DOCTYPE HTML PUBLIC
2     "-//W3C//DTD HTML 4.01 Transitional//EN"
3     "http://www.w3.org/TR/html4/loose.dtd">
4     <html>
5     <head>
6     <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
7     <title>Apache C++ Standard Library</title>
8     <link type="text/css" href="basic.css" rel="stylesheet">
9     <link rel="shortcut icon" href="">
10     </head>
11 sebor 219774
12 sebor 225558 <div id="top">
13 sebor 314951
14 sebor 225558 <!-- breadcrumbs -->
15     <div class="breadtrail">
16 sebor 264010 <a href="http://apache.org/">Apache</a> &gt;
17 sebor 613305 <a href="http://stdcxx.apache.org/">stdcxx</a>
18 sebor 225558 </div>
19 sebor 314951
20 sebor 225558 <div class="header">
21     <div class="grouplogo">
22 sebor 613305 <a href="http://stdcxx.apache.org/">
23 sebor 225558 <img class="logoImage"
24     alt="Apache Incubator"
25 sebor 613305 title="The Apache C++ Standard Library"
26     src="images/stdcxx.png"
27 sebor 225855 border="0" >
28 sebor 225558 </a>
29     </div>
30     <div class="searchbox">
31     <form action="http://www.google.com/search"
32     method="get"
33     class="roundtopsmall">
34     <input value="apache.org" name="sitesearch" type="hidden">
35     <input value="" size="25" name="q" id="query" type="text">&nbsp;
36     <input name="Search" value="Search" type="submit">
37     </form>
38     </div>
39 sebor 314951
40 sebor 225558 <ul id="tabs">
41     <li class="current">
42     <a class="base-selected" href="index.html">stdcxx</a>
43     </li>
44     </ul>
45     </div>
46     </div> <!-- top -->
47 sebor 219774
48 sebor 225558 <div id="main">
49     <div id="publishedStrip">
50 wrowe 611467 <a href="http://svn.apache.org/viewvc/stdcxx/site/index.html">
51 sebor 417547 Last Modified</a>: $Date$
52 sebor 225558 </div>
53     <div class="breadtrail">
54     &nbsp;
55     </div>
56    
57     <!-- left hand navigation -->
58     <div id="menu">
59 sebor 314951
60 sebor 225558 <div class="menupage">
61 sebor 225855
62 sebor 227275 <div id="menu_selected_1.1"
63     class="selectedmenuitemgroup"
64     style="display: block;">
65     <div class="menupage">
66     <div class="menupagetitle">stdcxx</div>
67     </div>
68     </div>
69    
70 sebor 225558 <div class="menuitem">
71 sebor 314951
72 sebor 289352 <a title="View the incubation status page"
73     href="http://incubator.apache.org/projects/stdcxx.html">
74 sebor 225855 Status
75     </a>
76 sebor 225558 </div>
77 sebor 289622
78 sebor 225558 <div class="menuitem">
79 sebor 289352 <a title="Learn how to download stdcxx"
80     href="download.html">
81 sebor 225855 Download
82     </a>
83 sebor 225558 </div>
84 sebor 289622
85 sebor 225558 <div class="menuitem">
86 sebor 289352 <a title="View the latest README in Subversion"
87 wrowe 611467 href="http://svn.apache.org/repos/asf/stdcxx/trunk/README">
88 sebor 225855 README
89     </a>
90 sebor 225558 </div>
91 sebor 289622
92 sebor 225558 <div class="menuitem">
93 sebor 289352 <a title="Read the Apache License, Version 2.0"
94     href="http://www.apache.org/licenses/LICENSE-2.0">
95 sebor 225855 License
96     </a>
97 sebor 314951
98 sebor 225558 </div>
99 sebor 289622
100 sebor 225558 <div class="menuitem">
101 sebor 289352 <a title="Learn how to file bugs against stdcxx"
102     href="bugs.html">
103 sebor 225855 Bugs
104     </a>
105 sebor 225558 </div>
106 sebor 289622
107 sebor 225558 <div class="menuitem">
108 sebor 525658 <a title="View the latest Class Reference"
109     href="doc/stdlibref/index.html">
110 sebor 225855 Class Reference
111     </a>
112 sebor 225558 </div>
113 sebor 289622
114 sebor 225558 <div class="menuitem">
115 sebor 525658 <a title="View the latest User Guide"
116     href="doc/stdlibug/index.html">
117 sebor 225855 User Guide
118     </a>
119 sebor 225558 </div>
120 sebor 289622
121 sebor 225855 <div class="menuitem">
122 sebor 289352 <a title="View the Design and Style Document"
123     href="#">
124 sebor 225855 Design and Style Document
125     </a>
126     </div>
127    
128 sebor 225558 </div> <!-- menupage -->
129     <div id="roundbottom">
130     <img style="display: none" class="corner" height="15" width="15"
131     alt="" src="images/rc-b-l-15-1body-2menu-3menu.png">
132     </div>
133 sebor 314951
134 sebor 225558 </div> <!-- menu -->
135     </div> <!-- main -->
136    
137     <!--start main content-->
138     <div id="content">
139 sebor 613305 <h1>Apache C++ Standard Library (STDCXX)</h1>
140 sebor 225558 <div id="minitoc-area">
141     <ul class="minitoc">
142 sebor 314951
143 sebor 613305 <li><a href="#what_is">What is The Apache C++ Standard Library?</a></li>
144 sebor 314951 <li><a href="#objectives">Objectives</a></li>
145 sebor 315069 <li><a href="#news">Project News</a></li>
146 sebor 314951 <li><a href="#platforms">Platforms</a></li>
147 sebor 225558 <li><a href="#status">Project Status</a></li>
148 sebor 314951 <li><a href="#users">Users</a></li>
149     <li><a href="#contributors">Contributors</a></li>
150 sebor 264010 <li><a href="#committers">Committers</a></li>
151 sebor 613202 <li><a href="#pmc">PMC</a></li>
152 sebor 567326 <li><a href="#communication">Communication</a></li>
153 sebor 314951 <li><a href="#lists">Mailing Lists</a></li>
154 sebor 315069 <li><a href="#references">References</a></li>
155 sebor 314951
156 sebor 225558 </ul>
157     </div>
158    
159 sebor 264010 <!-- section ================================================= -->
160 sebor 225558 <a name="what_is"></a>
161 sebor 613305 <h2 class="boxed">What is the Apache C++ Standard Library?</h2>
162 sebor 225558 <div class="section">
163     <p>
164    
165 sebor 613305 The Apache C++ Standard Library project (code name stdcxx, pronounced
166     "standard C++ library", <u>not</u> S-T-D-C-X-X) is a collection of
167     algorithms, containers, iterators, and other fundamental components
168     of every piece of software, implemented as C++ classes, templates,
169     and functions essential for writing C++ programs.
170 sebor 225558
171 sebor 314951 </p>
172 sebor 225558 <p>
173    
174 sebor 613305 The goal of the Apache C++ Standard Library is to provide a free
175     implementation of the ISO/IEC 14882 international standard for C++
176     that enables source code portability and consistent behavior of
177 sebor 314951 programs across all major hardware implementations, operating systems,
178     and compilers, open source and commercial alike. An additional goal is
179     to achieve maximum implementation efficiency on each platform by
180     taking advantage of platform-specific high-performance facilities and
181     features which are often unique to the type of hardware, the operating
182     system or the compiler.
183 sebor 225558
184 sebor 314951 </p>
185     <p>
186    
187     As the starting point for future efforts, in summer 2005 <a
188     class="external" href="http://www.roguewave.com/">Rogue Wave
189     Software</a> has contributed its commercial implementation of the C++
190     Standard Library to the Apache stdcxx project, a proven code base that
191     has been shipping for over a decade and is among the most widely used
192     cross-platform implementations of the library.
193    
194 sebor 225558 </p>
195     <p>
196    
197 sebor 314951 The key features of the stdcxx project at the time of submission
198     include:
199 sebor 225558
200 sebor 314951 <ul>
201     <li>
202    
203     Full conformance to the C++ standard
204    
205     </li>
206     <li>
207    
208     Complete implementation of the localization library independent of the
209     underlying operating system, including a large set of locale
210     definition files, character set description files, and utility
211     programs to process these files and generate locale databases
212    
213     </li>
214     <li>
215    
216     User control over strict or permissive conformance checking
217    
218     </li>
219     <li>
220    
221     Thread-safe implementation of strings, iostreams, and locales
222    
223     </li>
224     <li>
225    
226     Reference counted <code>basic_string</code> implementation using
227     atomic locking with the ability to switch to a non-reference counted
228     implementation
229    
230     </li>
231     <li>
232    
233     Excellent runtime performance
234    
235     </li>
236     <li>
237    
238     Optimized for fast compiles and extremely small executable file sizes
239    
240     </li>
241     <li>
242    
243     Portable to and fully tested on a large set of operating systems,
244     including AIX, HP-UX, Linux, Solaris, Windows, etc.
245    
246     </li>
247     <li>
248    
249     Portable to most leading commercial as well as open source compilers
250    
251     </li>
252     <li>
253    
254     Debugging facilities such as safe iterators, precondition and
255     postcondition checking, and the ability to generate stack traces
256    
257     </li>
258     <li>
259    
260     Fully documented configuration and build infrastructure
261    
262     </li>
263     <li>
264    
265     Thorough, well-maintained documentation
266    
267     </li>
268     <li>
269    
270     Ten years of deployment in the world's most critical enterprise systems
271    
272     </li>
273     </ul>
274 sebor 225558 </p>
275     </div> <!-- section -->
276    
277 sebor 264010 <!-- section ================================================= -->
278 sebor 314951 <a name="objectives"></a>
279     <h2 class="boxed">Objectives</h2>
280 sebor 225558 <div class="section">
281     <p>
282    
283 sebor 314951 The long-term objectives of the project include:
284 sebor 225558
285     </p>
286 sebor 314951 <ul>
287     <li>
288    
289     <b>Standards Conformance</b>. Continue to closely track the C++
290     Standard, as well as any other relevant standards.
291    
292     </li>
293     <li>
294    
295     <b>Portablity</b>. Continue to provide support for a broad set of
296     platforms (C++ compilers, operating systems, and hardware
297     architectures).
298    
299     </li>
300     <li>
301    
302     <b>Quality of Implementation</b>. Maintain the current high quality of
303     implementation, which has come to be expected of all Apache projects.
304     This ranges from high runtime efficiency to high space efficiency, to
305     high portability of data (in areas such as localization and
306     internationalization which are typically not specified by the C++ or C
307     standards), to facilitating the portability of program source code.
308    
309     </li>
310     </ul>
311     </div> <!-- section -->
312    
313     <!-- section ================================================= -->
314 sebor 315069 <a name="news"></a>
315     <h2 class="boxed">Project News</h2>
316     <div class="section">
317     <p>
318     <ul>
319 sebor 374180 <li>
320 sebor 315069
321 sebor 681805 5/1/2008 STDCXX 4.2.1 released.
322    
323     </li>
324     <li>
325    
326 sebor 613199 12/14/2007 STDCXX graduates from the Incubator and becomes
327     a Top Level Project.
328    
329     </li>
330     <li>
331    
332 vitek 611253 11/29/2007 STDCXX community adds a new committer, Travis Vitek.
333    
334     </li>
335     <li>
336    
337 sebor 598057 10/29/2007 With the <a
338 sebor 589727 href="http://www.nabble.com/-VOTE-RESULT--approve-stdcxx-4.2.0-release-p13469149.html">approval</a>
339     of the Incubator PMC, STDCXX 4.2.0 was released.
340    
341     </li>
342     <li>
343    
344 sebor 585521 10/16/2007 Proposal to graduate STDCXX to a Top Level Project
345     passes the Incubator PMC <a class="external" href="http://www.nabble.com/-VOTE--graduate-stdcxx-to-TLP-tf4611022.html">vote</a>.
346    
347     </li>
348     <li>
349    
350 sebor 573021 9/5/2007 STDCXX community adds two new committers, Eric (Brad)
351     Lemings and Mark Brown.
352    
353     </li>
354     <li>
355    
356     10/11/2006 STDCXX community adds a new committer, Andrew Black.
357    
358     </li>
359     <li>
360    
361 sebor 569906 8/26/2007 Started tracking project metrics at <a class="external" href="http://www.ohloh.net">www.ohloh.net</a> under <a class="external" href="http://www.ohloh.net/projects/7983">Apache C++ Standard Library</a>.
362    
363     </li>
364     <li>
365    
366 sebor 614727 6/1/2007 Started tracking site visitation at <a class="external" href="http://analytics.google.com/">Google Analytics</a> under <a class="external" href="https://www.google.com/analytics/reporting/dashboard?id=3205802">stdcxx</a>. Send an email from your <a class="external" href="http://mail.google.com">Google Mail</a> account to <a href="mailto:dev&#64;stdcxx.apache.org">dev</a> to request access to the account.
367 sebor 569906
368     </li>
369     <li>
370    
371 sebor 522577 3/26/2007 Tim Triemstra joins the PPMC.
372    
373     </li>
374     <li>
375    
376     2/13/2007 Andrew Black and Farid Zaripov join the PPMC.
377    
378     </li>
379     <li>
380    
381 sebor 502665 10/11/2006 STDCXX community adds a new committer, Andrew Black.
382    
383     </li>
384     <li>
385    
386     8/10/2006 STDCXX community adds a new committer, Farid Zaripov.
387    
388     </li>
389    
390     <li>
391    
392 sebor 374180 1/30/2006 With the <a
393     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200601.mbox/%3c43DEC03F.3030601@roguewave.com%3e">approval</a>
394 sebor 417247 of the Incubator PMC, STDCXX 4.1.3 was released.
395 sebor 374180
396     </li>
397 sebor 315069 <li>
398    
399 sebor 374180 1/13/2006 STDCXX community adds a new committer, Anton Pevtsov.
400    
401     </li>
402     <li>
403    
404 sebor 367464 11/25/2005 Windows configuration and build infarstructure
405     <a
406     href="http://svn.apache.org/viewcvs.cgi?rev=349027&view=rev">committed</a>
407     to Subversion (<a
408     href="http://issues.apache.org/jira/browse/stdcxx-5">stdcxx-5</a>).
409    
410     </li>
411     <li>
412    
413 sebor 315069 9/16/2005 The first <a
414 wrowe 611467 href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">snapshot</a>
415 sebor 315069 of stdcxx 4.1.2 has been published.
416    
417     </li>
418     <li>
419    
420     9/5/2005 The test suite driver <a
421     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/tests/?rev=278837">committed</a>
422 sebor 367464 to Subversion (<a
423 sebor 315069 href="http://issues.apache.org/jira/browse/stdcxx-3">stdcxx-3</a>).
424    
425     </li>
426     <li>
427    
428     9/1/2005 A <a
429     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430E39CD.7040501@roguewave.com%3e">proposal</a>
430     to publish the first stdcxx snapshot on the stdcxx Web
431     site has passed the community <a
432     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>.
433    
434     </li>
435     <li>
436    
437     8/28/2005 The process of downloading stdcxx files
438     documented on the <a
439     href="http://incubator.apache.org/stdcxx/download.html">Download</a>
440     page. (See <a
441     href="http://issues.apache.org/jira/browse/stdcxx-17">stdcxx-17</a>).
442    
443     </li>
444     <li>
445    
446     8/01/2005 The process of reporting bugs in the stdcxx <a
447     href="http://issues.apache.org/jira/browse/stdcxx">bug
448     tracking database</a> documented and published on the <a
449     href="http://incubator.apache.org/stdcxx/bugs.html">Bugs</a>
450    
451     page. (See <a
452     href="http://issues.apache.org/jira/browse/stdcxx-9">stdcxx-9</a>.)
453    
454     </li>
455     <li>
456    
457     7/19/2005 stdcxx <a
458     href="http://incubator.apache.org/stdcxx"> project
459     page</a> <a
460     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/site/?rev=225558">committed</a>
461 sebor 367464 to Subversion. The project <a
462 sebor 315069 href="http://incubator.apache.org/projects/stdcxx.html">
463     status page</a> <a
464     href="http://svn.apache.org/viewcvs.cgi?rev=219733&view=rev">committed</a>
465 sebor 367464 to Subversion.
466 sebor 315069
467     </li>
468     <li>
469    
470 wrowe 611467 7/18/2005 stdcxx sources and documentation <a href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/?rev=219596">committed</a>
471 sebor 367464 Subversion</a>.
472 sebor 315069
473     </li>
474     <li>
475    
476     5/19/2005 stdcxx project <a
477     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473785@dfwmail.quovadx.com%3e">
478     accepted</a> for incubation.
479    
480     </li>
481     <li>
482    
483     5/13/2005 stdcxx project <a
484     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473747@dfwmail.quovadx.com%3e">
485     proposal</a> submitted to the Incubator <a
486     href="mailto:general&#64;incubator&#46;apache&#46;org">mailing
487     list</a>.
488    
489     </li>
490     </ul>
491     </p>
492     </div> <!-- section -->
493    
494     <!-- section ================================================= -->
495 sebor 314951 <a name="platforms"></a>
496     <h2 class="boxed">Platforms</h2>
497     <div class="section">
498     <p>
499    
500     A key stdcxx objective is to facilitate the portability of C++
501     programs to as many platforms (hardware architectures, operating
502     systems, and compilers) as practical. It is envisaged that the set of
503     platforms will evolve and grow as the project attracts contributors.
504    
505     </p>
506     <p>
507    
508     The project sources initially committed to the Subversion repository
509     (revision <a
510     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596">219596</a>)
511     are based on Rogue Wave C++ Standard Library version 4.1.0. The list
512     of platforms to which this version of the project was ported (but
513     which is expected to grow as the stdcxx project evolves) is:
514    
515     <div class="section">
516     <table class="ForrestTable" cellspacing="1" cellpadding="4">
517     <tbody>
518    
519     <tr>
520     <th>compiler</th>
521     <th>operating system</th>
522 sebor 417547 <th>processor/architecture</th>
523 sebor 314951 </tr>
524    
525     <tr>
526     <td>
527     <a class="external" href="http://www.comeaucomputing.com">
528     Comeau C++</a> 4.2.4 or later
529     </td>
530     <td>Solaris 7 or later</td>
531 sebor 417247 <td><a class="external" title="Sun UltraSPARC processors"
532     href="http://www.sun.com/processors/">UltraSPARC</a></td>
533 sebor 314951 </tr>
534    
535     <tr>
536     <td>
537     <a class="external"
538     href="http://h30097.www3.hp.com/cplus/">
539     Compaq C++</a> 6.3 or later
540     </td>
541 sebor 417247 <td><a class="external" href="http://h30097.www3.hp.com/">Tru64 UNIX</a></td>
542 sebor 314951 <td>Alpha</td>
543     </tr>
544    
545     <tr>
546     <td>
547     <a class="external" href="http://www.edg.com/cpp.html">
548     EDG eccp</a> 2.45.2 or later
549     </td>
550     <td>Linux, Solaris 7 or later</td>
551 sebor 417247 <td>x86,
552     <a class="external" title="Sun UltraSPARC processors"
553     href="http://www.sun.com/processors/">UltraSPARC</a></td>
554 sebor 314951 </tr>
555    
556 sebor 417247 <td>
557     <a class="external" href="http://gcc.gnu.org">
558     GNU gcc</a> 2.95.2 or later
559     </td>
560     <td>
561     AIX,
562     <a class="external" href="http://www.cygwin.com/">
563     Cygwin</a>,
564     HP-UX, Linux,
565     <a class="external" title="Microsoft Services for UNIX"
566     href="http://www.microsoft.com/technet/interopmigration/unix/sfu/">
567     SFU</a>,
568     Solaris
569     </td>
570     <td></td>
571    
572     </tr>
573    
574 sebor 314951 <tr>
575     <td>
576     <a class="external"
577     href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1740,00.html">
578     HP aC++</a> 3.33 or later
579     </td>
580 sebor 417247 <td>
581     <a class="external"
582     href="http://docs.hp.com/en/oshpux11.0.html">
583     HP-UX 11.00</a>,
584     <a class="external" title="HP-UX 11.11"
585     href="http://docs.hp.com/en/oshpux11i.html">
586     HP-UX 11i</a>
587     <a class="external" title="HP-UX 11.23"
588     href="http://docs.hp.com/en/oshpux11iv2.html">
589     HP-UX 11i v2</a>
590     </td>
591 sebor 314951 <td>PA-RISC</td>
592     </tr>
593    
594     <tr>
595     <td>HP aC++ 5.50 or later</td>
596 sebor 417247 <td>
597     <a class="external" title="HP-UX 11.20"
598     href="http://docs.hp.com/en/hpuxos11iv1.5.html">
599     HP-UX 11i v1.5
600     </a>,
601     <a class="external" title="HP-UX 11.22"
602     href="http://docs.hp.com/en/oshpux11iv1.6.html">
603     HP-UX 11i v1.6
604     </a>
605     <a class="external" title="HP-UX 11.23"
606     href="http://docs.hp.com/en/oshpux11iv2.html">
607     HP-UX 11i v2</a>
608     </td>
609 sebor 417547 <td>
610     <a class="external" title="Itanium Processor Family"
611     href="http://www.intel.com/products/processor/itanium2/">
612     IPF</a>
613     </td>
614 sebor 314951 </tr>
615    
616     <tr>
617     <td>
618     <a class="external"
619     href="http://www-306.ibm.com/software/awdtools/vacpp/">
620     IBM VisualAge C++</a> 5.0 or later
621     </td>
622 sebor 417247 <td>
623     <a class="external"
624     href="http://www-03.ibm.com/servers/aix/os/index.html">
625     AIX</a> 4.3.3 or later
626     </td>
627     <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
628 sebor 314951 </tr>
629    
630     <tr>
631     <td>
632     <a class="external"
633     href="http://www-306.ibm.com/software/awdtools/xlcpp">
634     IBM XL C/C++</a> 7.0 or later
635     </td>
636 sebor 417247 <td><a href="http://www-03.ibm.com/servers/aix/os/index.html">AIX</a> 5.2 or later, Linux</td>
637     <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
638 sebor 314951 </tr>
639    
640     <tr>
641     <td>
642     <a class="external"
643     href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/clin/index.htm">
644     Intel C++</a> 7.0 or later
645     </td>
646    
647     <td>Linux, Windows NT or later</td>
648 sebor 417247 <td>x86,
649 sebor 417547 <a class="external"
650     href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9331,00.html">
651     AMD64
652     </a>,
653     <a class="external"
654     href="http://www.intel.com/technology/64bitextensions/">
655     EM64T</a>,
656     <a class="external" title="Intel Itanium 2"
657     href="http://www.intel.com/products/processor/itanium2/">
658     IA64</a>
659     </td>
660 sebor 314951 </tr>
661    
662     <tr>
663     <td>
664     <a class="external"
665     href="http://www.sgi.com/products/software/irix/tools/mipspro.html">
666     SGI MIPSpro</a> 7.3 or later
667     </td>
668 sebor 417247 <td><a class="external" href="http://www.sgi.com/developers/technology/irix/">SGI IRIX</a></td>
669     <td><a class="external" href="http://www.mips.com/content/Products/ProductInfo/content_html/content/Products/Architecture">MIPS</a></td>
670 sebor 314951 </tr>
671    
672     <tr>
673     <td>
674     <a class="external"
675     href="http://msdn.microsoft.com/visualc/previous/vc6/default.aspx">
676 sebor 417247 Visual C++ 6.0</a>
677 sebor 314951 </td>
678     <td>Windows NT or later</td>
679     <td>x86</td>
680     </tr>
681    
682     <tr>
683     <td>
684     <a class="external"
685 sebor 417247 title="Visual C++ .NET 2002"
686 sebor 314951 href="http://msdn.microsoft.com/visualc/previous/2002/default.aspx">
687 sebor 417247 Visual C++ .NET 2002</a> (7.0)
688 sebor 314951 </td>
689     <td>Windows 2003 or later</td>
690 sebor 417547 <td>
691     <a class="external" title="Intel Itanium 2"
692     href="http://www.intel.com/products/processor/itanium2/">
693     IA64</a>
694     </td>
695 sebor 314951 </tr>
696    
697     <tr>
698     <td>
699 sebor 417247 <a class="external"
700     title="Visual C++ 2005"
701     href="http://msdn.microsoft.com/visualc/">
702     Visual C++ 2005</a> (8.0)
703     </td>
704     <td>Windows 2003 or later</td>
705 sebor 417547 <td>
706     <a class="external" title="Intel Itanium 2"
707     href="http://www.intel.com/products/processor/itanium2/">
708     IA64</a>
709     </td>
710 sebor 417247 </tr>
711    
712     <tr>
713     <td>
714 sebor 314951 <a title="Sun WorkShop 6 update 2"
715     class="external"
716     href="http://www.sun.com/software/sundev/previous/cplusplus/index.xml">
717     Sun C++ 5.3</a> or later
718     </td>
719     <td>Solaris 2.6 or later</td>
720 sebor 417247 <td><a class="external" title="Sun UltraSPARC processors"
721     href="http://www.sun.com/processors/">UltraSPARC</a></td>
722 sebor 314951 </tr>
723    
724     <tr>
725     <td>
726     <a title="Sun Studio 9"
727     class="external"
728     href="http://www.sun.com/software/products/studio/previous/9/index.xml">
729     Sun C++ 5.7</a> or later
730     </td>
731     <td>Solaris 10 or later</td>
732 sebor 417247 <td>x86, <a class="external" href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9331,00.html">AMD64</a>, <a class="external" href="http://www.intel.com/technology/64bitextensions/">EM64T</a></td>
733 sebor 314951 </tr>
734    
735     </tbody>
736     </table>
737     </div>
738     </p>
739 sebor 225558 </div> <!-- section -->
740    
741 sebor 264010 <!-- section ================================================= -->
742 sebor 314951 <a name="status"></a>
743     <h2 class="boxed">Project Status</h2>
744 sebor 225558 <div class="section">
745     <p>
746    
747 sebor 613199 Stdcxx status reports to the ASF Board of Directors are stored in the <a href="http://incubator.apache.org/stdcxx/status/">status/</a> subdirectory of the site.
748 sebor 225558
749     </p>
750 sebor 314951 </div> <!-- section -->
751 sebor 225558
752 sebor 314951 <!-- section ================================================= -->
753 sebor 315069 <a name="users"></a>
754 sebor 314951 <h2 class="boxed">Users</h2>
755     <div class="section">
756     <p>
757 sebor 225558
758 sebor 314951 Stdcxx <a
759     href="http://www.apache.org/foundation/glossary.html#User">Users</a>
760     are <a
761     href="http://www.apache.org/foundation/how-it-works.html#developers">Developers</a>
762     with read-only access, i.e., without <a
763     href="http://www.apache.org/foundation/glossary.html#CommitAccess">Commit
764     Access</a> to the stdcxx <a
765     href="http://www.apache.org/foundation/glossary.html#Codebase">Codebase</a>
766     who are using the project.
767 sebor 225558
768 sebor 314951 </p>
769 sebor 225558 <p>
770    
771 sebor 314951 The mailing list appropriate for discussions of using the stdcxx
772     project is <a
773 sebor 614727 href="mailto:user&#64;stdcxx&#46;apache&#46;org">user&#64;stdcxx&#46apache&#46;org</a>. This
774 sebor 314951 is an <a
775 sebor 614727 href="http://mail-archives.apache.org/mod_mbox/stdcxx-user/">archived</a>,
776 sebor 314951 moderated mailing list open to all subscribers. You may subscribe by
777     sending a blank email to <a
778 sebor 614727 href="mailto:user-subscribe&#64;stdcxx&#46;apache&#46;org">user-subscribe&#64;stdcxx&#46;apache&#46;org</a>. To obtain additional information about this list send a blank email to <a href="user-info&#64;stdcxx&#46;apache&#46;org">user-info&#64;stdcxx&#46;apache&#46;org</a>.
779 sebor 225558
780     </p>
781     </div> <!-- section -->
782    
783 sebor 264010 <!-- section ================================================= -->
784 sebor 315069 <a name="contributors"></a>
785 sebor 314951 <h2 class="boxed">Contributors</h2>
786 sebor 225558 <div class="section">
787 sebor 264010 <p>
788 sebor 225558
789 sebor 314951 Stdcxx <a
790     href="http://www.apache.org/foundation/glossary.html#Contributor">Contributors</a>
791     are Developers without commit (or write) access to the stdcxx codebase
792     who directly or otherwise make improvements to the project codebase,
793     including its Web pages. This includes but is not limited to
794     individuals who respond to questions on the project's mailing lists,
795     review and provide helpful feedback on patches or commits, submit,
796     provide helpful comments on, or triage bug reports, or contribute
797     useful patches of their own. Interested contributors may be voted to
798     become Committers after a period of valuable activity.
799 sebor 225558
800 sebor 264010 </p>
801 sebor 314951 <p>
802    
803 sebor 560044 Because Contributors have read but not write access to stdcxx code
804     repository, they can check stdcxx out and make changes to their local
805     copy of stdcxx files but they cannot check them back in. To get their
806     changes committed, they must follow the process for <a
807     href="bugs.html#patches">Submitting Patches</a>.
808    
809     </p>
810     <p>
811    
812 sebor 314951 The stdcxx community welcomes new contributors. If you are interested
813     in getting involved, the first thing to do after reading the project
814     Web pages is to subscribe to the <a
815 sebor 614727 href="mailto:dev&#64;stdcxx&#46;apache&#46;org">dev</a>
816 sebor 314951 mailing list and skimming the archives. If you're looking for ideas
817     for where your help might be needed, browse the bug database or simply
818     ask on the maling list.
819    
820     </p>
821 sebor 225558 </div> <!-- section -->
822    
823 sebor 264010 <!-- section ================================================= -->
824     <a name="committers"></a>
825     <h2 class="boxed">Committers</h2>
826     <div class="section">
827     <p>
828    
829 sebor 314951 Stdcxx <a
830 sebor 264010 href="http://www.apache.org/foundation/glossary.html#Committer">Committers</a>
831 sebor 314951 are Developers with commit (or write) access to the stdcxx codebase.
832 sebor 548569 For safe changes on trunk all stdcxx committers follow the <a
833     href="http://www.apache.org/foundation/glossary.html#CommitThenReview">Commit-Then-Review</a>
834     policy (CTR for short). For potentially unsafe changes or any changes
835     to branches all stdcxx committers follow the <a
836 sebor 265812 href="http://www.apache.org/foundation/glossary.html#ReviewThenCommit">Review-Then-Commit</a>
837 sebor 548569 policy (RTC for short). Whether a change is safe or not is a judgment
838     call that should be made after careful testing of the change on at
839     least two different platforms with two different compilers. The list
840     of current committers in alphabetical order is below:
841 sebor 264010
842 sebor 279079 <div class="section">
843     <table class="ForrestTable" cellspacing="1" cellpadding="4">
844     <tbody>
845     <tr>
846     <th>user id</th>
847     <th>name/email</th>
848 sebor 417247 <th>affiliation</th>
849 sebor 573021 <th>since</th>
850 sebor 279079 <th>comment</th>
851     </tr>
852    
853     <tr>
854 sebor 473136 <td>ablack</td>
855     <td>
856 sebor 569908 <a href="mailto:ablack&#64;roguewave.com">
857 sebor 473136 Andrew Black
858     </a>
859     </td>
860     <td>
861     <a class="external" href="http://www.roguewave.com">
862 sebor 570268 Rogue Wave Software, Inc.
863 sebor 473136 </a>
864     </td>
865 sebor 573021 <td>Oct 11, 2006</td>
866 sebor 473136 <td></td>
867     </tr>
868    
869     <tr>
870 sebor 693866 <td>mbrown</td>
871 sebor 573021 <td>
872     <a href="mailto:marg.g.brown&#64;gmail.com">
873 sebor 693866 Mark Brown
874 sebor 573021 </a>
875     </td>
876     <td></td>
877     <td>Sep 5, 2007</td>
878     <td></td>
879     </tr>
880    
881     <tr>
882 sebor 279079 <td>hbuelow</td>
883     <td>
884 sebor 569908 <a href="mailto:hbuelow&#64;gmail.com">
885 sebor 279079 Heidi Buelow
886     </a>
887     </td>
888     <td></td>
889 sebor 573021 <td>May 19, 2005</td>
890     <td>Emeritus</td>
891 sebor 279079 </tr>
892    
893     <tr>
894     <td>ldiduck</td>
895     <td>
896 sebor 569908 <a href="mailto:lancediduck&#64;nyc.rr.com">
897 sebor 279079 Lance Diduck
898     </a>
899     </td>
900 sebor 598057 <td></td>
901 sebor 573021 <td>May 19, 2005</td>
902 sebor 314951 <td></td>
903 sebor 279079 </tr>
904    
905     <tr>
906     <td>jhollis</td>
907     <td>
908 sebor 569908 <a href="mailto:jhollis&#64;roguewave.com">
909 sebor 279079 John Hollis
910     </a>
911     </td>
912 sebor 417547 <td>
913     <a class="external" href="http://www.roguewave.com">
914 sebor 570268 Rogue Wave Software, Inc.
915 sebor 417547 </a>
916     </td>
917 sebor 573021 <td>May 19, 2005</td>
918 sebor 570268 <td>Emeritus</td>
919 sebor 279079 </tr>
920    
921     <tr>
922     <td>ajindal</td>
923     <td>
924 sebor 569908 <a href="mailto:ajindal&#64;apache.org">
925 sebor 279079 Amit Jindal
926     </a>
927     </td>
928 sebor 417547 <td>
929 sebor 570268 <a class="external" href"http://www.aquevix.com/">
930     Aquevix, Ltd.</a>
931 sebor 417547 </td>
932 sebor 573021 <td>May 19, 2005</td>
933 sebor 279079 <td></td>
934     </tr>
935    
936     <tr>
937 sebor 693866 <td>elemings</td>
938 sebor 573021 <td>
939 sebor 681806 <a href="mailto:lemings&#64;apache.org">
940 sebor 585521 Eric (Brad) Lemings
941 sebor 573021 </a>
942     </td>
943 sebor 681806 <td><!-- affiliation --></td>
944 sebor 573021 <td>Sep 5, 2007</td>
945     <td></td>
946     </tr>
947    
948     <tr>
949 sebor 279079 <td>lnicoara</td>
950     <td>
951 lnicoara 675637 <a href="mailto:lnicoara&#64;apache.org">
952 sebor 279079 Liviu Nicoara
953     </a>
954     </td>
955 lnicoara 675637 <td></td>
956 sebor 573021 <td>May 19, 2005</td>
957 sebor 279079 <td></td>
958     </tr>
959    
960     <tr>
961     <td>rpalepu</td>
962     <td>
963 sebor 681806 <a href="mailto:palepu&#64;apache.org">
964 sebor 314951 Ravi Palepu
965 sebor 279079 </a>
966     </td>
967 sebor 681806 <td><!-- affiliation --></td>
968 sebor 573021 <td>May 19, 2005</td>
969 sebor 570268 <td>Emeritus</td>
970 sebor 279079 </tr>
971    
972     <tr>
973 sebor 378301 <td>antonp</td>
974 sebor 373662 <td>
975 sebor 569908 <a href="mailto:antonp&#64;moscow.vdiweb.com">
976 sebor 378301 Anton Pevtsov
977 sebor 373662 </a>
978     </td>
979 sebor 417547 <td>
980     <a class="external" href="http://www.vdiweb.com">
981     VDI
982     </a>
983     </td>
984 sebor 573021 <td>Jan 3, 2006</td>
985 sebor 373662 <td></td>
986     </tr>
987    
988     <tr>
989 sebor 279079 <td>sebor</td>
990     <td>
991 sebor 569908 <a href="mailto:sebor&#64;apache.org">
992 sebor 279079 Martin Sebor
993     </a>
994     </td>
995 sebor 774528 <td><!-- affiliation --></td>
996 sebor 573021 <td>May 19, 2005</td>
997 sebor 548574 <td></td>
998 sebor 279079 </tr>
999    
1000     <tr>
1001 sebor 279086 <td>ttriemstra</td>
1002 sebor 279079 <td>
1003 sebor 569908 <a href="mailto:tim.triemstra&#64;gmail.com">
1004 sebor 279079 Tim Triemstra
1005     </a>
1006     </td>
1007 sebor 417547 <td>
1008     <a class="external" href="http://www.apple.com">
1009     Apple
1010     </a>
1011     </td>
1012 sebor 573021 <td>May 19, 2005</td>
1013 sebor 279079 <td></td>
1014     </tr>
1015    
1016 sebor 473136 <tr>
1017 vitek 611253 <td>vitek</td>
1018     <td>
1019     <a href="mailto:viteka&#64;roguewave.com">
1020     Travis Vitek
1021     </a>
1022     </td>
1023     <td>
1024     <a class="external" href="http://www.roguewave.com">
1025     Rogue Wave Software, Inc.
1026     </a>
1027     </td>
1028     <td>November 29, 2007</td>
1029     <td></td>
1030     </tr>
1031    
1032     <tr>
1033 sebor 473136 <td>faridz</td>
1034     <td>
1035 faridz 671136 <a href="mailto:faridz&#64;apache.org">
1036 sebor 473136 Farid Zaripov
1037     </a>
1038     </td>
1039     <td>
1040 sebor 521852 <a class="external" href="http://www.epam.com">
1041     EPAM
1042 sebor 473136 </a>
1043     </td>
1044 sebor 573021 <td>Aug 10, 2006</td>
1045 sebor 473136 <td></td>
1046     </tr>
1047    
1048 sebor 279079 </tbody>
1049     </table>
1050     </div>
1051 sebor 264010 </p>
1052     <p>
1053    
1054 sebor 569910 Committers in <i>italics</i> do not yet have a signed
1055     <a href="http://www.apache.org/licenses/icla.txt">Contributor
1056     License Agreement</a> on file. This indicates a transient state after
1057     a committer has been voted in but their CLA hasn't been received or
1058     processed by the foundation.
1059 sebor 264010
1060     </p>
1061     <p>
1062 sebor 264829
1063     An up-to-date list of all Apache committers (or committers-to-be) is being maintained by <a class="external" href="http://www.jimjag.com/">Jim Jagielski</a> on this <a href="http://people.apache.org/~jim/committers.html">page</a>.
1064    
1065     </p>
1066     <p>
1067 sebor 265812
1068 sebor 314951 The mailing list used by stdcxx committers for discussions of the
1069     maintenance, development, and porting of the stdcxx project is <a
1070 sebor 614727 href="mailto:dev&#64;stdcxx&#46;apache&#46;org">dev&#64;stdcxx&#46;apache&#46;org</a>. This
1071 sebor 264010 is an <a
1072 sebor 614727 href="http://mail-archives.apache.org/mod_mbox/stdcxx-dev/">archived</a>,
1073 sebor 314951 moderated mailing list open to all subscribers. You may subscribe by
1074     sending a blank email to <a
1075 sebor 614727 href="mailto:dev-subscribe&#64;stdcxx&#46;apache&#46;org">dev-subscribe&#64;stdcxx&#46;apache&#46;org</a>.
1076 sebor 264010
1077     </p>
1078     </div> <!-- section -->
1079    
1080     <!-- section ================================================= -->
1081 sebor 613202 <a name="pmc"></a>
1082 sebor 264010 <a name="ppmc"></a>
1083 sebor 613202 <h2 class="boxed">PMC</h2>
1084 sebor 264010 <div class="section">
1085     <p>
1086    
1087 sebor 613202 The
1088     stdcxx <a href="http://www.apache.org/foundation/how-it-works.html#pmc">Project
1089     Management Committee</a> (PMC) is a group of volunteers responsible
1090 sebor 265812 for the formal oversight of the stdcxx podling, its management, and
1091 sebor 613202 for interfacing with
1092     the <a href="http://www.apache.org/foundation/board/">Apache
1093     Board of Directors</a>. The members of the stdcxx PMC are:
1094 sebor 264010
1095 sebor 279079 <div class="section">
1096 sebor 314951
1097 sebor 693866 <table class="ForrestTable" cellspacing="1" cellpadding="4">
1098 sebor 279079 <tbody>
1099     <tr>
1100     <th>user id</th>
1101     <th>name/contact</th>
1102     <th>comment</th>
1103     </tr>
1104    
1105     <tr>
1106 sebor 513388 <td>ablack</td>
1107     <td>
1108 sebor 569908 <a href="mailto:ablack&#64;roguewave.com">
1109 sebor 513388 Andrew Black
1110     </a>
1111     </td>
1112     <td></td>
1113     </tr>
1114    
1115     <tr>
1116 sebor 693866 <td>mbrown</td>
1117     <td>
1118     <a href="mailto:mbrown&#64;apache.org">
1119     Mark Brown
1120     </a>
1121     </td>
1122     <td></td>
1123     </tr>
1124    
1125     <tr>
1126 sebor 279079 <td>hbuelow</td>
1127     <td>
1128 sebor 569908 <a href="mailto:hbuelow&#64;gmail.com">
1129 sebor 279079 Heidi Buelow
1130     </a>
1131     </td>
1132     <td></td>
1133     </tr>
1134    
1135     <tr>
1136     <td>jerenkrantz</td>
1137     <td>
1138     <a href="http://www.erenkrantz.com/">
1139     Justin Erenkrantz
1140     </a>
1141     </td>
1142 sebor 613202 <td></td>
1143 sebor 279079 </tr>
1144    
1145     <tr>
1146 sebor 473136 <td>ajindal</td>
1147     <td>
1148 sebor 569908 <a href="mailto:ajindal&#64;apache.org">
1149 sebor 473136 Amit Jindal
1150     </a>
1151     </td>
1152     <td></td>
1153     </tr>
1154    
1155     <tr>
1156 sebor 693866 <td>elemings</td>
1157     <td>
1158     <a href="mailto:elemings&#64;apache.org">
1159     Eric (Brad) Lemings
1160     </a>
1161     </td>
1162     <td></td>
1163     </tr>
1164    
1165     <tr>
1166 sebor 473136 <td>lnicoara</td>
1167     <td>
1168 sebor 681808 <a href="mailto:nicoara&#64;apache.org">
1169 sebor 473136 Liviu Nicoara
1170     </a>
1171     </td>
1172     <td></td>
1173     </tr>
1174    
1175     <tr>
1176 sebor 693866 <td>apevtsov</td>
1177     <td>
1178     <a href="mailto:apevtsov&#64;apache.org">
1179     Anton Pevtsov
1180     </a>
1181     </td>
1182     <td></td>
1183     </tr>
1184    
1185     <tr>
1186 sebor 279079 <td>wrowe</td>
1187     <td>
1188 sebor 569908 <a href="mailto:wrowe&#64;rowe-clan.net">
1189 sebor 279079 William A. Rowe, Jr.
1190     </a>
1191     </td>
1192 sebor 613202 <td></td>
1193 sebor 279079 </tr>
1194    
1195     <tr>
1196     <td>sebor</td>
1197     <td>
1198 sebor 569908 <a href="mailto:sebor&#64;apache.org">
1199 sebor 279079 Martin Sebor
1200     </a>
1201     </td>
1202 sebor 614727 <td><a href="http://www.apache.org/dev/pmc.html#chair">
1203     PMC Chair</a></td>
1204 sebor 279079 </tr>
1205    
1206 sebor 513388 <tr>
1207 sebor 693866 <td>ttriemstra</td>
1208     <td>
1209     <a href="mailto:ttriemstra&#64;apache.org">
1210     Tim Triemstra
1211     </a>
1212     </td>
1213     <td></td>
1214     </tr>
1215    
1216     <tr>
1217 sebor 513388 <td>faridz</td>
1218     <td>
1219 faridz 671136 <a href="mailto:faridz&#64;apache.org">
1220 sebor 513388 Farid Zaripov
1221     </a>
1222     </td>
1223 sebor 693866 <td></td>
1224 sebor 513388 </tr>
1225    
1226 sebor 279079 </tbody>
1227     </table>
1228     </div>
1229 sebor 314951
1230 sebor 264010 </p>
1231     <p>
1232    
1233 sebor 613202 The PMC mailing list is <a
1234 sebor 614727 href="mailto:private&#64;stdcxx&#46;apache&#46;org">private&#64;stdcxx&#46;apache&#46;org</a>. This
1235 sebor 265812 is a moderated, by-invitation-only mailing list closed to the
1236     public. Invited individuals can subscribe by sending a blank email to
1237     <a
1238 sebor 614727 href="mailto:private-subscribe&#64;stdcxx&#46;apache&#46;org">private-subscribe&#64;stdcxx&#46;apache&#46;org</a>.
1239 sebor 264010
1240     </p>
1241 sebor 265812 <p>
1242    
1243     An example of a topic that might be appropriate for this list is a
1244     discussion of the merits of a proposed committer.
1245    
1246     </p>
1247 sebor 264010 </div> <!-- section -->
1248    
1249     <!-- section ================================================= -->
1250 sebor 567326 <a name="communication"></a>
1251     <h2 class="boxed">Communication</h2>
1252     <div class="section">
1253     <p>
1254    
1255     Communication about the project and all decisions take place on the
1256     project's mailing lists. There are a number good reasons why
1257     communicating on mailing lists is preferable to other ways of
1258     communicating, including private email or instant messaging. Some of
1259     the important ones include:
1260    
1261     </p>
1262    
1263     <ul>
1264     <li>
1265    
1266     Unlike communicating in private, mailing lists make it possible for
1267     all list subscribers to benefit from the discussion, and provides an
1268     opportunity for those who wouldn't be invited to the private
1269     discussion to offer their own feedback on the subject.
1270    
1271     </li>
1272     <li>
1273    
1274     Unlike Instant Messaging, mailing list make it possible for interested
1275     parties to participate asynchronously, regardless of which time zone
1276     they are located in.
1277    
1278     </li>
1279     <li>
1280    
1281     Unlike private communications, mailing list discussions are archived
1282     for future reference, with the archives being easily searchable by
1283     anyone interested. Mailing list archives are important not just so
1284     that new contributors can learn from past decisions but they are an
1285     indispensable tool also for long-time committers when we forget why
1286     certain things were done a certain way.
1287    
1288     </li>
1289     <li>
1290    
1291     It is the preferred mode of communicating for all Apache projects. See
1292     the <a
1293     href="http://www.apache.org/foundation/how-it-works.html#communication">Communication</a>
1294     section of <a
1295     href="http://www.apache.org/foundation/how-it-works.html">How the ASF
1296     works</a>.
1297    
1298     </li>
1299     </ul>
1300     <p>
1301    
1302     If you choose to contact one of the project committers in private
1303     expect to be directed to the mailing lists.
1304    
1305     </p>
1306     </div>
1307    
1308     <!-- section ================================================= -->
1309 sebor 314951 <a name="lists"></a>
1310     <h2 class="boxed">Mailing Lists</h2>
1311 sebor 225558 <div class="section">
1312     <p>
1313    
1314 sebor 614775 The following table provides a summary of information about stdcxx
1315     mailing lists along with a number of interfaces to their archives.
1316     All lists are moderated. Only subscribers may post. Subscription
1317     to <a href="mailto:private&#64;stdcxx.apache.org">private</a> is by
1318     invitation of the PMC only. With one exception, the activity of each
1319     list is monitored and can be viewed along with other interesting
1320     information on
1321     this <a href="http://people.apache.org/~coar/mlists.html">page</a>
1322     maintained by <a class="external" href="http://ken.coar.org/">Ken
1323     Coar</a>.
1324 sebor 225558
1325 sebor 314951 </p>
1326 sebor 279079
1327 sebor 314951 <div class="section">
1328     <table class="ForrestTable" cellspacing="1" cellpadding="4">
1329 sebor 614775
1330     <thead> <!-- ### TABLE HEADER ### -->
1331 sebor 314951 <tr>
1332     <th>name</th>
1333 sebor 373662 <th>subscribe</th>
1334 sebor 614775 <th>raw archives</th>
1335 sebor 548574 <th>
1336 sebor 573016 <a href="http://mail-archives.apache.org/">Apache archive</a>
1337 sebor 548574 </th>
1338     <th>
1339 sebor 616162 <a class="external" href="http://www.nabble.com">
1340     Nabble Forums</a>
1341 sebor 548574 </th>
1342 sebor 573016 <th>
1343 sebor 616162 <a class="external" href="http://www.mail-archive.com">
1344     The Mail Archive</a>
1345 sebor 573016 </th>
1346 sebor 615092 <th>
1347     <a class="external" href="http://marc.info/">MARC</a>
1348     </th>
1349 sebor 541368 <th>activity</th>
1350 sebor 314951 </tr>
1351 sebor 614775 </thead>
1352 sebor 279079
1353 sebor 614775 <tbody> <!-- ### TABLE BODY ### -->
1354 sebor 314951 <tr>
1355     <td>
1356 sebor 614727 <a href="mailto:dev&#64;stdcxx&#46;apache&#46;org">
1357     dev
1358 sebor 314951 </a>
1359     </td>
1360     <td>
1361 sebor 614727 <a href="mailto:dev-subscribe&#64;stdcxx&#46;apache&#46;org">
1362     dev-subscribe
1363 sebor 373662 </a>
1364     </td>
1365     <td>
1366 sebor 614775 <a href="http://stdcxx.apache.org/mail/dev/">mail/dev</a>
1367     </td>
1368     <td>
1369 sebor 614727 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-dev/">
1370 sebor 573016 mod_mbox
1371 sebor 314951 </a>
1372     </td>
1373 sebor 541368 <td>
1374 sebor 616162 <a class="external"
1375     href="http://www.nabble.com/stdcxx-dev-f26255.html">
1376 sebor 614775 stdcxx-dev</a> forum
1377 sebor 548574 </td>
1378     <td>
1379 sebor 573016 <a class="external"
1380 sebor 616162 href="http://www.mail-archive.com/dev@stdcxx.apache.org/">
1381     dev</a>
1382 sebor 573016 </td>
1383     <td>
1384 sebor 615092 <a class="external" href="http://marc.info/?l=apache-stdcxx-dev">
1385     apache-stdcxx-dev</a>
1386     </td>
1387     <td>
1388 sebor 614727 <a href="http://people.apache.org/~coar/mlists.html#dev_at_stdcxx.apache.org">stats
1389 sebor 541368 </a>
1390     </td>
1391 sebor 314951 </tr>
1392 sebor 279079
1393 sebor 314951 <tr>
1394     <td>
1395 sebor 614727 <a href="mailto:user&#64;stdcxx&#46;apache&#46;org">
1396     user
1397 sebor 314951 </a>
1398     </td>
1399     <td>
1400 sebor 614727 <a href="mailto:user-subscribe&#64;stdcxx&#46;apache&#46;org">
1401     user-subscribe
1402 sebor 373662 </a>
1403     </td>
1404     <td>
1405 sebor 614775 <a href="http://stdcxx.apache.org/mail/user/">mail/user</a>
1406     </td>
1407     <td>
1408 sebor 614727 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-user/">
1409 sebor 573016 mod_mbox
1410 sebor 314951 </a>
1411     </td>
1412 sebor 614775 <td>
1413     <a class="external"
1414     href="http://www.nabble.com/stdcxx-user-f30600.html">
1415     stdcxx-user</a> forum
1416     </td>
1417 sebor 541368 <td>
1418 sebor 615092 <a class="external"
1419 faridz 673779 href="http://www.mail-archive.com/user@stdcxx.apache.org/">
1420 sebor 616162 user</a>
1421     </td>
1422     <td>
1423     <a class="external"
1424 sebor 615092 href="http://marc.info/?l=apache-stdcxx-user">
1425     apache-stdcxx-user</a>
1426     </td>
1427     <td>
1428 sebor 614727 <a href="http://people.apache.org/~coar/mlists.html#user_at_stdcxx.apache.org">stats
1429 sebor 541368 </a>
1430     </td>
1431 sebor 314951 </tr>
1432 sebor 279079
1433 sebor 314951 <tr>
1434 sebor 614775 <td title="Read Only">commits</td>
1435 sebor 314951 <td>
1436 sebor 614727 <a href="mailto:commits-subscribe&#64;stdcxx&#46;apache&#46;org">
1437     commits-subscribe
1438 sebor 373662 </a>
1439     </td>
1440     <td>
1441 sebor 614775 <a href="http://stdcxx.apache.org/mail/commits/">mail/commits</a>
1442     </td>
1443     <td>
1444 sebor 614727 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-commits/">
1445 sebor 573016 mod_mbox
1446 sebor 314951 </a>
1447     </td>
1448 sebor 541368 <td>
1449 sebor 573016 <a class="external"
1450 sebor 614775 href="http://www.nabble.com/stdcxx-commits-f30597.html">
1451     stdcxx-commits</a> forum
1452 sebor 548574 </td>
1453     <td>
1454 sebor 614775 <a class="external"
1455 sebor 616162 href="http://www.mail-archive.com/commits@stdcxx.apache.org/">
1456     commits</a>
1457 sebor 614775 </td>
1458     <td>
1459 sebor 615092 <a class="external"
1460     href="http://marc.info/?l=apache-stdcxx-commits">
1461     apache-stdcxx-commits</a>
1462     </td>
1463     <td>
1464 sebor 614727 <a href="http://people.apache.org/~coar/mlists.html#commits_at_stdcxx.apache.org">stats
1465 sebor 541368 </a>
1466     </td>
1467 sebor 314951 </tr>
1468 sebor 279079
1469 sebor 373662 <tr>
1470 sebor 614775 <td title="Read Only">issues</td>
1471 sebor 373662 <td>
1472 sebor 614775 <a href="mailto:issues-subscribe&#64;stdcxx&#46;apache&#46;org">
1473     issues-subscribe
1474     </a>
1475     </td>
1476     <td>
1477     <a href="http://stdcxx.apache.org/mail/issues/">mail/issues</a>
1478     </td>
1479     <td>
1480     <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-issues/">
1481     mod_mbox</a>
1482     </td>
1483     <td>
1484     <a class="external"
1485     href="http://www.nabble.com/stdcxx-issues-f30599.html">
1486     stdcxx-issues</a> forum
1487     </td>
1488     <td>
1489 sebor 615092 <a class="external"
1490 sebor 616162 href="http://www.mail-archive.com/issues@stdcxx.apache.org/">
1491     issues</a>
1492     </td>
1493     <td>
1494     <a class="external"
1495 sebor 615092 href="http://marc.info/?l=apache-stdcxx-issues">
1496     apache-stdcxx-issues</a>
1497     </td>
1498     <td>
1499 sebor 614775 <a href="http://people.apache.org/~coar/mlists.html#issues_at_stdcxx.apache.org">stats
1500     </a>
1501     </td>
1502     </tr>
1503    
1504     <tr>
1505     <td>
1506 sebor 614727 <a href="mailto:private&#64;stdcxx&#46;apache&#46;org">
1507     private</a>
1508 sebor 373662 </td>
1509     <td>
1510 sebor 614727 <a href="mailto:private-subscribe&#64;stdcxx&#46;apache&#46;org">
1511     private-subscribe
1512 sebor 373662 </a>
1513     </td>
1514 sebor 614775 <td title="Private list">N/A</td>
1515     <td title="Private list">N/A</td>
1516     <td title="Private list">N/A</td>
1517     <td title="Private list">N/A</td>
1518     <td title="Private list">N/A</td>
1519 sebor 615092 <td title="Private list">N/A</td>
1520 sebor 373662 </tr>
1521    
1522 sebor 314951 </tbody>
1523     </table>
1524     </div>
1525     </div>
1526 sebor 279079
1527 sebor 264010 <!-- section ================================================= -->
1528 sebor 225558 <a name="references"></a>
1529 sebor 315069 <h2 class="boxed">References</h2>
1530 sebor 225558 <div class="section">
1531     <p>
1532 sebor 314951
1533     A number of excellent design and programming books describe the C++
1534     Standard Library in an approachable way. In addition, besides the
1535     required <a
1536 wrowe 611467 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibref/index.html">Class
1537 sebor 370222 Reference</a>, this implementation of the library also includes an
1538 sebor 314951 extensive <a
1539 wrowe 611467 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibug/index.html">User
1540 sebor 314951 Guide</a> complete with tutorials and example programs. That being
1541     said, the ultimate reference to the C++ Standard Library is, of
1542     course, the C++ Standard itself (and to a smaller extent, also the C
1543     Standard). An electronic copy of the most recent version of the C++
1544     and C standards can be obtained from the <a class="external"
1545     href="http://www.ansi.org/">ANSI</a> <a class="external"
1546     href="http://webstore.ansi.org/ansidocstore/">eStandards store</a>.
1547    
1548     </p>
1549     <p>
1550 sebor 225558 <ul>
1551 sebor 314951
1552 sebor 225558 <li>
1553     <a class="external"
1554     href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
1555 sebor 264010 INCITS/ISO/IEC 14882-2003 Programming Languages &#151; C++
1556 sebor 225558 </a>
1557     </li>
1558 sebor 264010
1559 sebor 225558 <li>
1560     <a class="external"
1561 sebor 264010 href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+9899%2D1999">
1562     INCITS/ISO/IEC 9899-1999 Programming Languages &#151; C
1563     </a>
1564     </li>
1565    
1566     <li>
1567     <a class="external"
1568 sebor 225558 href="http://www.amazon.com/exec/obidos/ASIN/0201379260">
1569 sebor 289352 The C++ Standard Library: A Tutorial and Reference</a> by
1570     Nicolai M. Josuttis
1571 sebor 225558 </li>
1572 sebor 314951
1573 sebor 225558 <li>
1574     <a class="external"
1575     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201309564">
1576     Generic Programming and the STL: Using and Extending the C++
1577 sebor 289352 Standard Template Library</a> by Matthew H. Austern
1578 sebor 225558 </li>
1579 sebor 314951
1580 sebor 225558 <li>
1581     <a class="external"
1582     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201633981">
1583     Stl Tutorial & Reference Guide: C++ Programming With the Standard
1584 sebor 289352 Template Library</a> by David R. Musser and Atul Saini
1585 sebor 225558 </li>
1586 sebor 314951
1587 sebor 225558 <li>
1588     <a class="external"
1589     href="http://www.amazon.com/exec/obidos/ASIN/0134376331">
1590 sebor 289352 The C++ Standard Template Library</a> by P.J. Plauger,
1591     Alexander A. Stepanov, Meng Lee, and David R. Musser
1592 sebor 225558 </li>
1593 sebor 314951
1594 sebor 225558 <li>
1595     <a class="external"
1596     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201749629">
1597     Effective STL: 50 Specific Ways to Improve Your Use of
1598 sebor 289352 the Standard Template Library</a> by Scott Meyers
1599 sebor 225558 </li>
1600 sebor 314951
1601 sebor 225558 <li>
1602 sebor 264010 <a class="external"
1603     href="http://www.amazon.com/exec/obidos/ASIN/0201183951">
1604 sebor 225558 Standard C++ IOStreams and Locales: Advanced Programmer's
1605 sebor 289352 Guide and Reference</a> by Angelika Langer, Klaus Kreft
1606 sebor 225558 </li>
1607 sebor 314951
1608 sebor 225558 </ul>
1609     </p>
1610     </div>
1611    
1612     <!-- End main content-->
1613    
1614     <div class="clearboth">&nbsp;</div>
1615     </div>
1616     <div id="footer">
1617     <div class="copyright">
1618 sebor 534927 Copyright &copy; 2005-2007 The Apache Software Foundation.
1619 sebor 225558 </div>
1620     </div>
1621 sebor 534908
1622     <!-- Google Analytics tracking code -->
1623     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
1624     </script>
1625     <script type="text/javascript">
1626     _uacct = "UA-1775151-1";
1627     urchinTracker();
1628     </script>
1629    
1630 sebor 225558 </body>
1631 fielding 224362 </html>

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2