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

Contents of /stdcxx/site/download.html

Parent Directory Parent Directory | Revision Log Revision Log


Revision 663333 - (hide annotations)
Wed Jun 4 18:10:08 2008 UTC (17 months, 3 weeks ago) by sebor
File MIME type: text/html
File size: 19513 byte(s)
2008-06-04  Martin Sebor  <sebor@roguewave.com>

	* download.html (Searching the stdcxx Subversion Repository): Added
	links to Subversion search sites.
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 sebor 663333 <a href="#svnsearch">
145     Searching the stdcxx Subversion Repository
146     </a>
147     </li>
148     <li>
149 sebor 263925 <a href="#svn">
150     Checking Out stdcxx Using the Subversion Client
151     </a>
152     </li>
153     <li><a href="#snapshots">Downloading stdcxx Snapshots</a></li>
154     <li><a href="#releases">Downloading stdcxx Releases</a></li>
155     </ul>
156     </div>
157    
158     <a name="latest"></a>
159     <h2 class="boxed">Viewing the Latest Files Online</h2>
160     <div class="section">
161     <p>
162    
163 sebor 536398 The latest versions of stdcxx source files can be viewed or
164     individually downloaded by directly accessing the stdcxx file
165 sebor 535990 repository in ASF Subversion by pointing your Web browser to the
166 sebor 536398 following URLs:
167 sebor 263925
168     </p>
169 sebor 536398 <ul>
170     <li>
171     trunk (development branch)
172 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/trunk">
173     http://svn.apache.org/repos/asf/stdcxx/trunk
174 sebor 536398 </a>
175     </li>
176     <li>
177 sebor 587584 4.2.x (4.2 maintenance branch)
178 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.2.x">
179     http://svn.apache.org/repos/asf/stdcxx/branches/4.2.x
180 sebor 587584 </a>
181     </li>
182     <li>
183 sebor 536398 4.2.0 (pre-release branch)
184 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.2.0">
185     http://svn.apache.org/repos/asf/stdcxx/branches/4.2.0
186 sebor 587584 </a> (closed to development)
187 sebor 536398 </li>
188     <li>
189     4.1.3 (final release branch)
190 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/branches/4.1.3">
191     http://svn.apache.org/repos/asf/stdcxx/branches/4.1.3
192 sebor 587584 </a> (closed to development)
193     </li>
194     <li>
195     web site
196 wrowe 611467 <a href="http://svn.apache.org/repos/asf/stdcxx/site">
197     http://svn.apache.org/repos/asf/stdcxx/site
198 sebor 536398 </a>
199     </li>
200     </ul>
201 sebor 263925 </div> <!-- section -->
202    
203     <a name="latest"></a>
204     <h2 class="boxed">Viewing the stdcxx Subversion Repository Online</h2>
205     <div class="section">
206     <p>
207    
208 sebor 535990 The ASF stdcxx Subversion repository, including the history of files,
209     can also be accessed via the <a class="external"
210     href="http://viewcvs.sourceforge.net/">ViewCVS</a> interface for
211 sebor 536398 Subversion at the following URLs:
212 sebor 263925
213     </p>
214 sebor 536398 <ul>
215     <li>
216     trunk (development branch)
217 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/trunk">
218     http://svn.apache.org/viewcvs.cgi/stdcxx/trunk
219 sebor 536398 </a>
220     </li>
221     <li>
222 sebor 587584 4.2.x (4.2 maintenance branch)
223 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.x">
224     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.x
225 sebor 587584 </a>
226     </li>
227     <li>
228 sebor 536398 4.2.0 (pre-release branch)
229 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.0">
230     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.2.0
231 sebor 587584 </a> (closed to development)
232 sebor 536398 </li>
233     <li>
234     4.1.3 (final release branch)
235 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.1.3">
236     http://svn.apache.org/viewcvs.cgi/stdcxx/branches/4.1.3
237 sebor 587584 </a> (closed to development)
238 sebor 536398 </li>
239     <li>
240     web site
241 wrowe 611467 <a href="http://svn.apache.org/viewcvs.cgi/stdcxx/site">
242     http://svn.apache.org/viewcvs.cgi/stdcxx/site
243 sebor 536398 </a>
244     </li>
245     </ul>
246 sebor 263925 </div> <!-- section -->
247    
248 sebor 663333 <a name="svnsearch"></a>
249     <h2 class="boxed">Searching the stdcxx Subversion Repository</h2>
250     <div class="section">
251     <p>
252    
253     At least two online tools allow searching the stdcxx source code
254     repository in Subversion:
255    
256     <p>
257     <ul>
258     <li>
259    
260     <a href="http://svnsearch.org/svnsearch/repos/ASF/search?path=stdcxx">SVNSearch</a>
261     </li>
262     <li>
263    
264     <a href="http://fisheye6.atlassian.com/browse/stdcxx">FishEye</a>
265     by <a href="http://www.atlassian.com">Atlassian</a>.
266    
267     </li>
268     </ul>
269     </div> <!-- section -->
270    
271 sebor 263925 <a name="svn"></a>
272     <h2 class="boxed">Checking Out Files Using the Subversion Client</h2>
273     <div class="section">
274     <p>
275    
276     To check out stdcxx files using anonymous Subversion access, read the
277     instructions <a
278     href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
279    
280     </p>
281     <p>
282    
283     To check out the latest development version of entire stdcxx
284 sebor 265758 repository (i.e., its trunk) into the stdcxx/ directory in current
285     working directory, enter the following command at the command prompt:
286 sebor 263925
287     </p>
288     <p>
289    
290 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>
291 sebor 263925
292     </p>
293     <p>
294    
295     To check out stdcxx files for write access (committers only), read the
296     instructions <a
297     href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
298    
299     </p>
300     <p>
301    
302     The Subversion command is the same as above, the only thing different
303     is the HTTPS protocol instead of ordinary HTTP:
304    
305     </p>
306     <p>
307    
308 wrowe 611467 <code>$ svn co https://svn.apache.org/repos/asf/stdcxx/trunk stdcxx</code>
309 sebor 263925
310     </p>
311     </div> <!-- section -->
312    
313 sebor 561105 <a name="snapshots"></a>
314 sebor 263925 <h2 class="boxed">Downloading stdcxx Snapshots</h2>
315     <div class="section">
316     <p>
317    
318 sebor 569525 See the table below for available snapshots. In the table, the <i>version</i>
319     column indicates the library version. The <i>date</i> column indicates the date
320     the version was released. The <i>file</i> column contains one or more links to
321     the tarball or zip file available for download. The <i>size</i> column is the
322     size of the file in kilobytes. The <i>md5 sum</i> column indicates the <a
323     class="external" href="http://tools.ietf.org/html/rfc1321">MD5</a> sum for the
324     file and is also a link pointing to the MD5 sum file that can be
325     downloaded. The <i>comment</i> column contains links to the community vote
326     approving the release, and to the Incubator PMC approval of the release.
327 sebor 263925
328     </p>
329 sebor 265816
330 sebor 289622 <table class="ForrestTable" cellspacing="1" cellpadding="4">
331     <tbody>
332     <tr>
333     <th>version</th>
334     <th>date</th>
335     <th>file</th>
336 sebor 569525 <th>size (kB)</th>
337 sebor 289622 <th>md5 sum</th>
338     <th>comment</th>
339     </tr>
340     <tr>
341 sebor 373673 <td><center>4.1.2</center></td>
342 sebor 589727 <td><center>September 7, 2005</center></td>
343 sebor 289622 <td>
344 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz">
345 sebor 373673 <center>stdcxx-incubating-4.1.2-2005-07-19.tar.gz</center>
346 sebor 289622 </a>
347     </td>
348 sebor 569525 <td><center>4,785</center></td>
349 sebor 289622 <td>
350 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/snapshots/stdcxx-incubating-4.1.2-2005-07-19.tar.gz.md5">
351 sebor 373673 <center>a4e530d14e239fca66a5bfe1e0e68378</center>
352 sebor 289622 </a>
353     </td>
354     <td>
355     <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200509.mbox/%3c4317A0AE.9040204@roguewave.com%3e">vote</a>,
356     <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200509.mbox/%3c432AEC0F.8050802@roguewave.com%3e">approval</a>
357     </td>
358     </tr>
359     </tbody>
360     </table>
361 sebor 263925 </div> <!-- section -->
362    
363 sebor 561105 <a name="releases"></a>
364 sebor 263925 <h2 class="boxed">Downloading stdcxx Releases</h2>
365     <div class="section">
366     <p>
367    
368 sebor 569525 See the table below for available releases. In the table, the <i>version</i>
369     column indicates the library version. The <i>date</i> column indicates the date
370     the version was released. The <i>file</i> column contains one or more links to
371     the tarball or zip file available for download. The <i>size</i> column is the
372     size of the file in kilobytes. The <i>md5 sum</i> column indicates the <a
373     class="external" href="http://tools.ietf.org/html/rfc1321">MD5</a> sum for the
374     file and is also a link pointing to the MD5 sum file that can be
375     downloaded. The <i>fixes</i> column contains 3 numbers: the first, Bug Fixes,
376     indicating the number of bugs affecting previous versions that were resolved in
377     the release, the second, Improvements, indicating the number of improvements
378     made in this release with respect to previous releases, and the third, New
379     Features, indicating the number of entire new features implemented in this
380     release. Each non-zero number is a link to the list of the corresponding issues
381     in the bug-tracking database. The <i>comment</i> column contains links to the
382 sebor 652588 community vote approving the release. For Incubator release, the comment also
383     contains a link to the Incubator PMC approval of the release.
384 sebor 263925
385     </p>
386 sebor 373673
387     <table class="ForrestTable" cellspacing="1" cellpadding="4">
388     <tbody>
389     <tr>
390     <th>version</th>
391     <th>date</th>
392     <th>file</th>
393 sebor 569525 <th>size (kB)</th>
394 sebor 373673 <th>md5 sum</th>
395 sebor 569525 <th><a title="Bugs, Improvements, New Features">fixes</a></th>
396 sebor 373673 <th>comment</th>
397     </tr>
398     <tr>
399     <td><center>4.1.3</center></td>
400 sebor 589727 <td><center>January 30, 2006</center></td>
401 sebor 373673 <td>
402 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.1.3.tar.gz">
403 sebor 373673 <center>stdcxx-incubating-4.1.3.tar.gz</center>
404     </a>
405     </td>
406 sebor 569525 <td><center>5,992</center></td>
407 sebor 373673 <td>
408 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.1.3.tar.gz.md5">
409 sebor 373673 <center>f1bc9bd5ef0966f994a9183e7353176d</center>
410     </a>
411     </td>
412     <td>
413 sebor 569525 <center>
414     <a title="Bugs" href="http://tinyurl.com/2a5owd">44</a>,
415     <a title="Improvements" href="http://tinyurl.com/2cjwto">4</a>,
416     <a title="New Features">0</a>
417     </center>
418     </td>
419 sebor 373673 <td>
420     <a href="http://mail-archives.apache.org/mod_mbox/incubator-stdcxx-dev/200601.mbox/%3c43D6E309.6070005@roguewave.com%3e">vote</a>,
421     <a href="http://mail-archives.apache.org/mod_mbox/incubator-general/200601.mbox/%3c43DEC03F.3030601@roguewave.com%3e">approval</a>
422     </td>
423     </tr>
424 sebor 536398
425     <tr>
426     <td><center>4.2.0</center></td>
427 sebor 589727 <td><center>October 29, 2007</center></td>
428 sebor 536398 <td>
429 sebor 589727 <center>
430 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>
431 sebor 589727 </center>
432 sebor 536398 </td>
433 sebor 589727 <td><center>6,905</center></td>
434 sebor 536398 <td>
435 wrowe 611467 <a href="http://archive.apache.org/dist/incubator/stdcxx/releases/stdcxx-incubating-4.2.0.tar.gz.md5">
436 sebor 589727 <center>b43adeb0c72cf4747301818f4dff4fa1</center>
437 sebor 536398 </a>
438     </td>
439     <td>
440 sebor 569525 <center>
441 sebor 587584 <a title="Bugs" href="http://tinyurl.com/yt5fbp">156</a>,
442     <a title="Improvements" href="http://tinyurl.com/2z58wl">13</a>,
443     <a title="New Features">0</a>
444 sebor 569525 </center>
445     </td>
446 sebor 536398 <td>
447 sebor 589727 <a href="http://www.nabble.com/-VOTE-RESULT--release-stdcxx-4.2.0-%28candidate-7%29-p13377405.html">vote</a>,
448     <a href="http://www.nabble.com/-VOTE-RESULT--approve-stdcxx-4.2.0-release-p13469149.html">approval</a>
449 sebor 536398 </td>
450     </tr>
451 sebor 589727
452     <tr>
453 sebor 652588 <td><center>4.2.1</center></td>
454     <td><center>May 1, 2008</center></td>
455 sebor 589727 <td>
456 sebor 652588 <center>
457 sebor 653629 <a href="http://www.apache.org/dist/stdcxx/stdcxx-4.2.1.tar.gz">stdcxx-4.2.1.tar.gz</a>
458 sebor 652588 </center>
459 sebor 589727 </td>
460 sebor 652588 <td><center>7,101</center></td>
461     <td>
462     <a>
463     <center>
464 sebor 653629 <a href="http://www.apache.org/dist/stdcxx/stdcxx-4.2.1.tar.gz.md5">4aceb96d3a547e1cbd289dead81d9ea9</a>
465 sebor 652588 </center>
466     </a>
467     </td>
468     <td>
469     <center>
470     <a title="Bugs" href="http://tinyurl.com/67c5vj">110</a>,
471     <a title="Improvements" href="http://tinyurl.com/63cswv">23</a>,
472     <a title="New Features" href="http://tinyurl.com/6dx6ad">1</a>
473     </center>
474     </td>
475     <td>
476 sebor 654136 <a href="http://mail-archives.apache.org/mod_mbox/stdcxx-dev/200805.mbox/%3c48194505.8080601@roguewave.com%3e">vote</a>,
477     <a href="http://www.apache.org/dist/stdcxx/stdcxx-4.2.1.tar.gz.asc">signature</a>
478 sebor 652588 </td>
479     </tr>
480    
481     <tr>
482     <td><center>4.2.2</center></td>
483     <td><center><i>July 2008</i></center></td>
484     <td>
485     <center>
486     <a href=""><i>Not Yet Released</i></a>
487     </center>
488     </td>
489 sebor 589727 <td><center><i>TBD</i></center></td>
490     <td>
491     <a>
492 sebor 652588 <center>
493     <a href=""><i>TBD</i></a>
494     </center>
495 sebor 589727 </a>
496     </td>
497     <td>
498     <center>
499 sebor 652588 <a title="Bugs" href=""><i>TBD</i></a>,
500     <a title="Improvements" href=""><i>TBD</i></a>,
501     <a title="New Features" href=""><i>TBD</i></a>
502 sebor 589727 </center>
503     </td>
504     <td>
505 sebor 652588 <!-- <a href="">vote</a> -->
506 sebor 589727 </td>
507     </tr>
508    
509 sebor 652588 <tr>
510     <td><center>4.3.0</center></td>
511     <td><center><i>Winter 2008</i></center></td>
512     <td>
513     <center>
514     <a href=""><i>Not Yet Released</i></a>
515     </center>
516     </td>
517     <td><center><i>TBD</i></center></td>
518     <td>
519     <a>
520     <center>
521     <a href=""><i>TBD</i></a>
522     </center>
523     </a>
524     </td>
525     <td>
526     <center>
527     <a title="Bugs" href=""><i>TBD</i></a>,
528     <a title="Improvements" href=""><i>TBD</i></a>,
529     <a title="New Features" href=""><i>TBD</i></a>
530     </center>
531     </td>
532     <td>
533     <!-- <a href="">vote</a> -->
534     </td>
535     </tr>
536    
537 sebor 373673 </tbody>
538     </table>
539 sebor 263925 </div> <!-- section -->
540    
541     <!-- End main content-->
542    
543     <div class="clearboth">&nbsp;</div>
544     </div>
545     <div id="footer">
546     <div class="copyright">
547 sebor 652588 Copyright &copy; 2005-2008 The Apache Software Foundation.
548 sebor 263925 </div>
549     </div>
550 sebor 534908
551     <!-- Google Analytics tracking code -->
552     <script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
553     </script>
554     <script type="text/javascript">
555     _uacct = "UA-1775151-1";
556     urchinTracker();
557     </script>
558 sebor 263925 </body>
559     </html>

Properties

Name Value
svn:keywords Date

apache@apache.org
ViewVC Help
Powered by ViewVC 1.1.2