Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r72408 - trunk/libs/asio/doc
From: chris_at_[hidden]
Date: 2011-06-05 10:35:16


Author: chris_kohlhoff
Date: 2011-06-05 10:35:14 EDT (Sun, 05 Jun 2011)
New Revision: 72408
URL: http://svn.boost.org/trac/boost/changeset/72408

Log:
Update overview TOC.

Text files modified:
   trunk/libs/asio/doc/overview.qbk | 13 +++++++++++++
   1 files changed, 13 insertions(+), 0 deletions(-)

Modified: trunk/libs/asio/doc/overview.qbk
==============================================================================
--- trunk/libs/asio/doc/overview.qbk (original)
+++ trunk/libs/asio/doc/overview.qbk 2011-06-05 10:35:14 EDT (Sun, 05 Jun 2011)
@@ -18,12 +18,14 @@
   * [link boost_asio.overview.core.reactor Reactor-Style Operations]
   * [link boost_asio.overview.core.line_based Line-Based Operations]
   * [link boost_asio.overview.core.allocation Custom Memory Allocation]
+ * [link boost_asio.overview.core.handler_tracking Handler Tracking]
 * [link boost_asio.overview.networking Networking]
   * [link boost_asio.overview.networking.protocols TCP, UDP and ICMP]
   * [link boost_asio.overview.networking.iostreams Socket Iostreams]
   * [link boost_asio.overview.networking.bsd_sockets The BSD Socket API and Boost.Asio]
 * [link boost_asio.overview.timers Timers]
 * [link boost_asio.overview.serial_ports Serial Ports]
+* [link boost_asio.overview.signals Signal Handling]
 * [link boost_asio.overview.posix POSIX-Specific Functionality]
   * [link boost_asio.overview.posix.local UNIX Domain Sockets]
   * [link boost_asio.overview.posix.stream_descriptor Stream-Oriented File Descriptors]
@@ -31,6 +33,13 @@
   * [link boost_asio.overview.windows.stream_handle Stream-Oriented HANDLEs]
   * [link boost_asio.overview.windows.random_access_handle Random-Access HANDLEs]
 * [link boost_asio.overview.ssl SSL]
+* [link boost_asio.overview.cpp2011 C++ 2011 Support]
+ * [link boost_asio.overview.cpp2011.move_objects Movable I/O Objects]
+ * [link boost_asio.overview.cpp2011.move_handlers Movable Handlers]
+ * [link boost_asio.overview.cpp2011.variadic Variadic Templates]
+ * [link boost_asio.overview.cpp2011.array Array Container]
+ * [link boost_asio.overview.cpp2011.atomic Atomics]
+ * [link boost_asio.overview.cpp2011.shared_ptr Shared Pointers]
 * [link boost_asio.overview.implementation Platform-Specific Implementation Notes]
 
 [include overview/rationale.qbk]
@@ -46,6 +55,7 @@
 * [link boost_asio.overview.core.reactor Reactor-Style Operations]
 * [link boost_asio.overview.core.line_based Line-Based Operations]
 * [link boost_asio.overview.core.allocation Custom Memory Allocation]
+* [link boost_asio.overview.core.handler_tracking Handler Tracking]
 
 [include overview/basics.qbk]
 [include overview/async.qbk]
@@ -56,6 +66,7 @@
 [include overview/reactor.qbk]
 [include overview/line_based.qbk]
 [include overview/allocation.qbk]
+[include overview/handler_tracking.qbk]
 
 [endsect]
 
@@ -73,9 +84,11 @@
 
 [include overview/timers.qbk]
 [include overview/serial_ports.qbk]
+[include overview/signals.qbk]
 [include overview/posix.qbk]
 [include overview/windows.qbk]
 [include overview/ssl.qbk]
+[include overview/cpp2011.qbk]
 [include overview/implementation.qbk]
 
 [endsect]


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk