mirror of
https://github.com/boostorg/boost.git
synced 2025-04-10 07:14:54 +00:00
coroutine: initial commit
[SVN r81511]
This commit is contained in:
parent
c534741c79
commit
52b89a3a9d
4 changed files with 6 additions and 2 deletions
|
@ -1 +1 @@
|
|||
Subproject commit 88da98e37b9539c103ae9e6fc7db1b4e52010585
|
||||
Subproject commit 3d578a95257a432a00d3ca899d75e3aa6c49c75e
|
|
@ -118,6 +118,7 @@ how to download, build, and install the libraries.</p>
|
|||
intended for library users.</li>
|
||||
<li><a href="container/index.html">container</a> - Standard library containers and extensions, from Ion Gaztañaga</li>
|
||||
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
|
||||
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
|
||||
<li><a href="conversion/index.html">conversion</a> - Polymorphic and lexical casts, from Dave Abrahams and
|
||||
Kevlin Henney.</li>
|
||||
<li><a href="crc/index.html">crc</a> - Cyclic Redundancy Code, from Daryle
|
||||
|
@ -398,6 +399,7 @@ how to download, build, and install the libraries.</p>
|
|||
I/O, including sockets, timers, hostname resolution, socket iostreams, serial
|
||||
ports, file descriptors and Windows HANDLEs, from Chris Kohlhoff.</li>
|
||||
<li><a href="context/index.html">context</a> - Context switching library, from Oliver Kowalke</li>
|
||||
<li><a href="coroutine/index.html">coroutine</a> - Coroutine library, from Oliver Kowalke</li>
|
||||
<li><a href="interprocess/index.html">interprocess</a> - Shared memory, memory mapped files,
|
||||
process-shared mutexes, condition variables, containers and allocators, from Ion Gaztañaga</li>
|
||||
<li><a href="lockfree/index.html">lockfree</a> - Lockfree data structures, from Tim Blechmann</li>
|
||||
|
|
|
@ -24,7 +24,8 @@ circular_buffer Jan Gaspar <jano_gaspar -at- yahoo.com>
|
|||
concept_check Jeremy Siek <jeremy.siek -at- gmail.com>
|
||||
config John Maddock <john -at- johnmaddock.co.uk>
|
||||
container Ion Gaztanaga <igaztanaga -at- gmail.com>
|
||||
context Oliver Kowalke <oliver.kowalke -at- gmx.de>
|
||||
context Oliver Kowalke <oliver.kowalke -at- gmail.com>
|
||||
coroutine Oliver Kowalke <oliver.kowalke -at- gmail.com>
|
||||
conversion Antony Polukhin <antoshkka -at- gmail.com>
|
||||
crc Daryle Walker <darylew -at- hotmail.com>
|
||||
date_time Jeff Garland <jeff -at- crystalclearsoftware.com>
|
||||
|
|
|
@ -65,6 +65,7 @@ run-tests libs :
|
|||
container/example # test-suite container_example
|
||||
container/test # test-suite container_test
|
||||
context/test # test-suite context
|
||||
coroutine/test # test-suite coroutine
|
||||
crc/test # test-suite crc
|
||||
date_time/test # test-suite date_time
|
||||
detail/test # test-suite detail
|
||||
|
|
Loading…
Add table
Reference in a new issue