mirror of
https://github.com/boostorg/boost.git
synced 2025-04-07 22:39:25 +00:00
Added some unmentioned Internet resources
[SVN r19203]
This commit is contained in:
parent
6dfec19121
commit
123b03cf54
2 changed files with 31 additions and 19 deletions
36
index.htm
36
index.htm
|
@ -54,7 +54,11 @@
|
|||
. <a href="more/moderators.html">Moderators</a><br>
|
||||
. <a href="more/index.htm">More Boost...</a><br>
|
||||
. <a href="more/links.htm#cpp">More C++...</a></p>
|
||||
<p><b>Unofficial<br>
|
||||
<p><b>Official Branch Sites</b><br>
|
||||
. <a href="http://spirit.sourceforge.net/">
|
||||
Spirit</a><br>
|
||||
</p>
|
||||
<p><b>Unofficial Branch Sites<br>
|
||||
</b>. <a href="http://www.crystalclearsoftware.com/cgi-bin/boost_wiki/wiki.pl">
|
||||
Wiki</a><br>
|
||||
. <a href="http://boost.c-view.org">Chinese mirror</a><br>
|
||||
|
@ -135,21 +139,21 @@
|
|||
actions, ASTs and much more, from Joel de Guzman and team.
|
||||
<li>
|
||||
<a href="libs/smart_ptr/index.htm">Smart Pointers Library</a> - cast functions are now
|
||||
spelled <A href="libs/smart_ptr/shared_ptr.htm#static_pointer_cast">static_pointer_cast</A>
|
||||
/ <A href="libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast">dynamic_pointer_cast</A>
|
||||
; <A href="libs/smart_ptr/enable_shared_from_this.html">enable_shared_from_this</A>
|
||||
spelled <a href="libs/smart_ptr/shared_ptr.htm#static_pointer_cast">static_pointer_cast</a>
|
||||
/ <a href="libs/smart_ptr/shared_ptr.htm#dynamic_pointer_cast">dynamic_pointer_cast</a>
|
||||
; <a href="libs/smart_ptr/enable_shared_from_this.html">enable_shared_from_this</a>
|
||||
added; shared_ptr::shared_ptr(), shared_ptr::reset(), weak_ptr::weak_ptr(),
|
||||
weak_ptr::reset() no longer throw; <A href="libs/smart_ptr/shared_ptr.htm#get_deleter">
|
||||
get_deleter</A> added; weak_ptr::get() removed; make_shared is now spelled <A href="libs/smart_ptr/weak_ptr.htm#lock">
|
||||
weak_ptr::lock()</A> ; <A href="libs/smart_ptr/intrusive_ptr.html">intrusive_ptr
|
||||
documentation</A> added; some experimental undocumented shared_ptr features
|
||||
have been removed; a <A href="libs/smart_ptr/sp_techniques.html">page describing
|
||||
some smart pointer programming techniques</A>
|
||||
weak_ptr::reset() no longer throw; <a href="libs/smart_ptr/shared_ptr.htm#get_deleter">
|
||||
get_deleter</a> added; weak_ptr::get() removed; make_shared is now spelled <a href="libs/smart_ptr/weak_ptr.htm#lock">
|
||||
weak_ptr::lock()</a> ; <a href="libs/smart_ptr/intrusive_ptr.html">intrusive_ptr
|
||||
documentation</a> added; some experimental undocumented shared_ptr features
|
||||
have been removed; a <a href="libs/smart_ptr/sp_techniques.html">page describing
|
||||
some smart pointer programming techniques</a>
|
||||
has been added.
|
||||
<LI>
|
||||
<A href="libs/utility/assert.html">boost/assert.hpp</A>, <A href="libs/utility/current_function.html">
|
||||
boost/current_function.hpp</A>, <A href="libs/utility/throw_exception.html">boost/throw_exception.hpp</A>,
|
||||
<A href="libs/utility/checked_delete.html">boost/checked_delete.hpp</A>
|
||||
<li>
|
||||
<a href="libs/utility/assert.html">boost/assert.hpp</a>, <a href="libs/utility/current_function.html">
|
||||
boost/current_function.hpp</a>, <a href="libs/utility/throw_exception.html">boost/throw_exception.hpp</a>,
|
||||
<a href="libs/utility/checked_delete.html">boost/checked_delete.hpp</a>
|
||||
have been documented.
|
||||
<li> <a href="libs/date_time/doc/index.html">Date-Time Library</a> - several fixes and small additions including an interface change to partial_date. See <a href="libs/date_time/doc/Changes.html">Date-Time Change History</a> for more details.
|
||||
</li>
|
||||
|
@ -165,7 +169,7 @@
|
|||
very nice
|
||||
<a href="http://boost.sourceforge.net/regression-logs/">
|
||||
summary page</a> from Rene Rivera.</li>
|
||||
<LI> <a href="libs/test/index.html">Test Library</a>
|
||||
<li> <a href="libs/test/index.html">Test Library</a>
|
||||
- introduced following new facilities:
|
||||
<ul>
|
||||
<li>Automatic registration of unit tests</li>
|
||||
|
@ -315,6 +319,6 @@
|
|||
</table>
|
||||
<hr>
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->28 May, 2003<!--webbot bot="Timestamp" endspan i-checksum="13988" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->19 July, 2003<!--webbot bot="Timestamp" endspan i-checksum="13988" --></p>
|
||||
</body>
|
||||
</html>
|
|
@ -171,14 +171,22 @@
|
|||
"http://news.gmane.org/thread.php?group=gmane.comp.python.c%2b%2b">Searchable
|
||||
Archives</a> as well. There are also searchable archives at <a href=
|
||||
"http://aspn.activestate.com/ASPN/Mail/Browse/Threaded/c++-sig">ASPN</a>.
|
||||
<h3><a name="jamboost">Boost.Spirit</a> lists</h3>
|
||||
<h3><a name="spirit">Boost.Spirit</a> lists</h3>
|
||||
Spirit has two additional mailing lists. <a href="https://lists.sourceforge.net/lists/listinfo/spirit-general">Spirit-general</a>
|
||||
for Spirit users and <a href="https://lists.sourceforge.net/lists/listinfo/spirit-devel">Spirit-devel</a>
|
||||
for Spirit developers (open to anyone who wishes to hang out with Spirit coders).
|
||||
Both have <a href="http://www.gmane.org">GMane</a> NNTP access (<a href="news://news.gmane.org/gmane.comp.parsers.spirit.general">Spirit-general</a>
|
||||
and <a href="news://news.gmane.org/gmane.comp.parsers.spirit.devel">Spirit-devel</a>)
|
||||
with searchable archives (<a href="http://news.gmane.org/thread.php?group=gmane.comp.parsers.spirit.devel">Spirit-general</a>
|
||||
and <a href="http://news.gmane.org/thread.php?group=gmane.comp.parsers.spirit.devel">Spirit-devel</a>).</dd>
|
||||
and <a href="http://news.gmane.org/thread.php?group=gmane.comp.parsers.spirit.devel">Spirit-devel</a>). <h3><a name="boostdocs">Boost.Documentation</a> list</h3>
|
||||
The SourceForge mailing list for the <a href="../tools/boostbook">Boost Documentation
|
||||
System</a> is located <a href=
|
||||
"https://lists.sourceforge.net/lists/listinfo/boost-docs">here</a>.
|
||||
<h3><a name="boostinstall">Boost.Install</a> list</h3>
|
||||
The mailing list for installation assistance
|
||||
is located <a href=
|
||||
"http://lists.boost.org/mailman/listinfo.cgi/boost-install">here</a>.
|
||||
</dd>
|
||||
</dl>
|
||||
<h2>Boost <a name="sandbox">Sandbox</a> CVS</h2>
|
||||
|
||||
|
@ -198,7 +206,7 @@
|
|||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->
|
||||
08 July, 2003
|
||||
19 July, 2003
|
||||
<!--webbot bot="Timestamp" endspan i-checksum="34406" -->
|
||||
</p>
|
||||
</body>
|
||||
|
|
Loading…
Add table
Reference in a new issue