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

Contents of /stdcxx/site/index.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 613305 - (hide annotations)
Fri Jan 18 22:59:26 2008 UTC (22 months, 1 week ago) by sebor
File MIME type: text/html
File size: 52689 byte(s)
2008-01-18  Martin Sebor  <sebor@roguewave.com>

	STDCXX-701
	* index.html (What Is): Reworded slightly to make the project
	name more prominent than the code name/keyword stdcxx.
	Removed incubator logo and replaced with an (IMO) better looking
	version of the Apache C++ Standard Library logo than the original
	GIF.
	* bugs.html: Same.
	* download.html: Same.
	* images/stdcxx.png: New (but by no means final) project logo.
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 613199 12/14/2007 STDCXX graduates from the Incubator and becomes
322     a Top Level Project.
323    
324     </li>
325     <li>
326    
327 vitek 611253 11/29/2007 STDCXX community adds a new committer, Travis Vitek.
328    
329     </li>
330     <li>
331    
332 sebor 598057 10/29/2007 With the <a
333 sebor 589727 href="http://www.nabble.com/-VOTE-RESULT--approve-stdcxx-4.2.0-release-p13469149.html">approval</a>
334     of the Incubator PMC, STDCXX 4.2.0 was released.
335    
336     </li>
337     <li>
338    
339 sebor 585521 10/16/2007 Proposal to graduate STDCXX to a Top Level Project
340     passes the Incubator PMC <a class="external" href="http://www.nabble.com/-VOTE--graduate-stdcxx-to-TLP-tf4611022.html">vote</a>.
341    
342     </li>
343     <li>
344    
345 sebor 573021 9/5/2007 STDCXX community adds two new committers, Eric (Brad)
346     Lemings and Mark Brown.
347    
348     </li>
349     <li>
350    
351     10/11/2006 STDCXX community adds a new committer, Andrew Black.
352    
353     </li>
354     <li>
355    
356 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>.
357    
358     </li>
359     <li>
360    
361     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:stdcxx-dev&#64;incubator.apache.org">stdcxx-dev</a> to request access to the account.
362    
363     </li>
364     <li>
365    
366 sebor 522577 3/26/2007 Tim Triemstra joins the PPMC.
367    
368     </li>
369     <li>
370    
371     2/13/2007 Andrew Black and Farid Zaripov join the PPMC.
372    
373     </li>
374     <li>
375    
376 sebor 502665 10/11/2006 STDCXX community adds a new committer, Andrew Black.
377    
378     </li>
379     <li>
380    
381     8/10/2006 STDCXX community adds a new committer, Farid Zaripov.
382    
383     </li>
384    
385     <li>
386    
387 sebor 374180 1/30/2006 With the <a
388     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200601.mbox/%3c43DEC03F.3030601@roguewave.com%3e">approval</a>
389 sebor 417247 of the Incubator PMC, STDCXX 4.1.3 was released.
390 sebor 374180
391     </li>
392 sebor 315069 <li>
393    
394 sebor 374180 1/13/2006 STDCXX community adds a new committer, Anton Pevtsov.
395    
396     </li>
397     <li>
398    
399 sebor 367464 11/25/2005 Windows configuration and build infarstructure
400     <a
401     href="http://svn.apache.org/viewcvs.cgi?rev=349027&view=rev">committed</a>
402     to Subversion (<a
403     href="http://issues.apache.org/jira/browse/stdcxx-5">stdcxx-5</a>).
404    
405     </li>
406     <li>
407    
408 sebor 315069 9/16/2005 The first <a
409 wrowe 611467 href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">snapshot</a>
410 sebor 315069 of stdcxx 4.1.2 has been published.
411    
412     </li>
413     <li>
414    
415     9/5/2005 The test suite driver <a
416     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/tests/?rev=278837">committed</a>
417 sebor 367464 to Subversion (<a
418 sebor 315069 href="http://issues.apache.org/jira/browse/stdcxx-3">stdcxx-3</a>).
419    
420     </li>
421     <li>
422    
423     9/1/2005 A <a
424     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200508.mbox/%3c430E39CD.7040501@roguewave.com%3e">proposal</a>
425     to publish the first stdcxx snapshot on the stdcxx Web
426     site has passed the community <a
427     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>.
428    
429     </li>
430     <li>
431    
432     8/28/2005 The process of downloading stdcxx files
433     documented on the <a
434     href="http://incubator.apache.org/stdcxx/download.html">Download</a>
435     page. (See <a
436     href="http://issues.apache.org/jira/browse/stdcxx-17">stdcxx-17</a>).
437    
438     </li>
439     <li>
440    
441     8/01/2005 The process of reporting bugs in the stdcxx <a
442     href="http://issues.apache.org/jira/browse/stdcxx">bug
443     tracking database</a> documented and published on the <a
444     href="http://incubator.apache.org/stdcxx/bugs.html">Bugs</a>
445    
446     page. (See <a
447     href="http://issues.apache.org/jira/browse/stdcxx-9">stdcxx-9</a>.)
448    
449     </li>
450     <li>
451    
452     7/19/2005 stdcxx <a
453     href="http://incubator.apache.org/stdcxx"> project
454     page</a> <a
455     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/site/?rev=225558">committed</a>
456 sebor 367464 to Subversion. The project <a
457 sebor 315069 href="http://incubator.apache.org/projects/stdcxx.html">
458     status page</a> <a
459     href="http://svn.apache.org/viewcvs.cgi?rev=219733&view=rev">committed</a>
460 sebor 367464 to Subversion.
461 sebor 315069
462     </li>
463     <li>
464    
465 wrowe 611467 7/18/2005 stdcxx sources and documentation <a href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/trunk/?rev=219596">committed</a>
466 sebor 367464 Subversion</a>.
467 sebor 315069
468     </li>
469     <li>
470    
471     5/19/2005 stdcxx project <a
472     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473785@dfwmail.quovadx.com%3e">
473     accepted</a> for incubation.
474    
475     </li>
476     <li>
477    
478     5/13/2005 stdcxx project <a
479     href="http://mail-archives.apache.org/mod_mbox/incubator-general/200505.mbox/%3cC398496DF88AD711908C00065BEEE32C01473747@dfwmail.quovadx.com%3e">
480     proposal</a> submitted to the Incubator <a
481     href="mailto:general&#64;incubator&#46;apache&#46;org">mailing
482     list</a>.
483    
484     </li>
485     </ul>
486     </p>
487     </div> <!-- section -->
488    
489     <!-- section ================================================= -->
490 sebor 314951 <a name="platforms"></a>
491     <h2 class="boxed">Platforms</h2>
492     <div class="section">
493     <p>
494    
495     A key stdcxx objective is to facilitate the portability of C++
496     programs to as many platforms (hardware architectures, operating
497     systems, and compilers) as practical. It is envisaged that the set of
498     platforms will evolve and grow as the project attracts contributors.
499    
500     </p>
501     <p>
502    
503     The project sources initially committed to the Subversion repository
504     (revision <a
505     href="http://svn.apache.org/viewcvs.cgi/incubator/stdcxx/?rev=219596">219596</a>)
506     are based on Rogue Wave C++ Standard Library version 4.1.0. The list
507     of platforms to which this version of the project was ported (but
508     which is expected to grow as the stdcxx project evolves) is:
509    
510     <div class="section">
511     <table class="ForrestTable" cellspacing="1" cellpadding="4">
512     <tbody>
513    
514     <tr>
515     <th>compiler</th>
516     <th>operating system</th>
517 sebor 417547 <th>processor/architecture</th>
518 sebor 314951 </tr>
519    
520     <tr>
521     <td>
522     <a class="external" href="http://www.comeaucomputing.com">
523     Comeau C++</a> 4.2.4 or later
524     </td>
525     <td>Solaris 7 or later</td>
526 sebor 417247 <td><a class="external" title="Sun UltraSPARC processors"
527     href="http://www.sun.com/processors/">UltraSPARC</a></td>
528 sebor 314951 </tr>
529    
530     <tr>
531     <td>
532     <a class="external"
533     href="http://h30097.www3.hp.com/cplus/">
534     Compaq C++</a> 6.3 or later
535     </td>
536 sebor 417247 <td><a class="external" href="http://h30097.www3.hp.com/">Tru64 UNIX</a></td>
537 sebor 314951 <td>Alpha</td>
538     </tr>
539    
540     <tr>
541     <td>
542     <a class="external" href="http://www.edg.com/cpp.html">
543     EDG eccp</a> 2.45.2 or later
544     </td>
545     <td>Linux, Solaris 7 or later</td>
546 sebor 417247 <td>x86,
547     <a class="external" title="Sun UltraSPARC processors"
548     href="http://www.sun.com/processors/">UltraSPARC</a></td>
549 sebor 314951 </tr>
550    
551 sebor 417247 <td>
552     <a class="external" href="http://gcc.gnu.org">
553     GNU gcc</a> 2.95.2 or later
554     </td>
555     <td>
556     AIX,
557     <a class="external" href="http://www.cygwin.com/">
558     Cygwin</a>,
559     HP-UX, Linux,
560     <a class="external" title="Microsoft Services for UNIX"
561     href="http://www.microsoft.com/technet/interopmigration/unix/sfu/">
562     SFU</a>,
563     Solaris
564     </td>
565     <td></td>
566    
567     </tr>
568    
569 sebor 314951 <tr>
570     <td>
571     <a class="external"
572     href="http://h21007.www2.hp.com/dspp/tech/tech_TechSoftwareDetailPage_IDX/1,1703,1740,00.html">
573     HP aC++</a> 3.33 or later
574     </td>
575 sebor 417247 <td>
576     <a class="external"
577     href="http://docs.hp.com/en/oshpux11.0.html">
578     HP-UX 11.00</a>,
579     <a class="external" title="HP-UX 11.11"
580     href="http://docs.hp.com/en/oshpux11i.html">
581     HP-UX 11i</a>
582     <a class="external" title="HP-UX 11.23"
583     href="http://docs.hp.com/en/oshpux11iv2.html">
584     HP-UX 11i v2</a>
585     </td>
586 sebor 314951 <td>PA-RISC</td>
587     </tr>
588    
589     <tr>
590     <td>HP aC++ 5.50 or later</td>
591 sebor 417247 <td>
592     <a class="external" title="HP-UX 11.20"
593     href="http://docs.hp.com/en/hpuxos11iv1.5.html">
594     HP-UX 11i v1.5
595     </a>,
596     <a class="external" title="HP-UX 11.22"
597     href="http://docs.hp.com/en/oshpux11iv1.6.html">
598     HP-UX 11i v1.6
599     </a>
600     <a class="external" title="HP-UX 11.23"
601     href="http://docs.hp.com/en/oshpux11iv2.html">
602     HP-UX 11i v2</a>
603     </td>
604 sebor 417547 <td>
605     <a class="external" title="Itanium Processor Family"
606     href="http://www.intel.com/products/processor/itanium2/">
607     IPF</a>
608     </td>
609 sebor 314951 </tr>
610    
611     <tr>
612     <td>
613     <a class="external"
614     href="http://www-306.ibm.com/software/awdtools/vacpp/">
615     IBM VisualAge C++</a> 5.0 or later
616     </td>
617 sebor 417247 <td>
618     <a class="external"
619     href="http://www-03.ibm.com/servers/aix/os/index.html">
620     AIX</a> 4.3.3 or later
621     </td>
622     <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
623 sebor 314951 </tr>
624    
625     <tr>
626     <td>
627     <a class="external"
628     href="http://www-306.ibm.com/software/awdtools/xlcpp">
629     IBM XL C/C++</a> 7.0 or later
630     </td>
631 sebor 417247 <td><a href="http://www-03.ibm.com/servers/aix/os/index.html">AIX</a> 5.2 or later, Linux</td>
632     <td><a class="external" href="http://www-03.ibm.com/chips/power/powerpc/">PowerPC</a></td>
633 sebor 314951 </tr>
634    
635     <tr>
636     <td>
637     <a class="external"
638     href="http://www.intel.com/cd/software/products/asmo-na/eng/compilers/clin/index.htm">
639     Intel C++</a> 7.0 or later
640     </td>
641    
642     <td>Linux, Windows NT or later</td>
643 sebor 417247 <td>x86,
644 sebor 417547 <a class="external"
645     href="http://www.amd.com/us-en/Processors/ProductInformation/0,,30_118_9331,00.html">
646     AMD64
647     </a>,
648     <a class="external"
649     href="http://www.intel.com/technology/64bitextensions/">
650     EM64T</a>,
651     <a class="external" title="Intel Itanium 2"
652     href="http://www.intel.com/products/processor/itanium2/">
653     IA64</a>
654     </td>
655 sebor 314951 </tr>
656    
657     <tr>
658     <td>
659     <a class="external"
660     href="http://www.sgi.com/products/software/irix/tools/mipspro.html">
661     SGI MIPSpro</a> 7.3 or later
662     </td>
663 sebor 417247 <td><a class="external" href="http://www.sgi.com/developers/technology/irix/">SGI IRIX</a></td>
664     <td><a class="external" href="http://www.mips.com/content/Products/ProductInfo/content_html/content/Products/Architecture">MIPS</a></td>
665 sebor 314951 </tr>
666    
667     <tr>
668     <td>
669     <a class="external"
670     href="http://msdn.microsoft.com/visualc/previous/vc6/default.aspx">
671 sebor 417247 Visual C++ 6.0</a>
672 sebor 314951 </td>
673     <td>Windows NT or later</td>
674     <td>x86</td>
675     </tr>
676    
677     <tr>
678     <td>
679     <a class="external"
680 sebor 417247 title="Visual C++ .NET 2002"
681 sebor 314951 href="http://msdn.microsoft.com/visualc/previous/2002/default.aspx">
682 sebor 417247 Visual C++ .NET 2002</a> (7.0)
683 sebor 314951 </td>
684     <td>Windows 2003 or later</td>
685 sebor 417547 <td>
686     <a class="external" title="Intel Itanium 2"
687     href="http://www.intel.com/products/processor/itanium2/">
688     IA64</a>
689     </td>
690 sebor 314951 </tr>
691    
692     <tr>
693     <td>
694 sebor 417247 <a class="external"
695     title="Visual C++ 2005"
696     href="http://msdn.microsoft.com/visualc/">
697     Visual C++ 2005</a> (8.0)
698     </td>
699     <td>Windows 2003 or later</td>
700 sebor 417547 <td>
701     <a class="external" title="Intel Itanium 2"
702     href="http://www.intel.com/products/processor/itanium2/">
703     IA64</a>
704     </td>
705 sebor 417247 </tr>
706    
707     <tr>
708     <td>
709 sebor 314951 <a title="Sun WorkShop 6 update 2"
710     class="external"
711     href="http://www.sun.com/software/sundev/previous/cplusplus/index.xml">
712     Sun C++ 5.3</a> or later
713     </td>
714     <td>Solaris 2.6 or later</td>
715 sebor 417247 <td><a class="external" title="Sun UltraSPARC processors"
716     href="http://www.sun.com/processors/">UltraSPARC</a></td>
717 sebor 314951 </tr>
718    
719     <tr>
720     <td>
721     <a title="Sun Studio 9"
722     class="external"
723     href="http://www.sun.com/software/products/studio/previous/9/index.xml">
724     Sun C++ 5.7</a> or later
725     </td>
726     <td>Solaris 10 or later</td>
727 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>
728 sebor 314951 </tr>
729    
730     </tbody>
731     </table>
732     </div>
733     </p>
734 sebor 225558 </div> <!-- section -->
735    
736 sebor 264010 <!-- section ================================================= -->
737 sebor 314951 <a name="status"></a>
738     <h2 class="boxed">Project Status</h2>
739 sebor 225558 <div class="section">
740     <p>
741    
742 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.
743 sebor 225558
744     </p>
745 sebor 314951 </div> <!-- section -->
746 sebor 225558
747 sebor 314951 <!-- section ================================================= -->
748 sebor 315069 <a name="users"></a>
749 sebor 314951 <h2 class="boxed">Users</h2>
750     <div class="section">
751     <p>
752 sebor 225558
753 sebor 314951 Stdcxx <a
754     href="http://www.apache.org/foundation/glossary.html#User">Users</a>
755     are <a
756     href="http://www.apache.org/foundation/how-it-works.html#developers">Developers</a>
757     with read-only access, i.e., without <a
758     href="http://www.apache.org/foundation/glossary.html#CommitAccess">Commit
759     Access</a> to the stdcxx <a
760     href="http://www.apache.org/foundation/glossary.html#Codebase">Codebase</a>
761     who are using the project.
762 sebor 225558
763 sebor 314951 </p>
764 sebor 225558 <p>
765    
766 sebor 314951 The mailing list appropriate for discussions of using the stdcxx
767     project is <a
768     href="mailto:stdcxx-user&#64;incubator&#46;apache&#46;org">stdcxx-user&#64;incubator&#46apache&#46;org</a>. This
769     is an <a
770     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/">archived</a>,
771     moderated mailing list open to all subscribers. You may subscribe by
772     sending a blank email to <a
773     href="mailto:stdcxx-user-subscribe&#64;incubator&#46;apache&#46;org">stdcxx-user-subscribe&#64;incubator&#46;apache&#46;org</a>. To obtain additional information about this list send a blank email to <a href="stdcxx-user-info&#64;incubator&#46;apache&#46;org">stdcxx-user-info&#64;incubator&#46;apache&#46;org</a>.
774 sebor 225558
775     </p>
776     </div> <!-- section -->
777    
778 sebor 264010 <!-- section ================================================= -->
779 sebor 315069 <a name="contributors"></a>
780 sebor 314951 <h2 class="boxed">Contributors</h2>
781 sebor 225558 <div class="section">
782 sebor 264010 <p>
783 sebor 225558
784 sebor 314951 Stdcxx <a
785     href="http://www.apache.org/foundation/glossary.html#Contributor">Contributors</a>
786     are Developers without commit (or write) access to the stdcxx codebase
787     who directly or otherwise make improvements to the project codebase,
788     including its Web pages. This includes but is not limited to
789     individuals who respond to questions on the project's mailing lists,
790     review and provide helpful feedback on patches or commits, submit,
791     provide helpful comments on, or triage bug reports, or contribute
792     useful patches of their own. Interested contributors may be voted to
793     become Committers after a period of valuable activity.
794 sebor 225558
795 sebor 264010 </p>
796 sebor 314951 <p>
797    
798 sebor 560044 Because Contributors have read but not write access to stdcxx code
799     repository, they can check stdcxx out and make changes to their local
800     copy of stdcxx files but they cannot check them back in. To get their
801     changes committed, they must follow the process for <a
802     href="bugs.html#patches">Submitting Patches</a>.
803    
804     </p>
805     <p>
806    
807 sebor 314951 The stdcxx community welcomes new contributors. If you are interested
808     in getting involved, the first thing to do after reading the project
809     Web pages is to subscribe to the <a
810     href="mailto:stdcxx-dev&#64;incubator&#46;apache&#46;org">stdcxx-dev</a>
811     mailing list and skimming the archives. If you're looking for ideas
812     for where your help might be needed, browse the bug database or simply
813     ask on the maling list.
814    
815     </p>
816 sebor 225558 </div> <!-- section -->
817    
818 sebor 264010 <!-- section ================================================= -->
819     <a name="committers"></a>
820     <h2 class="boxed">Committers</h2>
821     <div class="section">
822     <p>
823    
824 sebor 314951 Stdcxx <a
825 sebor 264010 href="http://www.apache.org/foundation/glossary.html#Committer">Committers</a>
826 sebor 314951 are Developers with commit (or write) access to the stdcxx codebase.
827 sebor 548569 For safe changes on trunk all stdcxx committers follow the <a
828     href="http://www.apache.org/foundation/glossary.html#CommitThenReview">Commit-Then-Review</a>
829     policy (CTR for short). For potentially unsafe changes or any changes
830     to branches all stdcxx committers follow the <a
831 sebor 265812 href="http://www.apache.org/foundation/glossary.html#ReviewThenCommit">Review-Then-Commit</a>
832 sebor 548569 policy (RTC for short). Whether a change is safe or not is a judgment
833     call that should be made after careful testing of the change on at
834     least two different platforms with two different compilers. The list
835     of current committers in alphabetical order is below:
836 sebor 264010
837 sebor 279079 <div class="section">
838     <table class="ForrestTable" cellspacing="1" cellpadding="4">
839     <tbody>
840     <tr>
841     <th>user id</th>
842     <th>name/email</th>
843 sebor 417247 <th>affiliation</th>
844 sebor 573021 <th>since</th>
845 sebor 279079 <th>comment</th>
846     </tr>
847    
848     <tr>
849 sebor 473136 <td>ablack</td>
850     <td>
851 sebor 569908 <a href="mailto:ablack&#64;roguewave.com">
852 sebor 473136 Andrew Black
853     </a>
854     </td>
855     <td>
856     <a class="external" href="http://www.roguewave.com">
857 sebor 570268 Rogue Wave Software, Inc.
858 sebor 473136 </a>
859     </td>
860 sebor 573021 <td>Oct 11, 2006</td>
861 sebor 473136 <td></td>
862     </tr>
863    
864     <tr>
865 sebor 573021 <td></td>
866     <td>
867     <a href="mailto:marg.g.brown&#64;gmail.com">
868     <i>Mark Brown</i>
869     </a>
870     </td>
871     <td></td>
872     <td>Sep 5, 2007</td>
873     <td></td>
874     </tr>
875    
876     <tr>
877 sebor 279079 <td>hbuelow</td>
878     <td>
879 sebor 569908 <a href="mailto:hbuelow&#64;gmail.com">
880 sebor 279079 Heidi Buelow
881     </a>
882     </td>
883     <td></td>
884 sebor 573021 <td>May 19, 2005</td>
885     <td>Emeritus</td>
886 sebor 279079 </tr>
887    
888     <tr>
889     <td>ldiduck</td>
890     <td>
891 sebor 569908 <a href="mailto:lancediduck&#64;nyc.rr.com">
892 sebor 279079 Lance Diduck
893     </a>
894     </td>
895 sebor 598057 <td></td>
896 sebor 573021 <td>May 19, 2005</td>
897 sebor 314951 <td></td>
898 sebor 279079 </tr>
899    
900     <tr>
901     <td>jhollis</td>
902     <td>
903 sebor 569908 <a href="mailto:jhollis&#64;roguewave.com">
904 sebor 279079 John Hollis
905     </a>
906     </td>
907 sebor 417547 <td>
908     <a class="external" href="http://www.roguewave.com">
909 sebor 570268 Rogue Wave Software, Inc.
910 sebor 417547 </a>
911     </td>
912 sebor 573021 <td>May 19, 2005</td>
913 sebor 570268 <td>Emeritus</td>
914 sebor 279079 </tr>
915    
916     <tr>
917     <td>ajindal</td>
918     <td>
919 sebor 569908 <a href="mailto:ajindal&#64;apache.org">
920 sebor 279079 Amit Jindal
921     </a>
922     </td>
923 sebor 417547 <td>
924 sebor 570268 <a class="external" href"http://www.aquevix.com/">
925     Aquevix, Ltd.</a>
926 sebor 417547 </td>
927 sebor 573021 <td>May 19, 2005</td>
928 sebor 279079 <td></td>
929     </tr>
930    
931     <tr>
932 sebor 573021 <td></td>
933     <td>
934     <a href="mailto:lemings&#64;roguewave.com">
935 sebor 585521 Eric (Brad) Lemings
936 sebor 573021 </a>
937     </td>
938     <td>
939     <a class="external" href="http://www.roguewave.com">
940     Rogue Wave Software, Inc.
941     </a>
942     </td>
943     <td>Sep 5, 2007</td>
944     <td></td>
945     </tr>
946    
947     <tr>
948 sebor 279079 <td>lnicoara</td>
949     <td>
950 sebor 569908 <a href="mailto:nicoara&#64;roguewave.com">
951 sebor 279079 Liviu Nicoara
952     </a>
953     </td>
954 sebor 417547 <td>
955     <a class="external" href="http://www.roguewave.com">
956 sebor 570268 Rogue Wave Software, Inc.
957 sebor 417547 </a>
958     </td>
959 sebor 573021 <td>May 19, 2005</td>
960 sebor 279079 <td></td>
961     </tr>
962    
963     <tr>
964     <td>rpalepu</td>
965     <td>
966 sebor 569908 <a href="mailto:palepu&#64;roguewave.com">
967 sebor 314951 Ravi Palepu
968 sebor 279079 </a>
969     </td>
970 sebor 417547 <td>
971     <a class="external" href="http://www.roguewave.com">
972 sebor 570268 Rogue Wave Software, Inc.
973 sebor 417547 </a>
974     </td>
975 sebor 573021 <td>May 19, 2005</td>
976 sebor 570268 <td>Emeritus</td>
977 sebor 279079 </tr>
978    
979     <tr>
980 sebor 378301 <td>antonp</td>
981 sebor 373662 <td>
982 sebor 569908 <a href="mailto:antonp&#64;moscow.vdiweb.com">
983 sebor 378301 Anton Pevtsov
984 sebor 373662 </a>
985     </td>
986 sebor 417547 <td>
987     <a class="external" href="http://www.vdiweb.com">
988     VDI
989     </a>
990     </td>
991 sebor 573021 <td>Jan 3, 2006</td>
992 sebor 373662 <td></td>
993     </tr>
994    
995     <tr>
996 sebor 279079 <td>sebor</td>
997     <td>
998 sebor 569908 <a href="mailto:sebor&#64;apache.org">
999 sebor 279079 Martin Sebor
1000     </a>
1001     </td>
1002     <td>
1003 sebor 417547 <a class="external" href="http://www.roguewave.com">
1004 sebor 570268 Rogue Wave Software, Inc.
1005 sebor 417547 </a>
1006     </td>
1007 sebor 573021 <td>May 19, 2005</td>
1008 sebor 548574 <td></td>
1009 sebor 279079 </tr>
1010    
1011     <tr>
1012 sebor 279086 <td>ttriemstra</td>
1013 sebor 279079 <td>
1014 sebor 569908 <a href="mailto:tim.triemstra&#64;gmail.com">
1015 sebor 279079 Tim Triemstra
1016     </a>
1017     </td>
1018 sebor 417547 <td>
1019     <a class="external" href="http://www.apple.com">
1020     Apple
1021     </a>
1022     </td>
1023 sebor 573021 <td>May 19, 2005</td>
1024 sebor 279079 <td></td>
1025     </tr>
1026    
1027 sebor 473136 <tr>
1028 vitek 611253 <td>vitek</td>
1029     <td>
1030     <a href="mailto:viteka&#64;roguewave.com">
1031     Travis Vitek
1032     </a>
1033     </td>
1034     <td>
1035     <a class="external" href="http://www.roguewave.com">
1036     Rogue Wave Software, Inc.
1037     </a>
1038     </td>
1039     <td>November 29, 2007</td>
1040     <td></td>
1041     </tr>
1042    
1043     <tr>
1044 sebor 473136 <td>faridz</td>
1045     <td>
1046 sebor 569908 <a href="mailto:Farid_Zaripov&#64;epam.com">
1047 sebor 473136 Farid Zaripov
1048     </a>
1049     </td>
1050     <td>
1051 sebor 521852 <a class="external" href="http://www.epam.com">
1052     EPAM
1053 sebor 473136 </a>
1054     </td>
1055 sebor 573021 <td>Aug 10, 2006</td>
1056 sebor 473136 <td></td>
1057     </tr>
1058    
1059 sebor 279079 </tbody>
1060     </table>
1061     </div>
1062 sebor 264010 </p>
1063     <p>
1064    
1065 sebor 569910 Committers in <i>italics</i> do not yet have a signed
1066     <a href="http://www.apache.org/licenses/icla.txt">Contributor
1067     License Agreement</a> on file. This indicates a transient state after
1068     a committer has been voted in but their CLA hasn't been received or
1069     processed by the foundation.
1070 sebor 264010
1071     </p>
1072     <p>
1073 sebor 264829
1074     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>.
1075    
1076     </p>
1077     <p>
1078 sebor 265812
1079 sebor 314951 The mailing list used by stdcxx committers for discussions of the
1080     maintenance, development, and porting of the stdcxx project is <a
1081     href="mailto:stdcxx-dev&#64;incubator&#46;apache&#46;org">stdcxx-dev&#64;incubator&#46;apache&#46;org</a>. This
1082 sebor 264010 is an <a
1083     href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/">archived</a>,
1084 sebor 314951 moderated mailing list open to all subscribers. You may subscribe by
1085     sending a blank email to <a
1086     href="mailto:stdcxx-dev-subscribe&#64;incubator&#46;apache&#46;org">stdcxx-dev-subscribe&#64;incubator&#46;apache&#46;org</a>.
1087 sebor 264010
1088     </p>
1089     </div> <!-- section -->
1090    
1091     <!-- section ================================================= -->
1092 sebor 613202 <a name="pmc"></a>
1093 sebor 264010 <a name="ppmc"></a>
1094 sebor 613202 <h2 class="boxed">PMC</h2>
1095 sebor 264010 <div class="section">
1096     <p>
1097    
1098 sebor 613202 The
1099     stdcxx <a href="http://www.apache.org/foundation/how-it-works.html#pmc">Project
1100     Management Committee</a> (PMC) is a group of volunteers responsible
1101 sebor 265812 for the formal oversight of the stdcxx podling, its management, and
1102 sebor 613202 for interfacing with
1103     the <a href="http://www.apache.org/foundation/board/">Apache
1104     Board of Directors</a>. The members of the stdcxx PMC are:
1105 sebor 264010
1106 sebor 279079 <div class="section">
1107 sebor 314951
1108 sebor 279079 <table class="ForrestTable" cellspacing="1" cellpadding="4">
1109     <tbody>
1110     <tr>
1111     <th>user id</th>
1112     <th>name/contact</th>
1113     <th>comment</th>
1114     </tr>
1115    
1116     <tr>
1117 sebor 513388 <td>ablack</td>
1118     <td>
1119 sebor 569908 <a href="mailto:ablack&#64;roguewave.com">
1120 sebor 513388 Andrew Black
1121     </a>
1122     </td>
1123     <td></td>
1124     </tr>
1125    
1126     <tr>
1127 sebor 279079 <td>hbuelow</td>
1128     <td>
1129 sebor 569908 <a href="mailto:hbuelow&#64;gmail.com">
1130 sebor 279079 Heidi Buelow
1131     </a>
1132     </td>
1133     <td></td>
1134     </tr>
1135    
1136     <tr>
1137     <td>jerenkrantz</td>
1138     <td>
1139     <a href="http://www.erenkrantz.com/">
1140     Justin Erenkrantz
1141     </a>
1142     </td>
1143 sebor 613202 <td></td>
1144 sebor 279079 </tr>
1145    
1146     <tr>
1147 sebor 473136 <td>ajindal</td>
1148     <td>
1149 sebor 569908 <a href="mailto:ajindal&#64;apache.org">
1150 sebor 473136 Amit Jindal
1151     </a>
1152     </td>
1153     <td></td>
1154     </tr>
1155    
1156     <tr>
1157     <td>lnicoara</td>
1158     <td>
1159 sebor 569908 <a href="mailto:nicoara&#64;roguewave.com">
1160 sebor 473136 Liviu Nicoara
1161     </a>
1162     </td>
1163     <td></td>
1164     </tr>
1165    
1166     <tr>
1167 sebor 279079 <td>wrowe</td>
1168     <td>
1169 sebor 569908 <a href="mailto:wrowe&#64;rowe-clan.net">
1170 sebor 279079 William A. Rowe, Jr.
1171     </a>
1172     </td>
1173 sebor 613202 <td></td>
1174 sebor 279079 </tr>
1175    
1176     <tr>
1177     <td>sebor</td>
1178     <td>
1179 sebor 569908 <a href="mailto:sebor&#64;apache.org">
1180 sebor 279079 Martin Sebor
1181     </a>
1182     </td>
1183     <td></td>
1184     </tr>
1185    
1186 sebor 513388 <tr>
1187     <td>faridz</td>
1188     <td>
1189 sebor 569908 <a href="mailto:Farid_Zaripov&#64;epam.com">
1190 sebor 513388 Farid Zaripov
1191     </a>
1192     </td>
1193     <td>
1194     </tr>
1195    
1196 sebor 279079 </tbody>
1197     </table>
1198     </div>
1199 sebor 314951
1200 sebor 264010 </p>
1201     <p>
1202    
1203 sebor 613202 The PMC mailing list is <a
1204 sebor 314951 href="mailto:stdcxx-ppmc&#64;incubator&#46;apache&#46;org">stdcxx-ppmc&#64;incubator&#46;apache&#46;org</a>. This
1205 sebor 265812 is a moderated, by-invitation-only mailing list closed to the
1206     public. Invited individuals can subscribe by sending a blank email to
1207     <a
1208 sebor 314951 href="mailto:stdcxx-ppmc-subscribe&#64;incubator&#46;apache&#46;org">stdcxx-ppmc-subscribe&#64;incubator&#46;apache&#46;org</a>.
1209 sebor 264010
1210     </p>
1211 sebor 265812 <p>
1212    
1213     An example of a topic that might be appropriate for this list is a
1214     discussion of the merits of a proposed committer.
1215    
1216     </p>
1217 sebor 264010 </div> <!-- section -->
1218    
1219     <!-- section ================================================= -->
1220 sebor 567326 <a name="communication"></a>
1221     <h2 class="boxed">Communication</h2>
1222     <div class="section">
1223     <p>
1224    
1225     Communication about the project and all decisions take place on the
1226     project's mailing lists. There are a number good reasons why
1227     communicating on mailing lists is preferable to other ways of
1228     communicating, including private email or instant messaging. Some of
1229     the important ones include:
1230    
1231     </p>
1232    
1233     <ul>
1234     <li>
1235    
1236     Unlike communicating in private, mailing lists make it possible for
1237     all list subscribers to benefit from the discussion, and provides an
1238     opportunity for those who wouldn't be invited to the private
1239     discussion to offer their own feedback on the subject.
1240    
1241     </li>
1242     <li>
1243    
1244     Unlike Instant Messaging, mailing list make it possible for interested
1245     parties to participate asynchronously, regardless of which time zone
1246     they are located in.
1247    
1248     </li>
1249     <li>
1250    
1251     Unlike private communications, mailing list discussions are archived
1252     for future reference, with the archives being easily searchable by
1253     anyone interested. Mailing list archives are important not just so
1254     that new contributors can learn from past decisions but they are an
1255     indispensable tool also for long-time committers when we forget why
1256     certain things were done a certain way.
1257    
1258     </li>
1259     <li>
1260    
1261     It is the preferred mode of communicating for all Apache projects. See
1262     the <a
1263     href="http://www.apache.org/foundation/how-it-works.html#communication">Communication</a>
1264     section of <a
1265     href="http://www.apache.org/foundation/how-it-works.html">How the ASF
1266     works</a>.
1267    
1268     </li>
1269     </ul>
1270     <p>
1271    
1272     If you choose to contact one of the project committers in private
1273     expect to be directed to the mailing lists.
1274    
1275     </p>
1276     </div>
1277    
1278     <!-- section ================================================= -->
1279 sebor 314951 <a name="lists"></a>
1280     <h2 class="boxed">Mailing Lists</h2>
1281 sebor 225558 <div class="section">
1282     <p>
1283    
1284 sebor 573016 The following table provides a summary of information about stdcxx mailing
1285     lists along with a number of interfaces to their archives. All lists are
1286     moderated. The activity of each list is monitored and can be viewed along
1287     with other interesting information on this <a
1288     href="http://people.apache.org/~coar/mlists.html">page</a> maintained by <a
1289     class="external" href="http://ken.coar.org/">Ken Coar</a>.
1290 sebor 225558
1291 sebor 314951 </p>
1292 sebor 279079
1293 sebor 314951 <div class="section">
1294     <table class="ForrestTable" cellspacing="1" cellpadding="4">
1295     <tbody>
1296     <tr>
1297     <th>name</th>
1298 sebor 373662 <th>subscribe</th>
1299 sebor 548574 <th>
1300 sebor 573016 <a href="http://mail-archives.apache.org/">Apache archive</a>
1301 sebor 548574 </th>
1302     <th>
1303 sebor 573016 <a class="external" href="http://www.nabble.com">Nabble Forums</a>
1304 sebor 548574 </th>
1305 sebor 573016 <th>
1306     <a class="external" href="http://www.mail-archive.com">The Mail Archive</a>
1307     </th>
1308 sebor 541368 <th>activity</th>
1309 sebor 314951 </tr>
1310 sebor 279079
1311 sebor 314951 <tr>
1312     <td>
1313     <a href="mailto:stdcxx-dev&#64;incubator&#46;apache&#46;org">
1314     stdcxx-dev
1315     </a>
1316     </td>
1317     <td>
1318 sebor 373662 <a href="mailto:stdcxx-dev-subscribe&#64;incubator&#46;apache&#46;org">
1319     stdcxx-dev-subscribe
1320     </a>
1321     </td>
1322     <td>
1323 sebor 314951 <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/">
1324 sebor 573016 mod_mbox
1325 sebor 314951 </a>
1326     </td>
1327 sebor 541368 <td>
1328 sebor 573016 <a class="external" href="http://www.nabble.com/stdcxx-dev-f26255.html">
1329     forum
1330     </a>
1331 sebor 548574 </td>
1332     <td>
1333 sebor 573016 <a class="external"
1334     href="http://www.mail-archive.com/stdcxx-dev@incubator.apache.org/">mail archive</a>
1335     </td>
1336     <td>
1337 sebor 541368 <a href="http://people.apache.org/~coar/mlists.html#stdcxx-dev_at_incubator.apache.org">stats
1338     </a>
1339     </td>
1340 sebor 314951 </tr>
1341 sebor 279079
1342 sebor 314951 <tr>
1343     <td>
1344     <a href="mailto:stdcxx-user&#64;incubator&#46;apache&#46;org">
1345     stdcxx-user
1346     </a>
1347     </td>
1348     <td>
1349 sebor 373662 <a href="mailto:stdcxx-user-subscribe&#64;incubator&#46;apache&#46;org">
1350     stdcxx-user-subscribe
1351     </a>
1352     </td>
1353     <td>
1354 sebor 314951 <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-user/">
1355 sebor 573016 mod_mbox
1356 sebor 314951 </a>
1357     </td>
1358 sebor 548574 <td>N/A</td>
1359 sebor 573016 <td>N/A</td>
1360 sebor 541368 <td>
1361     <a href="http://people.apache.org/~coar/mlists.html#stdcxx-user_at_incubator.apache.org">stats
1362     </a>
1363     </td>
1364 sebor 314951 </tr>
1365 sebor 279079
1366 sebor 314951 <tr>
1367     <td>
1368     <a href="mailto:stdcxx-commits&#64;incubator&#46;apache&#46;org">
1369     stdcxx-commits
1370     </a>
1371     </td>
1372     <td>
1373 sebor 373662 <a href="mailto:stdcxx-commits-subscribe&#64;incubator&#46;apache&#46;org">
1374     stdcxx-commits-subscribe
1375     </a>
1376     </td>
1377     <td>
1378 sebor 314951 <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-commits/">
1379 sebor 573016 mod_mbox
1380 sebor 314951 </a>
1381     </td>
1382 sebor 573016 <td>N/A</td>
1383 sebor 541368 <td>
1384 sebor 573016 <a class="external"
1385     href="http://www.mail-archive.com/stdcxx-commits@incubator.apache.org/">mail archive</a>
1386 sebor 548574 </td>
1387     <td>
1388 sebor 541368 <a href="http://people.apache.org/~coar/mlists.html#stdcxx-commits_at_incubator.apache.org">stats
1389     </a>
1390     </td>
1391 sebor 314951 </tr>
1392 sebor 279079
1393 sebor 373662 <tr>
1394     <td>
1395     <a href="mailto:stdcxx-ppmc&#64;incubator&#46;apache&#46;org">
1396     stdcxx-ppmc</a>
1397     </td>
1398     <td>
1399     <a href="mailto:stdcxx-ppmc-subscribe&#64;incubator&#46;apache&#46;org">
1400     stdcxx-ppmc-subscribe
1401     </a>
1402     </td>
1403     <td>not available (private list)</td>
1404 sebor 541368 <td>N/A</td>
1405 sebor 548574 <td>N/A</td>
1406 sebor 573016 <td>N/A</td>
1407 sebor 373662 </tr>
1408    
1409 sebor 314951 </tbody>
1410     </table>
1411     </div>
1412     </div>
1413 sebor 279079
1414 sebor 264010 <!-- section ================================================= -->
1415 sebor 225558 <a name="references"></a>
1416 sebor 315069 <h2 class="boxed">References</h2>
1417 sebor 225558 <div class="section">
1418     <p>
1419 sebor 314951
1420     A number of excellent design and programming books describe the C++
1421     Standard Library in an approachable way. In addition, besides the
1422     required <a
1423 wrowe 611467 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibref/index.html">Class
1424 sebor 370222 Reference</a>, this implementation of the library also includes an
1425 sebor 314951 extensive <a
1426 wrowe 611467 href="http://svn.apache.org/viewcvs.cgi/*checkout*/stdcxx/trunk/doc/stdlibug/index.html">User
1427 sebor 314951 Guide</a> complete with tutorials and example programs. That being
1428     said, the ultimate reference to the C++ Standard Library is, of
1429     course, the C++ Standard itself (and to a smaller extent, also the C
1430     Standard). An electronic copy of the most recent version of the C++
1431     and C standards can be obtained from the <a class="external"
1432     href="http://www.ansi.org/">ANSI</a> <a class="external"
1433     href="http://webstore.ansi.org/ansidocstore/">eStandards store</a>.
1434    
1435     </p>
1436     <p>
1437 sebor 225558 <ul>
1438 sebor 314951
1439 sebor 225558 <li>
1440     <a class="external"
1441     href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+14882%2D2003">
1442 sebor 264010 INCITS/ISO/IEC 14882-2003 Programming Languages &#151; C++
1443 sebor 225558 </a>
1444     </li>
1445 sebor 264010
1446 sebor 225558 <li>
1447     <a class="external"
1448 sebor 264010 href="http://webstore.ansi.org/ansidocstore/product.asp?sku=INCITS%2FISO%2FIEC+9899%2D1999">
1449     INCITS/ISO/IEC 9899-1999 Programming Languages &#151; C
1450     </a>
1451     </li>
1452    
1453     <li>
1454     <a class="external"
1455 sebor 225558 href="http://www.amazon.com/exec/obidos/ASIN/0201379260">
1456 sebor 289352 The C++ Standard Library: A Tutorial and Reference</a> by
1457     Nicolai M. Josuttis
1458 sebor 225558 </li>
1459 sebor 314951
1460 sebor 225558 <li>
1461     <a class="external"
1462     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201309564">
1463     Generic Programming and the STL: Using and Extending the C++
1464 sebor 289352 Standard Template Library</a> by Matthew H. Austern
1465 sebor 225558 </li>
1466 sebor 314951
1467 sebor 225558 <li>
1468     <a class="external"
1469     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201633981">
1470     Stl Tutorial & Reference Guide: C++ Programming With the Standard
1471 sebor 289352 Template Library</a> by David R. Musser and Atul Saini
1472 sebor 225558 </li>
1473 sebor 314951
1474 sebor 225558 <li>
1475     <a class="external"
1476     href="http://www.amazon.com/exec/obidos/ASIN/0134376331">
1477 sebor 289352 The C++ Standard Template Library</a> by P.J. Plauger,
1478     Alexander A. Stepanov, Meng Lee, and David R. Musser
1479 sebor 225558 </li>
1480 sebor 314951
1481 sebor 225558 <li>
1482     <a class="external"
1483     href="http://www.amazon.com/exec/obidos/tg/detail/-/0201749629">
1484     Effective STL: 50 Specific Ways to Improve Your Use of
1485 sebor 289352 the Standard Template Library</a> by Scott Meyers
1486 sebor 225558 </li>
1487 sebor 314951
1488 sebor 225558 <li>
1489 sebor 264010 <a class="external"
1490     href="http://www.amazon.com/exec/obidos/ASIN/0201183951">
1491 sebor 225558 Standard C++ IOStreams and Locales: Advanced Programmer's
1492 sebor 289352 Guide and Reference</a> by Angelika Langer, Klaus Kreft
1493 sebor 225558 </li>
1494 sebor 314951
1495 sebor 225558 </ul>
1496     </p>
1497     </div>
1498    
1499     <!-- End main content-->
1500    
1501     <div class="clearboth">&nbsp;</div>
1502     </div>
1503     <div id="footer">
1504     <div class="copyright">
1505 sebor 534927 Copyright &copy; 2005-2007 The Apache Software Foundation.
1506 sebor 225558 </div>
1507     </div>
1508 sebor 534908
1509     <!-- Google Analytics tracking code -->
1510     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
1511     </script>
1512     <script type="text/javascript">
1513     _uacct = "UA-1775151-1";
1514     urchinTracker();
1515     </script>
1516    
1517 sebor 225558 </body>
1518 fielding 224362 </html>

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2