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

Contents of /stdcxx/site/download.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: 16693 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 263925 <!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>Downloading the Apache C++ Standard Library</title>
8     <link type="text/css" href="basic.css" rel="stylesheet">
9     <link rel="shortcut icon" href="">
10     </head>
11    
12     <div id="top">
13 sebor 613305
14 sebor 263925 <!-- 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 263925 </div>
19 sebor 613305
20 sebor 263925 <div class="header">
21     <div class="grouplogo">
22 sebor 613305 <a href="http://stdcxx.apache.org/">
23 sebor 263925 <img class="logoImage"
24     alt="Apache Incubator"
25 sebor 613305 title="The Apache C++ Standard Library"
26     src="images/stdcxx.png"
27 sebor 263925 border="0" >
28     </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 613305
40 sebor 263925 <ul id="tabs">
41     <li class="current">
42 sebor 264010 <a class="base-selected" href="download.html">Download</a>
43 sebor 263925 </li>
44     </ul>
45     </div>
46     </div> <!-- top -->
47    
48     <div id="main">
49     <div id="publishedStrip">
50 wrowe 611467 <a href="http://svn.apache.org/viewvc/stdcxx/site/download.html">
51 sebor 417547 Last Modified</a>: $Date$
52 sebor 263925 </div>
53     <div class="breadtrail">
54     &nbsp;
55     </div>
56    
57     <!-- left hand navigation -->
58     <div id="menu">
59     <div class="menupage">
60    
61     <div class="menuitem">
62 sebor 289622 <a title="Go to the stdcxx home page" href="index.html">
63 sebor 263925 stdcxx
64     </a>
65     </div>
66    
67     <div class="menuitem">
68 sebor 289622 <a title="View the incubation status page"
69     href="http://incubator.apache.org/projects/stdcxx.html">
70 sebor 263925 Status
71     </a>
72     </div>
73    
74     <div id="menu_selected_1.1"
75     class="selectedmenuitemgroup"
76     style="display: block;">
77     <div class="menupage">
78     <div class="menupagetitle">Download</div>
79     </div>
80     </div>
81    
82     <div class="menuitem">
83 sebor 289622 <a title="View the latest README in Subversion"
84 wrowe 611467 href="http://svn.apache.org/repos/asf/stdcxx/trunk/README">
85 sebor 263925 README
86     </a>
87     </div>
88    
89     <div class="menuitem">
90 sebor 289622 <a title="Read the Apache License, Version 2.0"
91     href="http://www.apache.org/licenses/LICENSE-2.0">
92 sebor 263925 License
93     </a>
94     </div>
95    
96     <div class="menuitem">
97 sebor 289622 <a title="Learn how to file bugs against stdcxx"
98     href="bugs.html">
99 sebor 263925 Bugs
100     </a>
101     </div>
102    
103     <div class="menuitem">
104 sebor 525658 <a title="View the latest Class Reference"
105     href="doc/stdlibref/index.html">
106 sebor 263925 Class Reference
107     </a>
108     </div>
109    
110     <div class="menuitem">
111 sebor 525658 <a title="View the latest User Guide"
112     href="doc/stdlibug/index.html">
113 sebor 263925 User Guide
114     </a>
115     </div>
116    
117     <div class="menuitem">
118 sebor 289622 <a title="View the Design and Style Document"
119     href="#">
120 sebor 263925 Design and Style Document
121     </a>
122     </div>
123    
124     </div> <!-- menupage -->
125     <div id="roundbottom">
126     <img style="display: none" class="corner" height="15" width="15"
127     alt="" src="images/rc-b-l-15-1body-2menu-3menu.png">
128     </div>
129     </div> <!-- menu -->
130     </div> <!-- main -->
131    
132     <!--start main content-->
133     <div id="content">
134     <h1>Downloading the Apache C++ Standard Library</h1>
135     <div id="minitoc-area">
136     <ul class="minitoc">
137     <li><a href="#latest">Viewing the Latest Files Online</a></li>
138     <li>
139     <a href="#viewsvn">
140     Viewing the stdcxx Subversion Repository Online
141     </a>
142     </li>
143     <li>
144     <a href="#svn">
145     Checking Out stdcxx Using the Subversion Client
146     </a>
147     </li>
148     <li><a href="#snapshots">Downloading stdcxx Snapshots</a></li>
149     <li><a href="#releases">Downloading stdcxx Releases</a></li>
150     </ul>
151     </div>
152    
153     <a name="latest"></a>
154     <h2 class="boxed">Viewing the Latest Files Online</h2>
155     <div class="section">
156     <p>
157    
158 sebor 536398 The latest versions of stdcxx source files can be viewed or
159     individually downloaded by directly accessing the stdcxx file
160 sebor 535990 repository in ASF Subversion by pointing your Web browser to the
161 sebor 536398 following URLs:
162 sebor 263925
163     </p>
164 sebor 536398 <ul>
165     <li>
166     trunk (development branch)
167 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/trunk">
168     http://svn.apache.org/repos/asf/stdcxx/trunk
169 sebor 536398 </a>
170     </li>
171     <li>
172 sebor 587584 4.2.x (4.2 maintenance branch)
173 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.2.x">
174     http://svn.apache.org/repos/asf/stdcxx/branches/4.2.x
175 sebor 587584 </a>
176     </li>
177     <li>
178 sebor 536398 4.2.0 (pre-release branch)
179 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.2.0">
180     http://svn.apache.org/repos/asf/stdcxx/branches/4.2.0
181 sebor 587584 </a> (closed to development)
182 sebor 536398 </li>
183     <li>
184     4.1.3 (final release branch)
185 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.1.3">
186     http://svn.apache.org/repos/asf/stdcxx/branches/4.1.3
187 sebor 587584 </a> (closed to development)
188     </li>
189     <li>
190     web site
191 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/site">
192     http://svn.apache.org/repos/asf/stdcxx/site
193 sebor 536398 </a>
194     </li>
195     </ul>
196 sebor 263925 </div> <!-- section -->
197    
198     <a name="latest"></a>
199     <h2 class="boxed">Viewing the stdcxx Subversion Repository Online</h2>
200     <div class="section">
201     <p>
202    
203 sebor 535990 The ASF stdcxx Subversion repository, including the history of files,
204     can also be accessed via the <a class="external"
205     href="http://viewcvs.sourceforge.net/">ViewCVS</a> interface for
206 sebor 536398 Subversion at the following URLs:
207 sebor 263925
208     </p>
209 sebor 536398 <ul>
210     <li>
211     trunk (development branch)
212 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/trunk">
213     http://svn.apache.org/viewcvs.cgi/stdcxx/trunk
214 sebor 536398 </a>
215     </li>
216     <li>
217 sebor 587584 4.2.x (4.2 maintenance branch)
218 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.x">
219     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.x
220 sebor 587584 </a>
221     </li>
222     <li>
223 sebor 536398 4.2.0 (pre-release branch)
224 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.0">
225     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.0
226 sebor 587584 </a> (closed to development)
227 sebor 536398 </li>
228     <li>
229     4.1.3 (final release branch)
230 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.1.3">
231     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.1.3
232 sebor 587584 </a> (closed to development)
233 sebor 536398 </li>
234     <li>
235     web site
236 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/site">
237     http://svn.apache.org/viewcvs.cgi/stdcxx/site
238 sebor 536398 </a>
239     </li>
240     </ul>
241 sebor 263925 </div> <!-- section -->
242    
243     <a name="svn"></a>
244     <h2 class="boxed">Checking Out Files Using the Subversion Client</h2>
245     <div class="section">
246     <p>
247    
248     To check out stdcxx files using anonymous Subversion access, read the
249     instructions <a
250     href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
251    
252     </p>
253     <p>
254    
255     To check out the latest development version of entire stdcxx
256 sebor 265758 repository (i.e., its trunk) into the stdcxx/ directory in current
257     working directory, enter the following command at the command prompt:
258 sebor 263925
259     </p>
260     <p>
261    
262 wrowe 611467 <code>$ svn co <a href="http://svn.apache.org">http://svn.apache.org</a>/repos/<a href="http://svn.apache.org/repos/asf">asf</a>/<a href="http://svn.apache.org/repos/asf/stdcxx">stdcxx</a>/<a href="http://svn.apache.org/repos/asf/stdcxx/trunk">trunk</a> stdcxx</code>
263 sebor 263925
264     </p>
265     <p>
266    
267     To check out stdcxx files for write access (committers only), read the
268     instructions <a
269     href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
270    
271     </p>
272     <p>
273    
274     The Subversion command is the same as above, the only thing different
275     is the HTTPS protocol instead of ordinary HTTP:
276    
277     </p>
278     <p>
279    
280 wrowe 611467 <code>$ svn co https://svn.apache.org/repos/asf/stdcxx/trunk stdcxx</code>
281 sebor 263925
282     </p>
283     </div> <!-- section -->
284    
285 sebor 561105 <a name="snapshots"></a>
286 sebor 263925 <h2 class="boxed">Downloading stdcxx Snapshots</h2>
287     <div class="section">
288     <p>
289    
290 sebor 569525 See the table below for available snapshots. In the table, the <i>version</i>
291     column indicates the library version. The <i>date</i> column indicates the date
292     the version was released. The <i>file</i> column contains one or more links to
293     the tarball or zip file available for download. The <i>size</i> column is the
294     size of the file in kilobytes. The <i>md5 sum</i> column indicates the <a
295     class="external" href="http://tools.ietf.org/html/rfc1321">MD5</a> sum for the
296     file and is also a link pointing to the MD5 sum file that can be
297     downloaded. The <i>comment</i> column contains links to the community vote
298     approving the release, and to the Incubator PMC approval of the release.
299 sebor 263925
300     </p>
301 sebor 265816
302 sebor 289622 <table class="ForrestTable" cellspacing="1" cellpadding="4">
303     <tbody>
304     <tr>
305     <th>version</th>
306     <th>date</th>
307     <th>file</th>
308 sebor 569525 <th>size (kB)</th>
309 sebor 289622 <th>md5 sum</th>
310     <th>comment</th>
311     </tr>
312     <tr>
313 sebor 373673 <td><center>4.1.2</center></td>
314 sebor 589727 <td><center>September 7, 2005</center></td>
315 sebor 289622 <td>
316 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">
317 sebor 373673 <center>stdcxx-incubating-4.1.2-2005-07-19.tar.gz</center>
318 sebor 289622 </a>
319     </td>
320 sebor 569525 <td><center>4,785</center></td>
321 sebor 289622 <td>
322 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz.md5">
323 sebor 373673 <center>a4e530d14e239fca66a5bfe1e0e68378</center>
324 sebor 289622 </a>
325     </td>
326     <td>
327     <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>,
328     <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200509.mbox/%3c432AEC0F.8050802@roguewave.com%3e">approval</a>
329     </td>
330     </tr>
331     </tbody>
332     </table>
333 sebor 263925 </div> <!-- section -->
334    
335 sebor 561105 <a name="releases"></a>
336 sebor 263925 <h2 class="boxed">Downloading stdcxx Releases</h2>
337     <div class="section">
338     <p>
339    
340 sebor 569525 See the table below for available releases. In the table, the <i>version</i>
341     column indicates the library version. The <i>date</i> column indicates the date
342     the version was released. The <i>file</i> column contains one or more links to
343     the tarball or zip file available for download. The <i>size</i> column is the
344     size of the file in kilobytes. The <i>md5 sum</i> column indicates the <a
345     class="external" href="http://tools.ietf.org/html/rfc1321">MD5</a> sum for the
346     file and is also a link pointing to the MD5 sum file that can be
347     downloaded. The <i>fixes</i> column contains 3 numbers: the first, Bug Fixes,
348     indicating the number of bugs affecting previous versions that were resolved in
349     the release, the second, Improvements, indicating the number of improvements
350     made in this release with respect to previous releases, and the third, New
351     Features, indicating the number of entire new features implemented in this
352     release. Each non-zero number is a link to the list of the corresponding issues
353     in the bug-tracking database. The <i>comment</i> column contains links to the
354     community vote approving the release, and to the Incubator PMC approval of the
355     release.
356 sebor 263925
357     </p>
358 sebor 373673
359     <table class="ForrestTable" cellspacing="1" cellpadding="4">
360     <tbody>
361     <tr>
362     <th>version</th>
363     <th>date</th>
364     <th>file</th>
365 sebor 569525 <th>size (kB)</th>
366 sebor 373673 <th>md5 sum</th>
367 sebor 569525 <th><a title="Bugs, Improvements, New Features">fixes</a></th>
368 sebor 373673 <th>comment</th>
369     </tr>
370     <tr>
371     <td><center>4.1.3</center></td>
372 sebor 589727 <td><center>January 30, 2006</center></td>
373 sebor 373673 <td>
374 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.1.3.tar.gz">
375 sebor 373673 <center>stdcxx-incubating-4.1.3.tar.gz</center>
376     </a>
377     </td>
378 sebor 569525 <td><center>5,992</center></td>
379 sebor 373673 <td>
380 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.1.3.tar.gz.md5">
381 sebor 373673 <center>f1bc9bd5ef0966f994a9183e7353176d</center>
382     </a>
383     </td>
384     <td>
385 sebor 569525 <center>
386     <a title="Bugs" href="http://tinyurl.com/2a5owd">44</a>,
387     <a title="Improvements" href="http://tinyurl.com/2cjwto">4</a>,
388     <a title="New Features">0</a>
389     </center>
390     </td>
391 sebor 373673 <td>
392     <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/%3c43D6E309.6070005@roguewave.com%3e">vote</a>,
393     <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200601.mbox/%3c43DEC03F.3030601@roguewave.com%3e">approval</a>
394     </td>
395     </tr>
396 sebor 536398
397     <tr>
398     <td><center>4.2.0</center></td>
399 sebor 589727 <td><center>October 29, 2007</center></td>
400 sebor 536398 <td>
401 sebor 589727 <center>
402 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.2.0.tar.gz">stdcxx-incubating-4.2.0.tar.gz</a>
403 sebor 589727 </center>
404 sebor 536398 </td>
405 sebor 589727 <td><center>6,905</center></td>
406 sebor 536398 <td>
407 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.2.0.tar.gz.md5">
408 sebor 589727 <center>b43adeb0c72cf4747301818f4dff4fa1</center>
409 sebor 536398 </a>
410     </td>
411     <td>
412 sebor 569525 <center>
413 sebor 587584 <a title="Bugs" href="http://tinyurl.com/yt5fbp">156</a>,
414     <a title="Improvements" href="http://tinyurl.com/2z58wl">13</a>,
415     <a title="New Features">0</a>
416 sebor 569525 </center>
417     </td>
418 sebor 536398 <td>
419 sebor 589727 <a href="http://www.nabble.com/-VOTE-RESULT--release-stdcxx-4.2.0-%28candidate-7%29-p13377405.html">vote</a>,
420     <a href="http://www.nabble.com/-VOTE-RESULT--approve-stdcxx-4.2.0-release-p13469149.html">approval</a>
421 sebor 536398 </td>
422     </tr>
423 sebor 589727
424     <tr>
425     <td><center><i>4.2.1</i></center></td>
426     <td><center><i>Winter 2007</i></center></td>
427     <td>
428     <center><i>Not Yet Released</i></center>
429     </td>
430     <td><center><i>TBD</i></center></td>
431     <td>
432     <a>
433     <center></center>
434     </a>
435     </td>
436     <td>
437     <center>
438     <a title="Bugs"><i>TBD</i></a>,
439     <a title="Improvements"><i>TBD</i></a>,
440     <a title="New Features"><i>TBD</i></a>
441     </center>
442     </td>
443     <td>
444     <!-- <a href="">vote</a>, -->
445     <!-- <a href="">approval</a>, -->
446     </td>
447     </tr>
448    
449 sebor 373673 </tbody>
450     </table>
451 sebor 263925 </div> <!-- section -->
452    
453     <!-- End main content-->
454    
455     <div class="clearboth">&nbsp;</div>
456     </div>
457     <div id="footer">
458     <div class="copyright">
459 sebor 534927 Copyright &copy; 2005-2007 The Apache Software Foundation.
460 sebor 263925 </div>
461     </div>
462 sebor 534908
463     <!-- Google Analytics tracking code -->
464     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
465     </script>
466     <script type="text/javascript">
467     _uacct = "UA-1775151-1";
468     urchinTracker();
469     </script>
470 sebor 263925 </body>
471     </html>

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2