summaryrefslogtreecommitdiff
path: root/libs/context/doc/context.qbk
diff options
context:
space:
mode:
authorLorry Tar Creator <lorry-tar-importer@baserock.org>2015-04-08 03:09:47 +0000
committer <>2015-05-05 14:37:32 +0000
commitf2541bb90af059680aa7036f315f052175999355 (patch)
treea5b214744b256f07e1dc2bd7273035a7808c659f /libs/context/doc/context.qbk
parented232fdd34968697a68783b3195b1da4226915b5 (diff)
downloadboost-tarball-master.tar.gz
Imported from /home/lorry/working-area/delta_boost-tarball/boost_1_58_0.tar.bz2.HEADboost_1_58_0master
Diffstat (limited to 'libs/context/doc/context.qbk')
-rw-r--r--libs/context/doc/context.qbk15
1 files changed, 11 insertions, 4 deletions
diff --git a/libs/context/doc/context.qbk b/libs/context/doc/context.qbk
index b576ed270..9b801e644 100644
--- a/libs/context/doc/context.qbk
+++ b/libs/context/doc/context.qbk
@@ -1,5 +1,5 @@
[/
- Copyright Oliver Kowalke 2009.
+ Copyright Oliver Kowalke 2014.
Distributed under the Boost Software License, Version 1.0.
(See accompanying file LICENSE_1_0.txt or copy at
http://www.boost.org/LICENSE_1_0.txt
@@ -8,7 +8,7 @@
[library Context
[quickbook 1.5]
[authors [Kowalke, Oliver]]
- [copyright 2009 Oliver Kowalke]
+ [copyright 2014 Oliver Kowalke]
[id context]
[purpose C++ Library for swiching different user ctx]
[category text]
@@ -22,8 +22,6 @@
[def __boost_build__ [*Boost.Build]]
[def __boost_context__ [*Boost.Context]]
-[def __boost_fiber__ [*Boost.Coroutine]]
-[def __boost_task__ [*Boost.Task]]
[template cs_example_link[link_text] [link context.examples.enumerator [link_text]]]
[template context_link[link_text] [link context.context.context [link_text]]]
@@ -42,9 +40,16 @@
[def __threads__ ['threads]]
[def __tls__ ['thread-local storage]]
[def __stack_allocator__ ['StackAllocator]]
+[def __stack_allocator_concept__ ['stack-allocator concept]]
+[def __stack_traits__ ['stack-traits]]
+[def __econtext__ ['execution_context]]
[def __fcontext__ ['fcontext_t]]
[def __ucontext__ ['ucontext_t]]
+[def __fixedsize__ ['fixedsize_stack]]
+[def __protected_fixedsize__ ['protected_fixedsize_stack]]
+[def __segmented__ ['segmented_stack]]
+[def __stack_context__ ['stack_context]]
[def __fls_alloc__ ['::FlsAlloc()]]
[def __fls_free__ ['::FlsFree()]]
@@ -65,6 +70,8 @@
[include overview.qbk]
[include requirements.qbk]
[include fcontext.qbk]
+[include execution_context.qbk]
+[include stack.qbk]
[include performance.qbk]
[include architectures.qbk]
[include rationale.qbk]