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

Contents of /stdcxx/site/download.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 611451 - (show annotations)
Sat Jan 12 18:32:05 2008 UTC (22 months, 2 weeks ago) by wrowe
File MIME type: text/html
File size: 17584 byte(s)
2008-01-12  William A. Rowe, Jr.  <wrowe@apache.com>

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

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2